Home
last modified time | relevance | path

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

/openbmc/qemu/include/user/
H A Dpage-protection.h20 int page_unprotect(tb_page_addr_t address, uintptr_t pc);
/openbmc/qemu/accel/tcg/
H A Duser-exec.c128 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(tb_page_addr_t address, uintptr_t pc) in page_unprotect() function
/openbmc/qemu/linux-user/
H A Delfload.c4247 page_unprotect(start, 0); in wmr_page_unprotect_regions()