Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/include/asm/
Dpgtable.h525 static inline int mm_is_protected(struct mm_struct *mm) in mm_is_protected() function
1083 if (mm_is_protected(mm) && pte_present(res)) in ptep_get_and_clear()
1100 if (mm_is_protected(vma->vm_mm) && pte_present(res)) in ptep_clear_flush()
1125 if (mm_is_protected(mm) && pte_present(res)) in ptep_get_and_clear_full()
/kernel/linux/linux-5.10/arch/s390/mm/
Dgmap.c2708 if (!mm_is_protected(mm)) in s390_reset_acc()
/kernel/linux/linux-5.10/arch/s390/kvm/
Dkvm-s390.c2330 if (!kvm_s390_pv_is_protected(kvm) || !mm_is_protected(kvm->mm)) in kvm_s390_handle_pv()