Home
last modified time | relevance | path

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

/linux/arch/sparc/include/asm/
H A Dpgtable_64.h164 #define _PAGE_MCD_4V _AC(0x0000000000000200,UL) /* Memory Corruption */ macro
612 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()
/linux/arch/sparc/mm/
H A Dinit_64.c3215 prot |= _PAGE_MCD_4V; in vm_get_page_prot()