Lines Matching refs:spt
43 TP_PROTO(int id, void *spt, int type, unsigned long mfn,
46 TP_ARGS(id, spt, type, mfn, gpt_gfn),
50 __field(void *, spt)
58 __entry->spt = spt;
66 __entry->spt,
73 TP_PROTO(int id, void *spt, int type),
75 TP_ARGS(id, spt, type),
79 __field(void *, spt)
85 __entry->spt = spt;
91 __entry->spt,
135 TP_PROTO(int id, char *action, void *spt, int before, int after),
137 TP_ARGS(id, action, spt, before, after),
146 id, action, spt, before, after);
153 TP_PROTO(int id, char *action, void *spt, unsigned long gfn,
156 TP_ARGS(id, action, spt, gfn, type),
165 id, action, spt, gfn, type);
172 TP_PROTO(int id, const char *tag, void *spt, int type, u64 v,
175 TP_ARGS(id, tag, spt, type, v, index),
184 id, tag, spt, type, v, index);