Searched refs:_PAGE_MCD_4V (Results 1 – 2 of 2) sorted by relevance
164 #define _PAGE_MCD_4V _AC(0x0000000000000200,UL) /* Memory Corruption */ macro612 pte_val(pte) |= _PAGE_MCD_4V; in pte_mkmcd()618 pte_val(pte) &= ~_PAGE_MCD_4V; in pte_mknotmcd()1077 if (adi_state.enabled && (pte_val(pte) & _PAGE_MCD_4V)) in arch_do_swap_page()1086 if (adi_state.enabled && (pte_val(oldpte) & _PAGE_MCD_4V)) in arch_unmap_one()
3215 prot |= _PAGE_MCD_4V; in vm_get_page_prot()