Searched refs:host_data_test_flag (Results 1 – 2 of 2) 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()98 if (host_data_test_flag(HAS_SPE)) in __debug_save_host_buffers_nvhe()112 if (host_data_test_flag(HAS_SPE)) in __debug_restore_host_buffers_nvhe()
1307 #define host_data_test_flag(flag) \ macro