Home
last modified time | relevance | path

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

/linux-4.4.14/arch/xtensa/include/asm/
Dpgtable.h137 #define _PAGE_CA_MASK (3<<2) macro
246 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID)
249 (((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) \
280 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CA_MASK))
/linux-4.4.14/arch/xtensa/kernel/
Dpci.c347 prot = (prot & _PAGE_CA_MASK) | _PAGE_CA_WT; in __pci_mmap_set_pgprot()