Searched refs:_PAGE_MCD_4V (Results 1 – 2 of 2) sorted by relevance
163 #define _PAGE_MCD_4V _AC(0x0000000000000200,UL) /* Memory Corruption */ macro559 pte_val(pte) |= _PAGE_MCD_4V; in pte_mkmcd()565 pte_val(pte) &= ~_PAGE_MCD_4V; in pte_mknotmcd()1039 if (adi_state.enabled && (pte_val(pte) & _PAGE_MCD_4V)) in arch_do_swap_page()1048 if (adi_state.enabled && (pte_val(oldpte) & _PAGE_MCD_4V)) in arch_unmap_one()
3196 prot |= _PAGE_MCD_4V; in vm_get_page_prot()
Completed in 10 milliseconds