Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
H A Dpgtable.h578 static inline int mm_is_protected(struct mm_struct *mm) in mm_is_protected() function
1242 if (mm_is_protected(mm) && pte_present(res)) in ptep_get_and_clear()
1260 if (mm_is_protected(vma->vm_mm) && pte_present(res)) in ptep_clear_flush()
1286 if (!mm_is_protected(mm) || !pte_present(res)) in ptep_get_and_clear_full()
/linux-6.15/arch/s390/kvm/
H A Dkvm-s390.c2772 if (!kvm_s390_pv_is_protected(kvm) || !mm_is_protected(kvm->mm)) in kvm_s390_handle_pv()