HomeSort by: relevance | last modified time | path
    Searched defs:get_faulttype (Results 1 - 2 of 2) sorted by relevancy

  /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);

Completed in 13 milliseconds