Home
last modified time | relevance | path

Searched refs:EPT_MT_MASK (Results 1 – 6 of 6) sorted by relevance

/hypervisor/dm/
A Dmmio_dev.c28 res->size, EPT_RWX | (res->mem_type & EPT_MT_MASK)); in assign_mmio_dev()
/hypervisor/include/arch/x86/asm/
A Dpgtable.h126 #define EPT_MT_MASK (7UL << EPT_MT_SHIFT) macro
/hypervisor/arch/x86/guest/
A Dvmtrr.c163 ept_modify_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, start, size, attr, EPT_MT_MASK); in update_ept()
A Dept.c374 if ((*pge & EPT_MT_MASK) != EPT_UNCACHED) { in ept_flush_leaf_page()
A Dvept.c358 memory_type = ept_entry & EPT_MT_MASK; in is_ept_entry_misconfig()
A Dvm.c514 ept_modify_mr(vm, pml4_page, entry->baseaddr, entry->length, EPT_WB, EPT_MT_MASK); in prepare_service_vm_memmap()
582 get_software_sram_size(), EPT_WB, EPT_MT_MASK); in prepare_service_vm_memmap()

Completed in 12 milliseconds