Home
last modified time | relevance | path

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

/linux/drivers/misc/ocxl/
H A Dtrace.h135 TP_PROTO(void *spa, u64 pe, u64 dsisr, u64 dar, u64 tfc),
136 TP_ARGS(spa, pe, dsisr, dar, tfc),
143 __field(u64, tfc)
151 __entry->tfc = tfc;
159 __entry->tfc
164 TP_PROTO(void *spa, u64 pe, u64 dsisr, u64 dar, u64 tfc),
165 TP_ARGS(spa, pe, dsisr, dar, tfc)
169 TP_PROTO(void *spa, u64 pe, u64 dsisr, u64 dar, u64 tfc),
170 TP_ARGS(spa, pe, dsisr, dar, tfc)
/linux/arch/powerpc/include/asm/
H A Dpnv-ocxl.h69 void __iomem *tfc, void __iomem *pe_handle);
71 void __iomem **dar, void __iomem **tfc,
/linux/arch/powerpc/platforms/powernv/
H A Docxl.c381 void __iomem *tfc, void __iomem *pe_handle) in pnv_ocxl_unmap_xsl_regs() argument
385 iounmap(tfc); in pnv_ocxl_unmap_xsl_regs()
391 void __iomem **dar, void __iomem **tfc, in pnv_ocxl_map_xsl_regs() argument
421 *tfc = regs[2]; in pnv_ocxl_map_xsl_regs()
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-evm.dts122 compatible = "tfc,s9700rtwv43tr-01b";
/linux/kernel/events/
H A Dcore.c76 struct remote_function_call *tfc = data; in remote_function() local
77 struct task_struct *p = tfc->p; in remote_function()
89 tfc->ret = -ESRCH; /* No such (running) process */ in remote_function()
94 tfc->ret = tfc->func(tfc->info); in remote_function()