Lines Matching refs:spt
45 TP_PROTO(int id, void *spt, int type, unsigned long mfn,
48 TP_ARGS(id, spt, type, mfn, gpt_gfn),
52 __field(void *, spt)
60 __entry->spt = spt;
66 TP_printk("VM%d [alloc] spt %p type %d mfn 0x%lx gfn 0x%lx\n",
68 __entry->spt,
75 TP_PROTO(int id, void *spt, int type),
77 TP_ARGS(id, spt, type),
81 __field(void *, spt)
87 __entry->spt = spt;
91 TP_printk("VM%u [free] spt %p type %d\n",
93 __entry->spt,
137 TP_PROTO(int id, char *action, void *spt, int before, int after),
139 TP_ARGS(id, action, spt, before, after),
147 "VM%d [%s] spt %p before %d -> after %d\n",
148 id, action, spt, before, after);
155 TP_PROTO(int id, char *action, void *spt, unsigned long gfn,
158 TP_ARGS(id, action, spt, gfn, type),
166 "VM%d [%s] spt %p gfn 0x%lx type %d\n",
167 id, action, spt, gfn, type);
174 TP_PROTO(int id, const char *tag, void *spt, int type, u64 v,
177 TP_ARGS(id, tag, spt, type, v, index),
185 "VM%d [%s] spt %p type %d entry 0x%llx index 0x%lx\n",
186 id, tag, spt, type, v, index);