Searched refs:EPT_MT_MASK (Results 1 – 6 of 6) sorted by relevance
| /hypervisor/dm/ |
| A D | mmio_dev.c | 28 res->size, EPT_RWX | (res->mem_type & EPT_MT_MASK)); in assign_mmio_dev()
|
| /hypervisor/include/arch/x86/asm/ |
| A D | pgtable.h | 126 #define EPT_MT_MASK (7UL << EPT_MT_SHIFT) macro
|
| /hypervisor/arch/x86/guest/ |
| A D | vmtrr.c | 163 ept_modify_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, start, size, attr, EPT_MT_MASK); in update_ept()
|
| A D | ept.c | 374 if ((*pge & EPT_MT_MASK) != EPT_UNCACHED) { in ept_flush_leaf_page()
|
| A D | vept.c | 358 memory_type = ept_entry & EPT_MT_MASK; in is_ept_entry_misconfig()
|
| A D | vm.c | 514 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