Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/riscv/asm/
H A Dcsr.h40 #define EXC_STORE_PAGE_FAULT 15 macro
/kvm-unit-tests/riscv/
H A Dsbi-fwft.c308 install_exception_handler(EXC_STORE_PAGE_FAULT, adue_write_handler); in fwft_check_pte_ad_hw_updating()
347 install_exception_handler(EXC_STORE_PAGE_FAULT, NULL); in fwft_check_pte_ad_hw_updating()
H A Disa-dbltrp.c139 install_exception_handler(EXC_STORE_PAGE_FAULT, pagefault_trap_handler); in check_double_trap()