Home
last modified time | relevance | path

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

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