Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDsystm.h445 static __inline intrmask_t splhigh(void) { return 0; } in splhigh()
446 static __inline intrmask_t splimp(void) { return 0; } in splimp()
447 static __inline intrmask_t splnet(void) { return 0; } in splnet()
448 static __inline intrmask_t spltty(void) { return 0; } in spltty()
449 static __inline void splx(intrmask_t ipl __unused) { return; } in splx()
HDtypes.h289 typedef __uint32_t intrmask_t; /* Interrupt mask (spl, xxx_imask...) */ typedef