Searched refs:PD_HUGE (Results 1 – 5 of 5) sorted by relevance
292 #define PD_HUGE 0x8000000000000000 macro294 #define PD_HUGE 0x80000000 macro
53 ~HUGEPD_SHIFT_MASK) | PD_HUGE); in hugepd_page()
219 return (hpd_val(hpd) && (hpd_val(hpd) & PD_HUGE) == 0); in hugepd_ok()
106 *hpdp = __hugepd(((unsigned long)new & ~PD_HUGE) | pshift); in __hugepte_alloc()
322 oris r11, r11, PD_HUGE@h; /* Put back address bit */ \