Lines Matching refs:ret
309 TP_PROTO(struct kvm_vcpu *vcpu, unsigned long *hptep, long ret),
311 TP_ARGS(vcpu, hptep, ret),
317 __field(long, ret)
324 __entry->ret = ret;
327 TP_printk("VCPU %d: hpte=0x%lx:0x%lx ret=0x%lx",
329 __entry->hpte_v, __entry->hpte_r, __entry->ret)
362 TP_PROTO(struct kvm_vcpu *vcpu, int ret),
364 TP_ARGS(vcpu, ret),
368 __field(unsigned long, ret)
374 __entry->ret = ret;
378 TP_printk("VCPU %d: ret=%s hcall_rc=%s",
380 __print_symbolic(__entry->ret, kvm_trace_symbol_kvmret),
381 __print_symbolic(__entry->ret & RESUME_FLAG_HOST ?
482 __field(int, ret)
488 __entry->ret = vcpu->arch.ret;
491 TP_printk("VCPU %d: exit=%d, ret=%d",
492 __entry->vcpu_id, __entry->exit, __entry->ret)