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