Home
last modified time | relevance | path

Searched refs:IPTE_NODAT (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/mm/
H A Dpgtable.c48 opt |= IPTE_NODAT; in ptep_ipte_local()
68 opt |= IPTE_NODAT; in ptep_ipte_global()
/linux/arch/s390/include/asm/
H A Dpgtable.h1099 #define IPTE_NODAT 0x400 macro
/linux/arch/s390/kvm/
H A Ddat.c200 unsigned long opts = IPTE_GUEST_ASCE | (pgste.nodat ? IPTE_NODAT : 0); in __dat_ptep_xchg()