/kernel/linux/linux-5.10/drivers/misc/ocxl/ |
H A D | trace.h | 71 TP_PROTO(void *spa, u64 pe, u64 dsisr, u64 dar, u64 tfc), 72 TP_ARGS(spa, pe, dsisr, dar, tfc), 79 __field(u64, tfc) 87 __entry->tfc = tfc; 90 TP_printk("spa=%p pe=0x%llx dsisr=0x%llx dar=0x%llx tfc=0x%llx", 95 __entry->tfc 100 TP_PROTO(void *spa, u64 pe, u64 dsisr, u64 dar, u64 tfc), 101 TP_ARGS(spa, pe, dsisr, dar, tfc) 105 TP_PROTO(void *spa, u64 pe, u64 dsisr, u64 dar, u64 tfc), [all...] |
/kernel/linux/linux-6.6/drivers/misc/ocxl/ |
H A D | trace.h | 135 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; 154 TP_printk("spa=%p pe=0x%llx dsisr=0x%llx dar=0x%llx tfc=0x%llx", 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), [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | pnv-ocxl.h | 22 void __iomem *tfc, void __iomem *pe_handle); 24 void __iomem **dar, void __iomem **tfc,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | pnv-ocxl.h | 69 void __iomem *tfc, void __iomem *pe_handle); 71 void __iomem **dar, void __iomem **tfc,
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | trace.h | 230 TP_PROTO(struct cxl_context *ctx, u64 tfc), 232 TP_ARGS(ctx, tfc), 238 __field(u64, tfc) 245 __entry->tfc = tfc; 248 TP_printk("afu%i.%i pe=%i tfc=%s", 252 __print_flags(__entry->tfc, "|", TFC_FLAGS)
|
H A D | native.c | 1451 static int native_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask) in native_ack_irq() argument 1453 trace_cxl_psl_irq_ack(ctx, tfc); in native_ack_irq() 1454 if (tfc) in native_ack_irq() 1455 cxl_p2n_write(ctx->afu, CXL_PSL_TFC_An, tfc); in native_ack_irq()
|
H A D | guest.c | 373 static int guest_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask) in guest_ack_irq() argument 376 tfc >> 32, (psl_reset_mask != 0)); in guest_ack_irq()
|
H A D | cxl.h | 1077 int (*ack_irq)(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask);
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | trace.h | 230 TP_PROTO(struct cxl_context *ctx, u64 tfc), 232 TP_ARGS(ctx, tfc), 238 __field(u64, tfc) 245 __entry->tfc = tfc; 248 TP_printk("afu%i.%i pe=%i tfc=%s", 252 __print_flags(__entry->tfc, "|", TFC_FLAGS)
|
H A D | native.c | 1447 static int native_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask) in native_ack_irq() argument 1449 trace_cxl_psl_irq_ack(ctx, tfc); in native_ack_irq() 1450 if (tfc) in native_ack_irq() 1451 cxl_p2n_write(ctx->afu, CXL_PSL_TFC_An, tfc); in native_ack_irq()
|
H A D | guest.c | 379 static int guest_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask) in guest_ack_irq() argument 382 tfc >> 32, (psl_reset_mask != 0)); in guest_ack_irq()
|
H A D | cxl.h | 1079 int (*ack_irq)(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask);
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | ocxl.c | 386 void __iomem *tfc, void __iomem *pe_handle) in pnv_ocxl_unmap_xsl_regs() 390 iounmap(tfc); in pnv_ocxl_unmap_xsl_regs() 396 void __iomem **dar, void __iomem **tfc, in pnv_ocxl_map_xsl_regs() 426 *tfc = regs[2]; in pnv_ocxl_map_xsl_regs() 385 pnv_ocxl_unmap_xsl_regs(void __iomem *dsisr, void __iomem *dar, void __iomem *tfc, void __iomem *pe_handle) pnv_ocxl_unmap_xsl_regs() argument 395 pnv_ocxl_map_xsl_regs(struct pci_dev *dev, void __iomem **dsisr, void __iomem **dar, void __iomem **tfc, void __iomem **pe_handle) pnv_ocxl_map_xsl_regs() argument
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | ocxl.c | 387 void __iomem *tfc, void __iomem *pe_handle) in pnv_ocxl_unmap_xsl_regs() 391 iounmap(tfc); in pnv_ocxl_unmap_xsl_regs() 397 void __iomem **dar, void __iomem **tfc, in pnv_ocxl_map_xsl_regs() 427 *tfc = regs[2]; in pnv_ocxl_map_xsl_regs() 386 pnv_ocxl_unmap_xsl_regs(void __iomem *dsisr, void __iomem *dar, void __iomem *tfc, void __iomem *pe_handle) pnv_ocxl_unmap_xsl_regs() argument 396 pnv_ocxl_map_xsl_regs(struct pci_dev *dev, void __iomem **dsisr, void __iomem **dar, void __iomem **tfc, void __iomem **pe_handle) pnv_ocxl_map_xsl_regs() argument
|
/kernel/linux/linux-5.10/kernel/events/ |
H A D | core.c | 70 struct remote_function_call *tfc = data; in remote_function() local 71 struct task_struct *p = tfc->p; in remote_function() 83 tfc->ret = -ESRCH; /* No such (running) process */ in remote_function() 88 tfc->ret = tfc->func(tfc->info); in remote_function()
|
/kernel/linux/linux-6.6/kernel/events/ |
H A D | core.c | 74 struct remote_function_call *tfc = data; in remote_function() local 75 struct task_struct *p = tfc->p; in remote_function() 87 tfc->ret = -ESRCH; /* No such (running) process */ in remote_function() 92 tfc->ret = tfc->func(tfc->info); in remote_function()
|