Searched refs:VCPU_TP_PRINTK (Results 1 – 1 of 1) sorted by relevance
/linux/arch/s390/kvm/ |
H A D | trace.h | 30 #define VCPU_TP_PRINTK(p_str, p_args...) \ macro 45 VCPU_TP_PRINTK("%s", "storage key related instruction") 59 VCPU_TP_PRINTK("%s", "major fault, maybe applicable for pfault") 75 VCPU_TP_PRINTK("init pfault token %ld", __entry->pfault_token) 91 VCPU_TP_PRINTK("done pfault token %ld", __entry->pfault_token) 111 VCPU_TP_PRINTK("entering sie flags %x", __entry->cpuflags) 126 VCPU_TP_PRINTK("%s", "fault in sie instruction") 143 VCPU_TP_PRINTK("exit sie icptcode %d (%s)", __entry->icptcode, 166 VCPU_TP_PRINTK("intercepted instruction %016llx (%s)", 189 VCPU_TP_PRINTK("intercepted program interruption %04x (%s)", [all …]
|