Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dtranslation-block.h211 void tb_invalidate_phys_range(CPUState *cpu, tb_page_addr_t start,
/openbmc/qemu/accel/tcg/
H A Dtb-maint.c1017 void tb_invalidate_phys_range(CPUState *cpu, tb_page_addr_t start, in tb_invalidate_phys_range() function
1041 tb_invalidate_phys_range(NULL, start, last); in tb_invalidate_phys_page()
1177 void tb_invalidate_phys_range(CPUState *cpu, tb_page_addr_t start, in tb_invalidate_phys_range() function
H A Dtranslate-all.c557 tb_invalidate_phys_range(cpu, addr, addr); in tb_check_watchpoint()
H A Duser-exec.c539 tb_invalidate_phys_range(NULL, start, last); in page_set_flags()
1041 tb_invalidate_phys_range(NULL, addr, addr + l - 1); in cpu_memory_rw_debug()
/openbmc/qemu/system/
H A Dphysmem.c2846 tb_invalidate_phys_range(NULL, addr, addr + length - 1); in invalidate_and_set_dirty()
/openbmc/qemu/target/arm/
H A Dhelper.c3437 tb_invalidate_phys_range(env_cpu(env), start_address, end_address); in ic_ivau_write()