Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c204 if (unlikely(vcpu_is_protected(vcpu))) in kvm_get_exit_handler_array()
225 if (unlikely(vcpu_is_protected(vcpu) && vcpu_mode_is_32bit(vcpu))) { in fixup_guest_exit()
/linux/arch/arm64/include/asm/
H A Dkvm_host.h1483 #define vcpu_is_protected(vcpu) kvm_vm_is_protected((vcpu)->kvm) macro