Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/sh/sh/
H A Dtrap.c324 #define TLB_ASSERT(assert, msg) \ in tlb_exception() macro
362 TLB_ASSERT((int)va > 0, in tlb_exception()
369 TLB_ASSERT(p->p_md.md_pcb->pcb_onfault != NULL, in tlb_exception()
381 TLB_ASSERT(0, "impossible expevt"); in tlb_exception()
391 TLB_ASSERT(p != NULL, "no curproc"); in tlb_exception()
399 TLB_ASSERT(p != NULL && in tlb_exception()
431 TLB_ASSERT(loaded, "page table entry not found"); in tlb_exception()
449 TLB_ASSERT(p->p_md.md_pcb->pcb_onfault, in tlb_exception()
465 #undef TLB_ASSERT in tlb_exception()