Home
last modified time | relevance | path

Searched refs:protected_count (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/arch/s390/include/asm/
Dmmu.h21 atomic_t protected_count; member
Dmmu_context.h29 atomic_set(&mm->context.protected_count, 0); in init_new_context()
Dpgtable.h511 if (unlikely(atomic_read(&mm->context.protected_count))) in mm_is_protected()
/Linux-v6.1/arch/s390/kvm/
Dpv.c180 atomic_dec(&kvm->mm->context.protected_count); in kvm_s390_pv_deinit_vm()
242 atomic_inc(&kvm->mm->context.protected_count); in kvm_s390_pv_init_vm()
247 atomic_dec(&kvm->mm->context.protected_count); in kvm_s390_pv_init_vm()
/Linux-v6.1/arch/s390/kernel/
Duv.c260 return atomic_read(&mm->context.protected_count) > 1; in should_export_before_import()