Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Dpgtable_64.h131 #define _PAGE_SZALL_4U _AC(0x6001000000000000,UL) /* All pgsz bits */ macro
309 _PAGE_SPECIAL | _PAGE_PMD_HUGE | _PAGE_SZALL_4U), in pte_modify()
/openbmc/linux/arch/sparc/mm/
H A Dhugetlbpage.c229 unsigned long tte_szbits = pte_val(entry) & _PAGE_SZALL_4U; in sun4u_huge_tte_to_shift()