Home
last modified time | relevance | path

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

/linux-4.1.27/arch/xtensa/kernel/
Dpci.c347 prot = (prot & _PAGE_CA_MASK) | _PAGE_CA_WT; in __pci_mmap_set_pgprot()
/linux-4.1.27/arch/xtensa/include/asm/
Dpgtable.h132 #define _PAGE_CA_WT (2<<2) /* write-through */ macro