Home
last modified time | relevance | path

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

/hypervisor/include/arch/x86/asm/
A Dmmu.h24 #define PAGE_FAULT_WR_FLAG 0x00000002U macro
/hypervisor/arch/x86/guest/
A Dguest_memory.c229 pw_info.is_write_access = ((*err_code & PAGE_FAULT_WR_FLAG) != 0U); in gva2gpa()
A Dinstr_emul.c1033 err_code = PAGE_FAULT_WR_FLAG; in get_gva_di_check()
1661 err_code = PAGE_FAULT_WR_FLAG; in emulate_xchg_for_splitlock()
2345 …err_code = (vcpu->req.reqs.mmio_request.direction == ACRN_IOREQ_DIR_WRITE) ? PAGE_FAULT_WR_FLAG : … in instr_check_gva()

Completed in 10 milliseconds