Home
last modified time | relevance | path

Searched refs:tcg_splitwx_diff (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tcg/
H A Dregion.c115 rw += tcg_splitwx_diff; in tcg_splitwx_to_rx()
124 rx -= tcg_splitwx_diff; in tcg_splitwx_to_rw()
203 p -= tcg_splitwx_diff; in tc_ptr_to_region_tree()
596 tcg_splitwx_diff = buf_rx - buf_rw; in alloc_code_gen_buffer_splitwx_memfd()
666 tcg_splitwx_diff = buf_rx - buf_rw; in alloc_code_gen_buffer_splitwx_vmremap()
777 if (tcg_splitwx_diff) { in tcg_region_init()
778 qemu_madvise(region.start_aligned + tcg_splitwx_diff, in tcg_region_init()
817 if (tcg_splitwx_diff == 0) { in tcg_region_init()
H A Dtcg.c255 uintptr_t tcg_splitwx_diff; variable
/openbmc/qemu/include/tcg/
H A Dtcg.h469 extern uintptr_t tcg_splitwx_diff;
480 return rw ? rw + tcg_splitwx_diff : NULL; in tcg_splitwx_to_rx()
485 return rx ? (void *)rx - tcg_splitwx_diff : NULL; in tcg_splitwx_to_rw()
/openbmc/qemu/accel/tcg/
H A Dtranslate-all.c208 if (in_code_gen_buffer((const void *)(host_pc - tcg_splitwx_diff))) { in cpu_restore_state()
220 if (in_code_gen_buffer((const void *)(host_pc - tcg_splitwx_diff))) { in cpu_unwind_state_data()
H A Dcpu-exec.c609 uintptr_t jmp_rw = jmp_rx - tcg_splitwx_diff; in tb_set_jmp_target()
/openbmc/qemu/linux-user/
H A Dsignal.c989 && !in_code_gen_buffer((void *)(pc - tcg_splitwx_diff))) { in host_sigsegv_handler()
1021 if (!in_code_gen_buffer((void *)(pc - tcg_splitwx_diff))) { in host_sigbus_handler()