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

  /src/sys/arch/sh3/sh3/
exception_vector.S 92 /* tlb_exception(curlwp, tf, TEA); */
148 .Lg_tlb_exception: .long _C_LABEL(tlb_exception)
271 !! tlb_exception(curlwp, trapframe, tea)
307 .L3_tlb_exception: .long _C_LABEL(tlb_exception)
431 !! tlb_exception(curlwp, trapframe, tea)
466 .L4_tlb_exception: .long _C_LABEL(tlb_exception)
exception.c 130 void tlb_exception(struct lwp *, struct trapframe *, uint32_t);
270 * void tlb_exception(struct lwp *l, struct trapframe *tf, uint32_t va):
276 tlb_exception(struct lwp *l, struct trapframe *tf, uint32_t va) function in typeref:typename:void
456 panic("tlb_exception: %s\n"

Completed in 12 milliseconds