Searched refs:mm_is_protected (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dpgtable.h520 static inline int mm_is_protected(struct mm_struct *mm) function
1151 if (mm_is_protected(mm) && pte_present(res))
1169 if (mm_is_protected(vma->vm_mm) && pte_present(res))
1195 if (!mm_is_protected(mm) || !pte_present(res))
/linux-master/arch/s390/kvm/
H A Dkvm-s390.c2731 if (!kvm_s390_pv_is_protected(kvm) || !mm_is_protected(kvm->mm))

Completed in 126 milliseconds