Searched refs:page_unprotect (Results 1 – 3 of 3) sorted by relevance
/qemu/include/user/ |
H A D | page-protection.h | 18 int page_unprotect(CPUState *cpu, tb_page_addr_t address, uintptr_t pc);
|
/qemu/accel/tcg/ |
H A D | user-exec.c | 131 switch (page_unprotect(cpu, guest_addr, host_pc)) { in handle_sigsegv_accerr_write() 594 if (!page_unprotect(NULL, start, 0)) { in page_check_range() 713 int page_unprotect(CPUState *cpu, tb_page_addr_t address, uintptr_t pc) in page_unprotect() function
|
/qemu/linux-user/ |
H A D | elfload.c | 4262 page_unprotect(NULL, start, 0); in wmr_page_unprotect_regions()
|