Searched refs:host_data_test_flag (Results 1 – 5 of 5) sorted by relevance
62 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()
107 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()
110 if (host_data_test_flag(HAS_SPE)) in kvm_debug_init_vhe()
794 if (host_data_test_flag(L1_VNCR_MAPPED)) { in kvm_vcpu_put_hw_mmu()
1350 #define host_data_test_flag(flag) \ macro