Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
H A Ddebug-sr.c62 if (is_protected_kvm_enabled() && host_data_test_flag(HAS_TRBE)) in __trace_needs_drain()
65 return host_data_test_flag(TRBE_ENABLED); in __trace_needs_drain()
70 return host_data_test_flag(TRBE_ENABLED) || in __trace_needs_switch()
71 host_data_test_flag(EL1_TRACING_CONFIGURED); in __trace_needs_switch()
77 if (host_data_test_flag(TRBE_ENABLED)) in __trace_switch_to_guest()
124 if (host_data_test_flag(HAS_SPE)) in __debug_save_host_buffers_nvhe()
128 if (host_data_test_flag(HAS_BRBE)) in __debug_save_host_buffers_nvhe()
142 if (host_data_test_flag(HAS_SPE)) in __debug_restore_host_buffers_nvhe()
144 if (host_data_test_flag(HAS_BRBE)) in __debug_restore_host_buffers_nvhe()
/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c107 BUG_ON(host_data_test_flag(VCPU_IN_HYP_CONTEXT) && in __compute_hcr()
108 host_data_test_flag(L1_VNCR_MAPPED)); in __compute_hcr()
548 unlikely(host_data_test_flag(VCPU_IN_HYP_CONTEXT))) { in fixup_guest_exit()
566 !!host_data_test_flag(VCPU_IN_HYP_CONTEXT) != is_hyp_ctxt(vcpu)); in fixup_guest_exit()
/linux/arch/arm64/kvm/
H A Ddebug.c110 if (host_data_test_flag(HAS_SPE)) in kvm_debug_init_vhe()
H A Dnested.c794 if (host_data_test_flag(L1_VNCR_MAPPED)) { in kvm_vcpu_put_hw_mmu()
/linux/arch/arm64/include/asm/
H A Dkvm_host.h1350 #define host_data_test_flag(flag) \ macro