Lines Matching refs:index
212 TP_PROTO(unsigned int function, unsigned int index, unsigned long rax,
215 TP_ARGS(function, index, rax, rbx, rcx, rdx, found, used_max_basic),
219 __field( unsigned int, index )
230 __entry->index = index;
240 __entry->function, __entry->index, __entry->rax,
1424 TP_PROTO(u32 vcpu, u32 icrh, u32 icrl, u32 id, u32 index),
1425 TP_ARGS(vcpu, icrh, icrl, id, index),
1432 __field(u32, index)
1440 __entry->index = index;
1443 TP_printk("vcpu=%u, icrh:icrl=%#010x:%08x, id=%u, index=%u",
1445 __entry->id, __entry->index)
1496 TP_PROTO(u32 icrh, u32 icrl, u32 index),
1497 TP_ARGS(icrh, icrl, index),
1502 __field(u32, index)
1508 __entry->index = index;
1511 TP_printk("icrh:icrl=%#08x:%08x, index=%u",
1512 __entry->icrh, __entry->icrl, __entry->index)