PD_HUGE            10 arch/powerpc/include/asm/nohash/hugetlb-book3e.h 	return (pte_t *)((hpd_val(hpd) & ~HUGEPD_SHIFT_MASK) | PD_HUGE);
PD_HUGE            34 arch/powerpc/include/asm/nohash/hugetlb-book3e.h 	*hpdp = __hugepd(((unsigned long)new & ~PD_HUGE) | pshift);
PD_HUGE           273 arch/powerpc/include/asm/nohash/pgtable.h 	return (hpd_val(hpd) && (hpd_val(hpd) & PD_HUGE) == 0);