Searched refs:pidr (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/misc/ocxl/ |
H A D | trace.h | 13 TP_PROTO(unsigned long start, unsigned long end, unsigned long pidr), 14 TP_ARGS(start, end, pidr), 19 __field(unsigned long, pidr) 25 __entry->pidr = pidr; 31 __entry->pidr 36 TP_PROTO(int pasid, unsigned long pidr), 37 TP_ARGS(pasid, pidr), 41 __field(unsigned long, pidr) 46 __entry->pidr = pidr; 51 __entry->pidr [all …]
|
H A D | context.c | 72 unsigned long pidr = 0; in ocxl_context_attach() local 83 pidr = mm->context.id; in ocxl_context_attach() 86 rc = ocxl_link_add_pe(ctx->afu->fn->link, ctx->pasid, pidr, ctx->tidr, in ocxl_context_attach()
|
H A D | link.c | 538 int ocxl_link_add_pe(void *link_handle, int pasid, u32 pidr, u32 tidr, in ocxl_link_add_pe() argument 575 pe->config_state = cpu_to_be64(calculate_cfg_state(pidr == 0)); in ocxl_link_add_pe() 579 pe->pid = cpu_to_be32(pidr); in ocxl_link_add_pe() 624 trace_ocxl_context_add(current->pid, spa->spa_mem, pasid, pidr, tidr); in ocxl_link_add_pe()
|
/linux/arch/powerpc/platforms/powernv/ |
H A D | vas-trace.h | 64 __field(int, pidr) 72 __entry->pidr = txattr->pidr; 77 __entry->lpid, __entry->pidr)
|
H A D | vas-window.c | 374 val = SET_FIELD(VAS_PID_ID, val, winctx->pidr); in init_winctx_regs() 950 winctx->pidr = txattr->pidr; in init_winctx_for_txwin() 1420 txattr.pidr = mfspr(SPRN_PID); in vas_user_win_open() 1425 pr_devel("Pid %d: Opening txwin, PIDR %ld\n", txattr.pidr, in vas_user_win_open()
|
H A D | vas.h | 403 int pidr; /* value from SPRN_PID, not linux pid */ member
|
/linux/arch/powerpc/include/asm/ |
H A D | vas.h | 162 int pidr; /* hardware PID (from SPRN_PID) */ member
|
/linux/include/misc/ |
H A D | ocxl.h | 449 int ocxl_link_add_pe(void *link_handle, int pasid, u32 pidr, u32 tidr,
|
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-tpdm.c | 533 u32 pidr; in tpdm_datasets_setup() local 536 pidr = readl_relaxed(drvdata->base + CORESIGHT_PERIPHIDR0); in tpdm_datasets_setup() 537 drvdata->datasets |= pidr & GENMASK(TPDM_DATASETS - 1, 0); in tpdm_datasets_setup()
|