Searched refs:PAGE_PSE (Results 1 – 5 of 5) sorted by relevance
32 #define PAGE_PSE (1UL << 7U) macro511 return pde & PAGE_PSE; in pde_large()536 return pdpte & PAGE_PSE; in pdpte_large()
144 *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()
69 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()
131 ((i > 0U) && ((entry & PAGE_PSE) != 0U))) { in local_gva2gpa_common()
125 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