Home
last modified time | relevance | path

Searched refs:EXC_INST_GUEST_PAGE_FAULT (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/arch/riscv/util/
H A Driscv_trap_types.h36 #define EXC_INST_GUEST_PAGE_FAULT 20 macro
53 TRAP(EXC_STORE_PAGE_FAULT), TRAP(EXC_INST_GUEST_PAGE_FAULT), \
/linux/arch/riscv/kvm/
H A Dvcpu_exit.c232 case EXC_INST_GUEST_PAGE_FAULT: in kvm_riscv_vcpu_exit()
/linux/arch/riscv/include/asm/
H A Dcsr.h111 #define EXC_INST_GUEST_PAGE_FAULT 20 macro