Searched refs:PAGE_MASK (Results 1 – 8 of 8) sorted by relevance
| /hypervisor/arch/x86/guest/ |
| A D | vept.c | 177 desc->shadow_eptp = (uint64_t)alloc_page(&sept_page_pool) | (guest_eptp & ~PAGE_MASK); in get_vept_desc() 208 free_sept_table((void *)(desc->shadow_eptp & PAGE_MASK)); in put_vept_desc() 209 free_page(&sept_page_pool, (struct page *)(desc->shadow_eptp & PAGE_MASK)); in put_vept_desc() 211 invept((void *)(desc->shadow_eptp & PAGE_MASK)); in put_vept_desc() 410 p_shadow_ept_page = (uint64_t *)(desc->shadow_eptp & PAGE_MASK); in handle_l2_ept_violation() 411 p_guest_ept_page = gpa2hva(vcpu->vm, desc->guest_eptp & PAGE_MASK); in handle_l2_ept_violation() 514 free_sept_table((void *)(desc->shadow_eptp & PAGE_MASK)); in invept_vmexit_handler() 515 invept((void *)(desc->shadow_eptp & PAGE_MASK)); in invept_vmexit_handler() 531 free_sept_table((void *)(desc->shadow_eptp & PAGE_MASK)); in invept_vmexit_handler() 532 invept((void *)(desc->shadow_eptp & PAGE_MASK)); in invept_vmexit_handler()
|
| A D | vmx_io.c | 119 gpa & PAGE_MASK, PAGE_SIZE, EPT_EXE, 0UL); in ept_violation_vmexit_handler() 122 gpa & PAGE_MASK, PAGE_SIZE, EPT_EXE, 0UL); in ept_violation_vmexit_handler()
|
| A D | vm.c | 438 ASSERT((base & PAGE_MASK) != 0U, "%02x:%02x.%d bar[%d] 0x%lx, is not 4K aligned!", in deny_pci_bar_access()
|
| A D | instr_emul.c | 1687 fetch_len = min(VIE_INST_SIZE, (uint32_t)(PAGE_SIZE - (vie->rip & ~PAGE_MASK))); in vie_fetch_instruction()
|
| /hypervisor/include/arch/x86/asm/ |
| A D | mmu.h | 105 return (((addr + (uint64_t)PAGE_SIZE) - 1UL) & PAGE_MASK); in round_page_up() 110 return (addr & PAGE_MASK); in round_page_down()
|
| A D | page.h | 37 #define PAGE_MASK 0xFFFFFFFFFFFFF000UL macro
|
| A D | pgtable.h | 156 #define EPT_ENTRY_PFN_MASK ((~EPT_PFN_HIGH_MASK) & PAGE_MASK)
|
| /hypervisor/arch/x86/ |
| A D | cpu_caps.c | 321 return ((1UL << limit) - 1UL) & PAGE_MASK; in get_address_mask()
|
Completed in 15 milliseconds