Home
last modified time | relevance | path

Searched refs:ext_svnapot (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h84 bool ext_svnapot; member
H A Dcpu_helper.c1078 if (!riscv_cpu_cfg(env)->ext_svnapot && (pte & PTE_N)) { in get_physical_address()
1263 if (riscv_cpu_cfg(env)->ext_svnapot && (pte & PTE_N)) { in get_physical_address()
H A Dcpu.c200 ISA_EXT_DATA_ENTRY(svnapot, PRIV_VERSION_1_12_0, ext_svnapot),
564 cpu->cfg.ext_svnapot = true; in rv64_veyron_v1_cpu_init()
1512 MULTI_EXT_CFG_BOOL("svnapot", ext_svnapot, false),
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c326 KVM_EXT_CFG("svnapot", ext_svnapot, KVM_RISCV_ISA_EXT_SVNAPOT),