Home
last modified time | relevance | path

Searched refs:_PAGE_SZ4MB_4U (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/sparc/include/asm/
Dpgtable_64.h103 #define _PAGE_SZ4MB_4U _AC(0x6000000000000000,UL) /* 4MB Page */ macro
174 #define _PAGE_SZHUGE_4U _PAGE_SZ4MB_4U
/linux-3.4.99/arch/sparc/mm/
Dinit_64.c2122 pte_base = (_PAGE_VALID | _PAGE_SZ4MB_4U | in vmemmap_populate()
2220 kern_linear_pte_xor[0] = (_PAGE_VALID | _PAGE_SZ4MB_4U) ^ in sun4u_pgprot_init()
2230 _PAGE_ALL_SZ_BITS = (_PAGE_SZ4MB_4U | _PAGE_SZ512K_4U | in sun4u_pgprot_init()
2331 return _PAGE_SZ4MB_4U; in pte_sz_bits()
2351 val = (_PAGE_VALID | _PAGE_SZ4MB_4U | in kern_large_tte()