Searched refs:is_wfe (Results 1 – 3 of 3) sorted by relevance
12 TP_PROTO(unsigned long vcpu_pc, bool is_wfe),13 TP_ARGS(vcpu_pc, is_wfe),17 __field(bool, is_wfe)22 __entry->is_wfe = is_wfe;26 __entry->is_wfe ? 'e' : 'i', __entry->vcpu_pc)
133 bool is_wfe = !!(esr & ESR_ELx_WFx_ISS_WFE); in kvm_handle_wfx() local138 if (is_wfe) { in kvm_handle_wfx()
321 bool is_wfe = !!(esr & ESR_ELx_WFx_ISS_WFE); in guest_hyp_wfx_traps_enabled() local327 return ((is_wfe && (hcr_el2 & HCR_TWE)) || in guest_hyp_wfx_traps_enabled()328 (!is_wfe && (hcr_el2 & HCR_TWI))); in guest_hyp_wfx_traps_enabled()