Searched refs:tb_invalidate_phys_range (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/include/exec/ |
| H A D | translation-block.h | 211 void tb_invalidate_phys_range(CPUState *cpu, tb_page_addr_t start,
|
| /openbmc/qemu/accel/tcg/ |
| H A D | tb-maint.c | 1017 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 D | translate-all.c | 557 tb_invalidate_phys_range(cpu, addr, addr); in tb_check_watchpoint()
|
| H A D | user-exec.c | 539 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 D | physmem.c | 2846 tb_invalidate_phys_range(NULL, addr, addr + length - 1); in invalidate_and_set_dirty()
|
| /openbmc/qemu/target/arm/ |
| H A D | helper.c | 3437 tb_invalidate_phys_range(env_cpu(env), start_address, end_address); in ic_ivau_write()
|