Searched refs:tfc (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/misc/cxl/ |
| D | trace.h | 191 TP_PROTO(struct cxl_context *ctx, u64 tfc), 193 TP_ARGS(ctx, tfc), 199 __field(u64, tfc) 206 __entry->tfc = tfc; 213 __print_flags(__entry->tfc, "|", TFC_FLAGS)
|
| D | native.c | 772 int cxl_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask) in cxl_ack_irq() argument 774 trace_cxl_psl_irq_ack(ctx, tfc); in cxl_ack_irq() 775 if (tfc) in cxl_ack_irq() 776 cxl_p2n_write(ctx->afu, CXL_PSL_TFC_An, tfc); in cxl_ack_irq()
|
| D | cxl.h | 726 int cxl_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask);
|
| /linux-4.4.14/kernel/events/ |
| D | core.c | 65 struct remote_function_call *tfc = data; in remote_function() local 66 struct task_struct *p = tfc->p; in remote_function() 69 tfc->ret = -EAGAIN; in remote_function() 74 tfc->ret = tfc->func(tfc->info); in remote_function()
|