Searched refs:sepc (Results 1 – 19 of 19) sorted by relevance
| /openbmc/u-boot/arch/riscv/include/asm/ |
| H A D | ptrace.h | 13 unsigned long sepc; member 60 #define GET_IP(regs) ((regs)->sepc)
|
| /openbmc/qemu/bsd-user/riscv/ |
| H A D | target_syscall.h | 30 abi_ulong sepc; member
|
| H A D | target_arch_reg.h | 32 uint64_t sepc; /* exception program counter */ member 83 regs->sepc = tswapreg(env->pc); in target_copy_regs()
|
| H A D | target_arch_thread.h | 41 regs->sepc = infop->entry; in target_thread_init()
|
| H A D | target_arch_cpu.h | 37 env->pc = regs->sepc; in target_cpu_init()
|
| /openbmc/qemu/linux-user/hexagon/ |
| H A D | target_syscall.h | 22 abi_long sepc; global() member
|
| H A D | cpu_loop.c | |
| /openbmc/qemu/linux-user/riscv/ |
| H A D | target_syscall.h | 12 abi_long sepc; global() member
|
| H A D | cpu_loop.c | |
| /openbmc/qemu/linux-headers/asm-riscv/ |
| H A D | kvm.h | 78 unsigned long sepc; 76 unsigned long sepc; global() member
|
| /openbmc/qemu/target/riscv/ |
| H A D | cpu_helper.c | 628 env->vsepc = env->sepc; in riscv_cpu_swap_hypervisor_regs() 629 env->sepc = env->sepc_hs; in riscv_cpu_swap_hypervisor_regs() 651 env->sepc_hs = env->sepc; in riscv_cpu_swap_hypervisor_regs() 652 env->sepc = env->vsepc; in riscv_cpu_swap_hypervisor_regs() 2364 env->sepc = env->pc; in riscv_cpu_do_interrupt() 2372 src = env->sepc; in riscv_cpu_do_interrupt()
|
| H A D | machine.c | 466 VMSTATE_UINTTL(env.sepc, RISCVCPU),
|
| H A D | cpu.h | 322 target_ulong sepc; 321 target_ulong sepc; global() member
|
| H A D | op_helper.c | 297 target_ulong retpc = env->sepc & get_xepc_mask(env); in helper_sret()
|
| H A D | csr.c | 4175 *val = env->sepc & get_xepc_mask(env); in read_sepc() 4182 env->sepc = val & get_xepc_mask(env); in write_sepc() 6020 [CSR_SEPC] = { "sepc", smode, read_sepc, write_sepc },
|
| /openbmc/u-boot/common/ |
| H A D | image-fit.c | 37 static int fit_parse_spec(const char *spec, char sepc, ulong addr_curr, in fit_parse_spec() argument 45 sep = strchr(spec, sepc); in fit_parse_spec()
|
| /openbmc/qemu/target/riscv/kvm/ |
| H A D | kvm-cpu.c | 250 KVM_CSR_CFG("sepc", sepc, RISCV_CSR_REG(sepc)), 701 env->sepc = 0; in kvm_riscv_reset_regs_csr()
|
| /openbmc/u-boot/scripts/ |
| H A D | spelling.txt | 1021 sepc||spec
|
| /openbmc/qemu/linux-user/ |
| H A D | elfload.c | |