Lines Matching +full:implementation +full:- +full:defined
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #if !defined(_TRACE_ARM_KVM_H) || defined(TRACE_HEADER_MULTI_READ)
10 /* Architecturally implementation defined CP15 register access */
26 __entry->is_write = is_write;
27 __entry->Op1 = Op1;
28 __entry->Rt1 = Rt1;
29 __entry->CRn = CRn;
30 __entry->CRm = CRm;
31 __entry->Op2 = Op2;
34 TP_printk("Implementation defined CP15: %s\tp15, %u, r%u, c%u, c%u, %u",
35 (__entry->is_write) ? "mcr" : "mrc",
36 __entry->Op1, __entry->Rt1, __entry->CRn,
37 __entry->CRm, __entry->Op2)
50 __entry->vcpu_pc = vcpu_pc;
51 __entry->is_wfe = is_wfe;
55 __entry->is_wfe ? 'e' : 'i', __entry->vcpu_pc)
69 __entry->vcpu_pc = vcpu_pc;
70 __entry->r0 = r0;
71 __entry->imm = imm;
75 __entry->vcpu_pc, __entry->r0, __entry->imm)