Searched refs:PUD_TABLE_BIT (Results 1 – 4 of 4) sorted by relevance
17 #define PUD_TABLE_BIT (_AT(pmdval_t, 1) << 1) macro
115 #define pud_bad(pud) (!(pud_val(pud) & PUD_TABLE_BIT))
120 #define PUD_TABLE_BIT (_AT(pudval_t, 1) << 1) macro
492 return __pgprot((pgprot_val(prot) & ~PUD_TABLE_BIT) | PUD_TYPE_SECT); in mk_pud_sect_prot()622 #define pud_mkhuge(pud) (__pud(pud_val(pud) & ~PUD_TABLE_BIT))