Home
last modified time | relevance | path

Searched refs:page_unprotect (Results 1 – 3 of 3) sorted by relevance

/qemu/include/user/
H A Dpage-protection.h18 int page_unprotect(CPUState *cpu, tb_page_addr_t address, uintptr_t pc);
/qemu/accel/tcg/
H A Duser-exec.c131 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 Delfload.c4262 page_unprotect(NULL, start, 0); in wmr_page_unprotect_regions()