Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/include/asm/
Dpgtable_64.h118 #define _PAGE_SZ4MB_4U _AC(0x6000000000000000,UL) /* 4MB Page */ macro
187 #define _PAGE_SZHUGE_4U _PAGE_SZ4MB_4U
/linux-6.1.9/arch/sparc/mm/
Dinit_64.c2587 pte_base = (_PAGE_VALID | _PAGE_SZ4MB_4U | in vmemmap_populate()
2692 kern_linear_pte_xor[0] = (_PAGE_VALID | _PAGE_SZ4MB_4U) ^ in sun4u_pgprot_init()
2701 _PAGE_ALL_SZ_BITS = (_PAGE_SZ4MB_4U | _PAGE_SZ512K_4U | in sun4u_pgprot_init()
2794 return _PAGE_SZ4MB_4U; in pte_sz_bits()
2814 val = (_PAGE_VALID | _PAGE_SZ4MB_4U | in kern_large_tte()
Dhugetlbpage.c236 case _PAGE_SZ4MB_4U: in sun4u_huge_tte_to_shift()