Home
last modified time | relevance | path

Searched refs:EDVIDSR (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/Documentation/trace/coresight/
Dcoresight-cpu-debug.rst38 sampling registers: EDPCSR, EDVIDSR and EDCIDSR: from EDPCSR we can get
39 program counter; EDVIDSR has information for secure state, exception level,
188 …coresight-cpu-debug 850000.debug: EDVIDSR: 90000000 (State:Non-secure Mode:EL1/0 Width:64bits VMI…
193 …coresight-cpu-debug 852000.debug: EDVIDSR: 90000000 (State:Non-secure Mode:EL1/0 Width:64bits VMI…
/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-cpu-debug.c31 #define EDVIDSR 0x0A8 macro
236 drvdata->edvidsr = readl_relaxed(drvdata->base + EDVIDSR); in debug_read_regs()