Searched refs:pidr (Results 1 – 4 of 4) sorted by relevance
| /drivers/misc/ocxl/ |
| A D | trace.h | 25 __entry->pidr = pidr; 31 __entry->pidr 37 TP_ARGS(pasid, pidr), 46 __entry->pidr = pidr; 51 __entry->pidr 57 TP_ARGS(pasid, pidr), 66 __entry->pidr = pidr; 71 __entry->pidr 83 __field(u32, pidr) 91 __entry->pidr = pidr; [all …]
|
| 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()
|
| 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()
|
| /drivers/hwtracing/coresight/ |
| A D | coresight-tpdm.c | 573 u32 pidr; in tpdm_datasets_setup() local 576 pidr = readl_relaxed(drvdata->base + CORESIGHT_PERIPHIDR0); in tpdm_datasets_setup() 577 drvdata->datasets |= pidr & GENMASK(TPDM_DATASETS - 1, 0); in tpdm_datasets_setup()
|
Completed in 13 milliseconds