Searched refs:PUD_TABLE_BIT (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dpgtable-3level-hwdef.h17 #define PUD_TABLE_BIT (_AT(pmdval_t, 1) << 1) macro
H A Dpgtable-3level.h115 #define pud_bad(pud) (!(pud_val(pud) & PUD_TABLE_BIT))
/linux-master/arch/arm64/include/asm/
H A Dpgtable-hwdef.h120 #define PUD_TABLE_BIT (_AT(pudval_t, 1) << 1) macro
H A Dpgtable.h468 return __pgprot((pgprot_val(prot) & ~PUD_TABLE_BIT) | PUD_TYPE_SECT);
590 #define pud_mkhuge(pud) (__pud(pud_val(pud) & ~PUD_TABLE_BIT))

Completed in 102 milliseconds