mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-08-22 00:42:01 +02:00

This patch add the Sifive U74 JSON file. Link: https://sifive.cdn.prismic.io/sifive/ad5577a0-9a00-45c9-a5d0-424a3d586060_u74_core_complex_manual_21G3.pdf Derived-from-code-by: João Mário Domingos <joao.mario@tecnico.ulisboa.pt> Signed-off-by: Nikita Shubin <n.shubin@yadro.com> Tested-by: Kautuk Consul <kconsul@ventanamicro.com> Acked-by: Palmer Dabbelt <palmer@rivosinc.com> Cc: Albert Ou <aou@eecs.berkeley.edu> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Anup Patel <anup@brainfault.org> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Palmer Dabbelt <palmer@dabbelt.com> Cc: Paul Walmsley <paul.walmsley@sifive.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: linux-riscv@lists.infradead.org Cc: linux@yadro.com Link: https://lore.kernel.org/r/20220815132251.25702-4-nikita.shubin@maquefel.me Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
[
|
|
{
|
|
"EventName": "ADDRESSGEN_INTERLOCK",
|
|
"EventCode": "0x0000101",
|
|
"BriefDescription": "Address-generation interlock"
|
|
},
|
|
{
|
|
"EventName": "LONGLAT_INTERLOCK",
|
|
"EventCode": "0x0000201",
|
|
"BriefDescription": "Long-latency interlock"
|
|
},
|
|
{
|
|
"EventName": "CSR_READ_INTERLOCK",
|
|
"EventCode": "0x0000401",
|
|
"BriefDescription": "CSR read interlock"
|
|
},
|
|
{
|
|
"EventName": "ICACHE_ITIM_BUSY",
|
|
"EventCode": "0x0000801",
|
|
"BriefDescription": "Instruction cache/ITIM busy"
|
|
},
|
|
{
|
|
"EventName": "DCACHE_DTIM_BUSY",
|
|
"EventCode": "0x0001001",
|
|
"BriefDescription": "Data cache/DTIM busy"
|
|
},
|
|
{
|
|
"EventName": "BRANCH_DIRECTION_MISPREDICTION",
|
|
"EventCode": "0x0002001",
|
|
"BriefDescription": "Branch direction misprediction"
|
|
},
|
|
{
|
|
"EventName": "BRANCH_TARGET_MISPREDICTION",
|
|
"EventCode": "0x0004001",
|
|
"BriefDescription": "Branch/jump target misprediction"
|
|
},
|
|
{
|
|
"EventName": "PIPE_FLUSH_CSR_WRITE",
|
|
"EventCode": "0x0008001",
|
|
"BriefDescription": "Pipeline flush from CSR write"
|
|
},
|
|
{
|
|
"EventName": "PIPE_FLUSH_OTHER_EVENT",
|
|
"EventCode": "0x0010001",
|
|
"BriefDescription": "Pipeline flush from other event"
|
|
},
|
|
{
|
|
"EventName": "INTEGER_MULTIPLICATION_INTERLOCK",
|
|
"EventCode": "0x0020001",
|
|
"BriefDescription": "Integer multiplication interlock"
|
|
},
|
|
{
|
|
"EventName": "FP_INTERLOCK",
|
|
"EventCode": "0x0040001",
|
|
"BriefDescription": "Floating-point interlock"
|
|
}
|
|
] |