Lines Matching refs:__entry

25 	__entry->id = vcpu->vcpu_id;					\
26 __entry->pswmask = vcpu->arch.sie_block->gpsw.mask; \
27 __entry->pswaddr = vcpu->arch.sie_block->gpsw.addr; \
30 TP_printk("%02d[%016lx-%016lx]: " p_str, __entry->id, \
31 __entry->pswmask, __entry->pswaddr, p_args)
72 __entry->pfault_token = pfault_token;
74 VCPU_TP_PRINTK("init pfault token %ld", __entry->pfault_token)
88 __entry->pfault_token = pfault_token;
90 VCPU_TP_PRINTK("done pfault token %ld", __entry->pfault_token)
107 __entry->cpuflags = cpuflags;
110 VCPU_TP_PRINTK("entering sie flags %x", __entry->cpuflags)
139 __entry->icptcode = icptcode;
142 VCPU_TP_PRINTK("exit sie icptcode %d (%s)", __entry->icptcode,
143 __print_symbolic(__entry->icptcode,
161 __entry->instruction = ((__u64)ipa << 48) |
166 __entry->instruction,
167 __print_symbolic(icpt_insn_decoder(__entry->instruction),
185 __entry->code = code;
189 __entry->code)
206 __entry->viwhy = viwhy;
209 VCPU_TP_PRINTK("got validity intercept %04x", __entry->viwhy)
230 __entry->order_code = order_code;
231 __entry->cpu_addr = cpu_addr;
232 __entry->parameter = parameter;
236 "parameter %08x", __entry->order_code,
237 __print_symbolic(__entry->order_code,
239 __entry->cpu_addr, __entry->parameter)
254 __entry->order_code = order_code;
255 __entry->cpu_addr = cpu_addr;
259 __entry->order_code,
260 __print_symbolic(__entry->order_code,
262 __entry->cpu_addr)
276 __entry->code = code;
279 VCPU_TP_PRINTK("handle diagnose call %04x (%s)", __entry->code,
280 __print_symbolic(__entry->code, diagnose_codes))
297 __entry->g = g;
298 __entry->reg1 = reg1;
299 __entry->reg3 = reg3;
300 __entry->addr = addr;
304 __entry->g ? "lctlg" : "lctl",
305 __entry->reg1, __entry->reg3, __entry->addr)
322 __entry->g = g;
323 __entry->reg1 = reg1;
324 __entry->reg3 = reg3;
325 __entry->addr = addr;
329 __entry->g ? "stctg" : "stctl",
330 __entry->reg1, __entry->reg3, __entry->addr)
345 __entry->set = set;
346 __entry->address = address;
350 __entry->set ? "setting" : "storing",
351 __entry->address)
365 __entry->address = address;
369 __entry->address)
383 __entry->facility_list = facility_list;
387 __entry->facility_list)
404 __entry->fc = fc;
405 __entry->sel1 = sel1;
406 __entry->sel2 = sel2;
407 __entry->addr = addr;
411 __entry->fc, __entry->sel1, __entry->sel2,
412 __entry->addr)