Home
last modified time | relevance | path

Searched refs:tfc (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/misc/cxl/
Dtrace.h191 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)
Dnative.c772 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()
Dcxl.h726 int cxl_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask);
/linux-4.4.14/kernel/events/
Dcore.c65 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()