Symbol: APM_EVENT_MASK
sys/arch/amd64/include/apmvar.h
182
#define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK))
sys/arch/amd64/include/apmvar.h
183
#define APM_EVENT_TYPE(e) ((e) & APM_EVENT_MASK)
sys/arch/arm/include/apmvar.h
73
#define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK))
sys/arch/arm/include/apmvar.h
74
#define APM_EVENT_TYPE(e) ((e) & APM_EVENT_MASK)
sys/arch/arm64/include/apmvar.h
73
#define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK))
sys/arch/arm64/include/apmvar.h
74
#define APM_EVENT_TYPE(e) ((e) & APM_EVENT_MASK)
sys/arch/i386/include/apmvar.h
181
#define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK))
sys/arch/i386/include/apmvar.h
182
#define APM_EVENT_TYPE(e) ((e) & APM_EVENT_MASK)
sys/arch/loongson/include/apmvar.h
73
#define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK))
sys/arch/loongson/include/apmvar.h
74
#define APM_EVENT_TYPE(e) ((e) & APM_EVENT_MASK)
sys/arch/macppc/include/apmvar.h
73
#define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK))
sys/arch/macppc/include/apmvar.h
74
#define APM_EVENT_TYPE(e) ((e) & APM_EVENT_MASK)
sys/arch/powerpc64/include/apmvar.h
73
#define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK))
sys/arch/powerpc64/include/apmvar.h
74
#define APM_EVENT_TYPE(e) ((e) & APM_EVENT_MASK)
sys/arch/riscv64/include/apmvar.h
73
#define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK))
sys/arch/riscv64/include/apmvar.h
74
#define APM_EVENT_TYPE(e) ((e) & APM_EVENT_MASK)
sys/arch/sparc64/include/apmvar.h
73
#define APM_EVENT_COMPOSE(t,i) ((((i) & 0x7fff) << 16)|((t) & APM_EVENT_MASK))
sys/arch/sparc64/include/apmvar.h
74
#define APM_EVENT_TYPE(e) ((e) & APM_EVENT_MASK)