Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/kvm/
A Dpv.c224 atomic_dec(&kvm->mm->context.protected_count); in kvm_s390_pv_dispose_one_leftover()
374 atomic_dec(&kvm->mm->context.protected_count); in kvm_s390_pv_deinit_vm()
410 atomic_inc(&kvm->mm->context.protected_count); in kvm_s390_pv_deinit_cleanup_all()
456 atomic_dec(&kvm->mm->context.protected_count); in kvm_s390_pv_deinit_cleanup_all()
565 atomic_inc(&kvm->mm->context.protected_count); in kvm_s390_pv_init_vm()
570 atomic_dec(&kvm->mm->context.protected_count); in kvm_s390_pv_init_vm()
/linux-6.3-rc2/arch/s390/include/asm/
A Dmmu.h21 atomic_t protected_count; member
A Dmmu_context.h29 atomic_set(&mm->context.protected_count, 0); in init_new_context()
A Dpgtable.h526 if (unlikely(atomic_read(&mm->context.protected_count))) in mm_is_protected()
/linux-6.3-rc2/arch/s390/kernel/
A Duv.c267 return atomic_read(&mm->context.protected_count) > 1; in should_export_before_import()

Completed in 12 milliseconds