Searched refs:_PAGE_MA_WB (Results 1 – 3 of 3) sorted by relevance
34 #define _PAGE_MA_WB (0x0 << 2) /* write back memory attribute */ macro81 #define __ACCESS_BITS _PAGE_ED | _PAGE_A | _PAGE_P | _PAGE_MA_WB82 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB356 #define pgprot_cacheable(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WB)
372 #define PHY_PAGE_WB (_PAGE_A|_PAGE_D|_PAGE_P|_PAGE_MA_WB|_PAGE_AR_RWX)
1586 _PAGE_AR_RWX | _PAGE_MA_WB); in kvm_arch_prepare_memory_region()