Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpgtable.h263 return ((hpd_val(hpd) & _PMD_PAGE_MASK) == _PMD_PAGE_8M); in hugepd_ok()