Home
last modified time | relevance | path

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

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