Lines Matching refs:sptep
202 TP_PROTO(u64 *sptep, gfn_t gfn, unsigned access, unsigned int gen),
203 TP_ARGS(sptep, gfn, access, gen),
206 __field(void *, sptep)
213 __entry->sptep = sptep;
219 TP_printk("sptep:%p gfn %llx access %x gen %x", __entry->sptep,
250 u64 *sptep, u64 old_spte, bool retry),
251 TP_ARGS(vcpu, gva, error_code, sptep, old_spte, retry),
257 __field(u64 *, sptep)
267 __entry->sptep = sptep;
269 __entry->new_spte = *sptep;
276 kvm_mmu_trace_pferr_flags), __entry->sptep,