Home
last modified time | relevance | path

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

/linux-4.1.27/arch/xtensa/include/asm/
Dpgtable.h133 #define _PAGE_CA_MASK (3<<2) macro
242 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID)
245 (((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) \
276 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CA_MASK))
/linux-4.1.27/arch/xtensa/kernel/
Dpci.c347 prot = (prot & _PAGE_CA_MASK) | _PAGE_CA_WT; in __pci_mmap_set_pgprot()