Home
last modified time | relevance | path

Searched defs:IPI_STOP_HARD (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dsmp.h35 #define IPI_STOP_HARD 0x0008 macro
/f-stack/freebsd/arm64/include/
H A Dsmp.h43 IPI_STOP_HARD, enumerator
/f-stack/freebsd/arm/include/
H A Dsmp.h14 IPI_STOP_HARD = IPI_STOP, /* These are synonyms on arm. */ enumerator
/f-stack/freebsd/x86/include/
H A Dapicvar.h142 #define IPI_STOP_HARD 255 /* Stop CPU with a NMI. */ macro