Searched refs:INTEL_PDPTE_NESTED (Results 1 – 2 of 2) sorted by relevance
148 *npde |= INTEL_PDPTE_NESTED; in pmap_nest()271 if (pde && (*pde & INTEL_PDPTE_NESTED)) { in pmap_unnest()317 if (pdpte && (*pdpte & INTEL_PDPTE_NESTED)) { in pmap_adjust_unnest_parameters()323 if (pdpte && (*pdpte & INTEL_PDPTE_NESTED)) { in pmap_adjust_unnest_parameters()
287 #define INTEL_PDPTE_NESTED (0x1ULL << 53) macro