Home
last modified time | relevance | path

Searched refs:contextid (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dsifive_plic.c162 uint32_t contextid = (addr & (plic->context_stride - 1)); in sifive_plic_read() local
164 if (contextid == 0) { in sifive_plic_read()
166 } else if (contextid == 4) { in sifive_plic_read()
225 uint32_t contextid = (addr & (plic->context_stride - 1)); in sifive_plic_write() local
227 if (contextid == 0) { in sifive_plic_write()
241 } else if (contextid == 4) { in sifive_plic_write()
/openbmc/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c81 u64 contextid = evsel->core.attr.config & in cs_etm_validate_context_id() local
86 if (!contextid) in cs_etm_validate_context_id()
108 if (contextid & in cs_etm_validate_context_id()
124 if (contextid & in cs_etm_validate_context_id()
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight.rst542 "contextid": Will be an alias for the option that enables PID
544 contextid == contextid1, on EL1 kernel.
545 contextid == contextid2, on EL2 kernel.
548 automatically enable the "contextid" config - but for EL2 it is possible to make
602 * - contextid
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c91 __ATTR(contextid, 0444, format_attr_contextid_show, NULL);