Home
last modified time | relevance | path

Searched refs:_PMD_PAGE_8M (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A Dhugetlb-8xx.h35 *hpdp = __hugepd(__pa(new) | _PMD_USER | _PMD_PRESENT | _PMD_PAGE_8M); in hugepd_populate()
40 *hpdp = __hugepd(__pa(new) | _PMD_PRESENT | _PMD_PAGE_8M); in hugepd_populate_kernel()
H A Dpte-8xx.h64 #define _PMD_PAGE_8M 0x000c macro
170 if (pgd_val(pgd) & _PMD_PAGE_8M) in pgd_leaf_size()
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h252 return ((hpd_val(hpd) & _PMD_PAGE_MASK) == _PMD_PAGE_8M); in hugepd_ok()