Home
last modified time | relevance | path

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

/linux-6.15/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()
230 case EXC_STORE_GUEST_PAGE_FAULT: in kvm_riscv_vcpu_exit()
/linux-6.15/tools/perf/arch/riscv/util/
H A Driscv_exception_types.h22 #define EXC_STORE_GUEST_PAGE_FAULT 23 macro
/linux-6.15/tools/arch/riscv/include/asm/
H A Dcsr.h107 #define EXC_STORE_GUEST_PAGE_FAULT 23 macro
/linux-6.15/arch/riscv/include/asm/
H A Dcsr.h114 #define EXC_STORE_GUEST_PAGE_FAULT 23 macro