tfc                23 arch/powerpc/include/asm/pnv-ocxl.h 				void __iomem *tfc, void __iomem *pe_handle);
tfc                25 arch/powerpc/include/asm/pnv-ocxl.h 				void __iomem **dar, void __iomem **tfc,
tfc               387 arch/powerpc/platforms/powernv/ocxl.c 			void __iomem *tfc, void __iomem *pe_handle)
tfc               391 arch/powerpc/platforms/powernv/ocxl.c 	iounmap(tfc);
tfc               397 arch/powerpc/platforms/powernv/ocxl.c 			void __iomem **dar, void __iomem **tfc,
tfc               427 arch/powerpc/platforms/powernv/ocxl.c 		*tfc = regs[2];
tfc              1077 drivers/misc/cxl/cxl.h 	int (*ack_irq)(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask);
tfc               373 drivers/misc/cxl/guest.c static int guest_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask)
tfc               376 drivers/misc/cxl/guest.c 				tfc >> 32, (psl_reset_mask != 0));
tfc              1451 drivers/misc/cxl/native.c static int native_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask)
tfc              1453 drivers/misc/cxl/native.c 	trace_cxl_psl_irq_ack(ctx, tfc);
tfc              1454 drivers/misc/cxl/native.c 	if (tfc)
tfc              1455 drivers/misc/cxl/native.c 		cxl_p2n_write(ctx->afu, CXL_PSL_TFC_An, tfc);
tfc               230 drivers/misc/cxl/trace.h 	TP_PROTO(struct cxl_context *ctx, u64 tfc),
tfc               232 drivers/misc/cxl/trace.h 	TP_ARGS(ctx, tfc),
tfc               238 drivers/misc/cxl/trace.h 		__field(u64, tfc)
tfc               245 drivers/misc/cxl/trace.h 		__entry->tfc = tfc;
tfc               252 drivers/misc/cxl/trace.h 		__print_flags(__entry->tfc, "|", TFC_FLAGS)
tfc                71 drivers/misc/ocxl/trace.h 	TP_PROTO(void *spa, u64 pe, u64 dsisr, u64 dar, u64 tfc),
tfc                72 drivers/misc/ocxl/trace.h 	TP_ARGS(spa, pe, dsisr, dar, tfc),
tfc                79 drivers/misc/ocxl/trace.h 		__field(u64, tfc)
tfc                87 drivers/misc/ocxl/trace.h 		__entry->tfc = tfc;
tfc                95 drivers/misc/ocxl/trace.h 		__entry->tfc
tfc               100 drivers/misc/ocxl/trace.h 	TP_PROTO(void *spa, u64 pe, u64 dsisr, u64 dar, u64 tfc),
tfc               101 drivers/misc/ocxl/trace.h 	TP_ARGS(spa, pe, dsisr, dar, tfc)
tfc               105 drivers/misc/ocxl/trace.h 	TP_PROTO(void *spa, u64 pe, u64 dsisr, u64 dar, u64 tfc),
tfc               106 drivers/misc/ocxl/trace.h 	TP_ARGS(spa, pe, dsisr, dar, tfc)
tfc                68 kernel/events/core.c 	struct remote_function_call *tfc = data;
tfc                69 kernel/events/core.c 	struct task_struct *p = tfc->p;
tfc                81 kernel/events/core.c 		tfc->ret = -ESRCH; /* No such (running) process */
tfc                86 kernel/events/core.c 	tfc->ret = tfc->func(tfc->info);