Home
last modified time | relevance | path

Searched refs:PD_HUGE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dhugetlb-e500.h10 return (pte_t *)((hpd_val(hpd) & ~HUGEPD_SHIFT_MASK) | PD_HUGE); in hugepd_page()
34 *hpdp = __hugepd(((unsigned long)new & ~PD_HUGE) | pshift); in hugepd_populate()
H A Dpgtable.h255 return (hpd_val(hpd) && (hpd_val(hpd) & PD_HUGE) == 0); in hugepd_ok()
/openbmc/linux/arch/powerpc/include/asm/
H A Dpage.h280 #define PD_HUGE 0x8000000000000000UL macro
282 #define PD_HUGE 0x80000000 macro
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_85xx.S315 oris r11, r11, PD_HUGE@h; /* Put back address bit */ \