Home
last modified time | relevance | path

Searched refs:tlb_exception (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sh3/sh3/
H A Dexception_vector.S148 .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)
H A Dexception.c130 void tlb_exception(struct lwp *, struct trapframe *, uint32_t);
276 tlb_exception(struct lwp *l, struct trapframe *tf, uint32_t va) in tlb_exception() function