Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/trace/
Dcoresight-cpu-debug.txt37 sampling registers: EDPCSR, EDVIDSR and EDCIDSR: from EDPCSR we can get
38 program counter; EDVIDSR has information for secure state, exception level,
182 coresight-cpu-debug 850000.debug: EDVIDSR: 90000000 (State:Non-secure Mode:EL1/0 Width:64bits VMID…
187 coresight-cpu-debug 852000.debug: EDVIDSR: 90000000 (State:Non-secure Mode:EL1/0 Width:64bits VMID…
/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-cpu-debug.c30 #define EDVIDSR 0x0A8 macro
235 drvdata->edvidsr = readl_relaxed(drvdata->base + EDVIDSR); in debug_read_regs()