Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/include/
H A Dfiq.h60 #define FH_CANPUSH 0x01 /* can push this handler out of the way */ macro
/netbsd-src/sys/arch/arm/arm/
H A Dfiq.c102 if ((ofh->fh_flags & FH_CANPUSH) == 0) { in fiq_claim()