Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/mm/
Dhugetlbpage.c147 hugepage_size = _PAGE_SZ16GB_4V; in sun4v_hugepage_shift_to_tte()
205 case _PAGE_SZ16GB_4V: in sun4v_huge_tte_to_shift()
Dinit_64.c2242 kern_linear_pte_xor[3] = (_PAGE_VALID | _PAGE_SZ16GB_4V) ^ in sun4v_linear_pte_xor_finalize()
2751 _PAGE_ALL_SZ_BITS = (_PAGE_SZ16GB_4V | _PAGE_SZ2GB_4V | in sun4v_pgprot_init()
/linux-6.1.9/arch/sparc/include/asm/
Dpgtable_64.h170 #define _PAGE_SZ16GB_4V _AC(0x0000000000000007,UL) /* 16GB Page */ macro