Home
last modified time | relevance | path

Searched refs:_PAGE_CA_MASK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dpgtable.h143 #define _PAGE_CA_MASK (3<<2) macro
252 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID)
255 (((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) \
283 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CA_MASK))
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dpgtable.h142 #define _PAGE_CA_MASK (3<<2) macro
237 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID)
240 (((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) \
269 ((__pgprot((pgprot_val(prot) & ~_PAGE_CA_MASK) | \

Completed in 2 milliseconds