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