Home
last modified time | relevance | path

Searched refs:ext_offsets (Results 1 – 3 of 3) sorted by relevance

/qemu/target/riscv/tcg/
H A Dtcg-cpu.c927 for (i = 0; profile->ext_offsets[i] != RISCV_PROFILE_EXT_LIST_END; i++) { in riscv_cpu_validate_profile()
928 int ext_offset = profile->ext_offsets[i]; in riscv_cpu_validate_profile()
1398 for (i = 0; profile->ext_offsets[i] != RISCV_PROFILE_EXT_LIST_END; i++) { in cpu_set_profile()
1399 ext_offset = profile->ext_offsets[i]; in cpu_set_profile()
/qemu/target/riscv/
H A Dcpu.c2013 .ext_offsets = {
2046 .ext_offsets = {
2067 .ext_offsets = {
2097 .ext_offsets = {
H A Dcpu.h89 const int32_t ext_offsets[]; member