Home
last modified time | relevance | path

Searched refs:EPT_WR (Results 1 – 7 of 7) sorted by relevance

/hypervisor/include/arch/x86/asm/
A Dpgtable.h61 #define EPT_WR (1UL << 1U) macro
71 #define EPT_RWX (EPT_RD | EPT_WR | EPT_EXE)
/hypervisor/arch/x86/guest/
A Dvept.c312 is_misconfig = ((ept_entry & (EPT_RD | EPT_WR)) == EPT_WR); in is_ept_entry_misconfig()
377 (((exit_qual & 0x2UL) != 0UL) && ((ept_entry & EPT_WR) == 0)) || in is_access_violation()
A Dvlapic.c2200 EPT_WR | EPT_RD | EPT_UNCACHED); in vlapic_create()
/hypervisor/dm/vpci/
A Dvsriov.c132 vf_vbar->base_gpa, vf_vbar->size, EPT_WR | EPT_RD | EPT_UNCACHED); in create_vf()
A Divshmem.c392 vbar->base_gpa, vbar->size, EPT_RD | EPT_WR | EPT_WB | EPT_IGNORE_PAT); in ivshmem_vbar_map()
A Dpci_pt.c258 EPT_WR | EPT_RD | EPT_UNCACHED); in vdev_pt_map_mem_vbar()
/hypervisor/common/
A Dhypercall.c626 prot |= EPT_WR; in add_vm_memory_region()
770 prot_set = (wp->set != 0U) ? 0UL : EPT_WR; in write_protect_page()
771 prot_clr = (wp->set != 0U) ? EPT_WR : 0UL; in write_protect_page()

Completed in 17 milliseconds