Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/nohash/
Dhugetlb-book3e.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()
Dpgtable.h266 return (hpd_val(hpd) && (hpd_val(hpd) & PD_HUGE) == 0); in hugepd_ok()
/Linux-v5.10/arch/powerpc/include/asm/
Dpage.h272 #define PD_HUGE 0x8000000000000000UL macro
274 #define PD_HUGE 0x80000000 macro
/Linux-v5.10/arch/powerpc/kernel/
Dhead_fsl_booke.S317 oris r11, r11, PD_HUGE@h; /* Put back address bit */ \