Searched refs:h2g (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/linux-user/ppc/ |
H A D | signal.c | 278 __put_user(h2g(frame->mc_vregs.altivec), &frame->v_regs); in save_user_regs() 443 __put_user(h2g(&frame->mctx), &sc->regs); in setup_frame() 503 __put_user(h2g (&rt_sf->uc.tuc_mcontext), in setup_rt_frame() 514 __put_user(h2g(mctx), &sc->regs); in setup_rt_frame() 537 env->gpr[4] = (target_ulong) h2g(&rt_sf->info); in setup_rt_frame() 538 env->gpr[5] = (target_ulong) h2g(&rt_sf->uc); in setup_rt_frame() 539 env->gpr[6] = (target_ulong) h2g(rt_sf); in setup_rt_frame() 617 if (copy_from_user(&set, h2g(ucp) + offsetof(struct target_ucontext, tuc_sigmask), in do_setcontext() 622 mcp_addr = h2g(ucp) + in do_setcontext() 690 __put_user(h2g(mctx), &uctx->tuc_regs); in do_swapcontext()
|
/openbmc/qemu/linux-user/hppa/ |
H A D | signal.c | 149 env->gr[25] = h2g(&frame->info); in setup_rt_frame() 150 env->gr[24] = h2g(&frame->uc); in setup_rt_frame()
|
/openbmc/qemu/linux-user/ |
H A D | mmap.c | 483 addr = h2g(ptr); in mmap_find_vma() 614 start = h2g(p); in mmap_h_eq_g() 761 start = h2g(p); in mmap_h_lt_g() 807 start = h2g(p); in mmap_h_gt_g() 1162 if (!guest_range_valid_untagged(h2g(host_addr), new_size)) { in target_mremap() 1182 new_addr = h2g(host_addr); in target_mremap()
|
H A D | syscall.c | 8151 target_ulong this_gend = h2g(this_hlast) + 1; in open_self_maps_2() 8159 guest_start = h2g(host_start); in open_self_maps_2()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_submission.c | 2505 struct guc_update_context_policy h2g; member 2510 size_t bytes = sizeof(policy->h2g.header) + in __guc_context_policy_action_size() 2511 (sizeof(policy->h2g.klv[0]) * policy->count); in __guc_context_policy_action_size() 2518 policy->h2g.header.action = INTEL_GUC_ACTION_HOST2GUC_UPDATE_CONTEXT_POLICIES; in __guc_context_policy_start_klv() 2519 policy->h2g.header.ctx_id = guc_id; in __guc_context_policy_start_klv() 2527 policy->h2g.klv[policy->count].kl = \ 2530 policy->h2g.klv[policy->count].value = data; \ 2545 return guc_submission_send_busy_loop(guc, (u32 *)&policy->h2g, in MAKE_CONTEXT_POLICY_ADD() 4440 struct guc_update_scheduling_policy h2g; member 4445 u32 *start = (void *)&policy->h2g; in __guc_scheduling_policy_action_size() [all …]
|
H A D | intel_guc_ct.c | 624 bool h2g = h2g_has_room(ct, h2g_dw); in has_room_nb() local 629 if (unlikely(!h2g || !g2h)) { in has_room_nb()
|
/openbmc/qemu/bsd-user/ |
H A D | mmap.c | 331 addr = h2g(ptr); in mmap_find_vma_aligned() 563 start = h2g(host_start); in target_mmap()
|
H A D | bsd-mem.h | 386 raddr = h2g(host_raddr); in do_bsd_shmat()
|
/openbmc/qemu/include/exec/ |
H A D | cpu_ldst.h | 115 #define h2g(x) ({ \ macro
|
/openbmc/qemu/accel/tcg/ |
H A D | ldst_atomicity.c.inc | 163 if (!page_check_range(h2g(pv), 8, PAGE_WRITE_ORG)) { 206 if (!page_check_range(h2g(p), 16, PAGE_WRITE_ORG)) {
|