Home
last modified time | relevance | path

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

/arch/arm64/kvm/hyp/nvhe/
Dhyp-main.c33 bool is_protected; member
458 if (!state->is_protected) in flush_timer_state()
475 if (!state->is_protected) in sync_timer_state()
537 if (!state->is_protected) { in flush_shadow_state()
555 if (state->is_protected) in flush_shadow_state()
590 if (state->is_protected) in sync_shadow_state()
651 state->is_protected = state->vcpu->arch.pkvm.shadow_vm->arch.pkvm.enabled; in handle___pkvm_vcpu_load()
656 if (state->is_protected) { in handle___pkvm_vcpu_load()
675 if (!state->is_protected && in handle___pkvm_vcpu_put()
692 if (!state->vcpu || state->is_protected) in handle___pkvm_vcpu_sync_state()
[all …]
/arch/s390/include/asm/
Dmmu.h20 atomic_t is_protected; member
Dmmu_context.h29 atomic_set(&mm->context.is_protected, 0); in init_new_context()
Dpgtable.h526 if (unlikely(atomic_read(&mm->context.is_protected))) in mm_is_protected()
/arch/s390/kvm/
Dpv.c168 atomic_set(&kvm->mm->context.is_protected, 0); in kvm_s390_pv_deinit_vm()
238 atomic_set(&kvm->mm->context.is_protected, 1); in kvm_s390_pv_set_sec_parms()