Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dkvm_host.h159 unsigned long vsepc; member
/openbmc/linux/arch/riscv/kvm/
H A Dvcpu.c504 csr_write(CSR_VSEPC, csr->vsepc); in kvm_arch_vcpu_load()
549 csr->vsepc = csr_read(CSR_VSEPC); in kvm_arch_vcpu_put()
/openbmc/qemu/target/riscv/
H A Dmachine.c106 VMSTATE_UINTTL(env.vsepc, RISCVCPU),
H A Dcpu.h286 target_ulong vsepc; member
H A Dcpu_helper.c559 env->vsepc = env->sepc; in riscv_cpu_swap_hypervisor_regs()
583 env->sepc = env->vsepc; in riscv_cpu_swap_hypervisor_regs()
H A Dcsr.c3726 *val = env->vsepc; in read_vsepc()
3733 env->vsepc = val; in write_vsepc()