Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dtranslate-all.h30 int page_unprotect(target_ulong address, uintptr_t pc);
/openbmc/qemu/accel/tcg/
H A Duser-exec.c123 switch (page_unprotect(guest_addr, host_pc)) { in handle_sigsegv_accerr_write()
584 if (!page_unprotect(start, 0)) { in page_check_range()
704 int page_unprotect(target_ulong address, uintptr_t pc) in page_unprotect() function
/openbmc/qemu/linux-user/
H A Delfload.c4241 page_unprotect(start, 0); in wmr_page_unprotect_regions()