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

/linux-4.1.27/arch/powerpc/include/asm/
H A Dhugetlb.h40 return (pte_t *)((hpd.pd & ~HUGEPD_SHIFT_MASK) | PD_HUGE); hugepd_page()
H A Dpage.h267 #define PD_HUGE 0x8000000000000000 macro
269 #define PD_HUGE 0x80000000 macro
/linux-4.1.27/arch/powerpc/mm/
H A Dhugetlbpage.c150 hpdp->pd = ((unsigned long)new & ~PD_HUGE) | pshift; __hugepte_alloc()
166 hpdp->pd = ((unsigned long)new & ~PD_HUGE) | pshift; __hugepte_alloc()
/linux-4.1.27/arch/powerpc/kernel/
H A Dhead_fsl_booke.S320 oris r11, r11, PD_HUGE@h; /* Put back address bit */ \

Completed in 154 milliseconds