Home
last modified time | relevance | path

Searched refs:EXC_STORE_PAGE_FAULT (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/kvm-stat-arch/ !
H A Driscv_trap_types.h35 #define EXC_STORE_PAGE_FAULT 15 macro
53 TRAP(EXC_STORE_PAGE_FAULT), TRAP(EXC_INST_GUEST_PAGE_FAULT), \
/linux/arch/riscv/mm/ !
H A Dfault.c108 if (kfence_handle_page_fault(addr, regs->cause == EXC_STORE_PAGE_FAULT, regs)) in no_context()
263 case EXC_STORE_PAGE_FAULT: in access_error()
343 if (cause == EXC_STORE_PAGE_FAULT) in handle_page_fault()
/linux/arch/riscv/include/asm/ !
H A Dkvm_host.h56 BIT(EXC_STORE_PAGE_FAULT))
H A Dcsr.h119 #define EXC_STORE_PAGE_FAULT 15 macro
/linux/tools/arch/riscv/include/asm/ !
H A Dcsr.h103 #define EXC_STORE_PAGE_FAULT 15 macro
/linux/arch/riscv/kernel/ !
H A Dentry.S33 li a1, EXC_STORE_PAGE_FAULT