Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/kvm/
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-6.12.1/tools/perf/arch/riscv/util/
Driscv_exception_types.h22 #define EXC_STORE_GUEST_PAGE_FAULT 23 macro
/linux-6.12.1/tools/arch/riscv/include/asm/
Dcsr.h107 #define EXC_STORE_GUEST_PAGE_FAULT 23 macro
/linux-6.12.1/arch/riscv/include/asm/
Dcsr.h108 #define EXC_STORE_GUEST_PAGE_FAULT 23 macro