Home
last modified time | relevance | path

Searched refs:ctxid_pid (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-cfg.c97 CHECKREGIDX(TRCCIDCVRn(0), ctxid_pid, idx, off_mask); in etm4_cfg_map_reg_offset()
H A Dcoresight-etm.h170 * @ctxid_pid: value for the context ID to trigger on.
202 u32 ctxid_pid[ETM_MAX_CTXID_CMP]; member
H A Dcoresight-etm3x-sysfs.c1038 val = config->ctxid_pid[config->ctxid_idx]; in ctxid_pid_show()
1070 config->ctxid_pid[config->ctxid_idx] = pid; in ctxid_pid_store()
1075 static DEVICE_ATTR_RW(ctxid_pid);
H A Dcoresight-etm3x-core.c233 config->ctxid_pid[i] = 0x0; in etm_set_default()
415 etm_writel(drvdata, config->ctxid_pid[i], ETMCIDCVRn(i)); in etm_enable_hw()
H A Dcoresight-etm4x-sysfs.c258 config->ctxid_pid[i] = 0x0; in reset_store()
1911 val = (unsigned long)config->ctxid_pid[idx]; in ctxid_pid_show()
1949 config->ctxid_pid[idx] = (u64)pid; in ctxid_pid_store()
1953 static DEVICE_ATTR_RW(ctxid_pid);
2067 config->ctxid_pid[i] &= ~(0xFFUL << (j * 8)); in ctxid_masks_store()
H A Dcoresight-etm4x.h833 * @ctxid_pid: Value of the context ID comparator.
877 u64 ctxid_pid[ETMv4_MAX_CTXID_CMP]; member
H A Dcoresight-etm4x-core.c489 etm4x_relaxed_write64(csa, config->ctxid_pid[i], TRCCIDCVRn(i)); in etm4_enable_hw()
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-etm.h170 * @ctxid_pid: value for the context ID to trigger on.
202 u32 ctxid_pid[ETM_MAX_CTXID_CMP]; member
H A Dcoresight-etm4x.h245 * @ctxid_pid: Value of the context ID comparator.
289 u64 ctxid_pid[ETMv4_MAX_CTXID_CMP]; member
H A Dcoresight-etm3x-sysfs.c1037 val = config->ctxid_pid[config->ctxid_idx]; in ctxid_pid_show()
1069 config->ctxid_pid[config->ctxid_idx] = pid; in ctxid_pid_store()
1074 static DEVICE_ATTR_RW(ctxid_pid);
H A Dcoresight-etm3x-core.c232 config->ctxid_pid[i] = 0x0; in etm_set_default()
409 etm_writel(drvdata, config->ctxid_pid[i], ETMCIDCVRn(i)); in etm_enable_hw()
H A Dcoresight-etm4x-sysfs.c257 config->ctxid_pid[i] = 0x0; in reset_store()
1899 val = (unsigned long)config->ctxid_pid[idx]; in ctxid_pid_show()
1937 config->ctxid_pid[idx] = (u64)pid; in ctxid_pid_store()
1941 static DEVICE_ATTR_RW(ctxid_pid);
2055 config->ctxid_pid[i] &= ~(0xFFUL << (j * 8)); in ctxid_masks_store()
H A Dcoresight-etm4x-core.c189 writeq_relaxed(config->ctxid_pid[i], in etm4_enable_hw()

Completed in 23 milliseconds