Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dpage.h292 #define PD_HUGE 0x8000000000000000 macro
294 #define PD_HUGE 0x80000000 macro
Dhugetlb.h53 ~HUGEPD_SHIFT_MASK) | PD_HUGE); in hugepd_page()
/Linux-v4.19/arch/powerpc/include/asm/nohash/
Dpgtable.h219 return (hpd_val(hpd) && (hpd_val(hpd) & PD_HUGE) == 0); in hugepd_ok()
/Linux-v4.19/arch/powerpc/mm/
Dhugetlbpage.c106 *hpdp = __hugepd(((unsigned long)new & ~PD_HUGE) | pshift); in __hugepte_alloc()
/Linux-v4.19/arch/powerpc/kernel/
Dhead_fsl_booke.S322 oris r11, r11, PD_HUGE@h; /* Put back address bit */ \