Searched refs:_PAGE_MCD_4V (Results 1 – 2 of 2) sorted by relevance
52 return (vm_flags & VM_SPARC_ADI) ? __pgprot(_PAGE_MCD_4V) : __pgprot(0); in sparc_vm_get_page_prot()
166 #define _PAGE_MCD_4V _AC(0x0000000000000200,UL) /* Memory Corruption */ macro579 pte_val(pte) |= _PAGE_MCD_4V; in pte_mkmcd()585 pte_val(pte) &= ~_PAGE_MCD_4V; in pte_mknotmcd()1053 if (adi_state.enabled && (pte_val(pte) & _PAGE_MCD_4V)) in arch_do_swap_page()1062 if (adi_state.enabled && (pte_val(oldpte) & _PAGE_MCD_4V)) in arch_unmap_one()