Home
last modified time | relevance | path

Searched refs:VM_1_10_SV39 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dmonitor.c170 case VM_1_10_SV39: in mem_info_svxx()
H A Dcpu.c351 return VM_1_10_SV39; in satp_mode_from_str()
403 case VM_1_10_SV39: in satp_mode_str()
483 set_satp_mode_max_supported(RISCV_CPU(obj), VM_1_10_SV39); in rv64_sifive_u_cpu_init()
534 set_satp_mode_max_supported(cpu, VM_1_10_SV39); in rv64_thead_c906_cpu_init()
2250 .satp_mode = VM_1_10_SV39,
H A Dcpu_bits.h639 #define VM_1_10_SV39 8 macro
H A Dcpu_helper.c959 case VM_1_10_SV39: in get_physical_address()
H A Dcsr.c1462 [VM_1_10_SV39] = true,
/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c350 } else if (satp_mode_max == VM_1_10_SV39) { in build_rhct()