Home | Sort by: relevance | last modified time | path |
/src/sys/arch/powerpc/booke/ | |
trap.c | 127 get_faulttype(const struct trapframe * const tf) function in typeref:typename:vm_prot_t 216 const vm_prot_t ftype = get_faulttype(tf); 345 const vm_prot_t ftype = get_faulttype(tf); |
/src/sys/arch/riscv/riscv/ | |
trap.c | 323 get_faulttype(register_t cause) function in typeref:typename:vm_prot_t 466 const vm_prot_t ftype = get_faulttype(cause); |