Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dfiq.c94 if (fh->fh_size > 0x100) in fiq_claim()
117 fiq_installhandler(fh->fh_func, fh->fh_size); in fiq_claim()
152 fiq_installhandler(ofh->fh_func, ofh->fh_size); in fiq_release()
/f-stack/freebsd/arm/include/
H A Dfiq.h60 size_t fh_size; /* size of FIQ handler */ member