Home
last modified time | relevance | path

Searched refs:EF_RISCV_RVE (Results 1 – 2 of 2) sorted by path

/qemu/include/
H A Delf.h1448 #define EF_RISCV_RVE 0x0008 macro
/qemu/linux-user/riscv/
H A Dcpu_loop.c56 env->gpr[(env->elf_flags & EF_RISCV_RVE) in cpu_loop()
107 if ((env->misa_ext & RVE) && !(env->elf_flags & EF_RISCV_RVE)) { in target_cpu_copy_regs()