Home
last modified time | relevance | path

Searched refs:PAGE_PSE (Results 1 – 5 of 5) sorted by relevance

/hypervisor/include/arch/x86/asm/
A Dpgtable.h32 #define PAGE_PSE (1UL << 7U) macro
511 return pde & PAGE_PSE; in pde_large()
536 return pdpte & PAGE_PSE; in pdpte_large()
/hypervisor/debug/
A Duart16550.c144 *pde = (addr & PDE_MASK) + (PAGE_PRESENT|PAGE_RW|PAGE_PSE); in early_pgtable_map_uart()
145 } else if(!(*pdpte & PAGE_PSE)) { in early_pgtable_map_uart()
148 *pde = (addr & PDE_MASK) + (PAGE_PRESENT|PAGE_RW|PAGE_PSE); in early_pgtable_map_uart()
/hypervisor/arch/x86/guest/
A Dvept.c69 return (((ept_entry & PAGE_PSE) != 0U) || (pt_level == IA32E_PT)); in is_leaf_ept_entry()
331 if (ept_entry & PAGE_PSE) { in is_ept_entry_misconfig()
338 if (ept_entry & PAGE_PSE) { in is_ept_entry_misconfig()
A Dguest_memory.c131 ((i > 0U) && ((entry & PAGE_PSE) != 0U))) { in local_gva2gpa_common()
/hypervisor/arch/x86/
A Dpagetable.c125 ref_prot &= ~PAGE_PSE; in split_large_page()
439 set_pgentry(pde, paddr | (local_prot | PAGE_PSE), table); in add_pde()
488 set_pgentry(pdpte, paddr | (local_prot | PAGE_PSE), table); in add_pdpte()

Completed in 14 milliseconds