Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable-hwdef.h104 #define PUD_TABLE_BIT (_AT(pudval_t, 1) << 1) macro
H A Dpgtable.h416 return __pgprot((pgprot_val(prot) & ~PUD_TABLE_BIT) | PUD_TYPE_SECT); in mk_pud_sect_prot()
527 #define pud_mkhuge(pud) (__pud(pud_val(pud) & ~PUD_TABLE_BIT))
/openbmc/linux/arch/arm64/mm/
H A Dhugetlbpage.c97 return pud_val(pud) && !(pud_val(pud) & PUD_TABLE_BIT); in pud_huge()