Home
last modified time | relevance | path

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

/linux/arch/riscv/kvm/
H A Dvcpu_exit.c28 (trap->scause == EXC_STORE_GUEST_PAGE_FAULT && !writable)) { in gstage_page_fault()
34 case EXC_STORE_GUEST_PAGE_FAULT: in gstage_page_fault()
44 (trap->scause == EXC_STORE_GUEST_PAGE_FAULT) ? true : false); in gstage_page_fault()
201 case EXC_STORE_GUEST_PAGE_FAULT: in kvm_riscv_vcpu_exit()
/linux/tools/perf/arch/riscv/util/
H A Driscv_exception_types.h22 #define EXC_STORE_GUEST_PAGE_FAULT 23 macro
/linux/arch/riscv/include/asm/
H A Dcsr.h108 #define EXC_STORE_GUEST_PAGE_FAULT 23 macro
/linux/tools/arch/riscv/include/asm/
H A Dcsr.h107 #define EXC_STORE_GUEST_PAGE_FAULT 23 macro