Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dfiq.c90 struct fiqhandler *ofh; in fiq_claim() local
99 if ((ofh = TAILQ_FIRST(&fiqhandler_stack)) != NULL) { in fiq_claim()
100 if ((ofh->fh_flags & FH_CANPUSH) == 0) { in fiq_claim()
106 if (ofh->fh_regs != NULL) in fiq_claim()
107 fiq_getregs(ofh->fh_regs); in fiq_claim()
136 struct fiqhandler *ofh; in fiq_release() local
149 if ((ofh = TAILQ_FIRST(&fiqhandler_stack)) != NULL) { in fiq_release()
150 if (ofh->fh_regs != NULL) in fiq_release()
151 fiq_setregs(ofh->fh_regs); in fiq_release()
152 fiq_installhandler(ofh->fh_func, ofh->fh_size); in fiq_release()