Searched refs:splsoftserial (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/sys/rump/include/machine/
H A Dintr.h50 #define splsoftserial() 0 macro
/netbsd-current/sys/arch/mips/mips/
H A Dspl_stubs.c47 int splsoftserial(void) __section(".stub");
85 splsoftserial(void) function
/netbsd-current/sys/arch/arm/include/arm32/
H A Dpsl.h60 #define splsoftserial() raisespl(IPL_SOFTSERIAL) macro
/netbsd-current/sys/arch/evbcf/include/
H A Dintr.h52 #define splsoftserial() splraise1() macro
/netbsd-current/sys/arch/amiga/include/
H A Dintr.h84 #define splsoftserial() splraise1() macro
/netbsd-current/sys/arch/x68k/include/
H A Dintr.h42 #define splsoftserial() splraise1() macro
/netbsd-current/sys/arch/powerpc/include/booke/
H A Dintr.h110 int splsoftserial(void);
176 splsoftserial(void) function
/netbsd-current/sys/arch/or1k/include/
H A Dintr.h101 splsoftserial(void) function
/netbsd-current/sys/arch/ia64/include/
H A Dintr.h29 #define splsoftserial() splraise(IPL_SOFTSERIAL) macro
/netbsd-current/sys/arch/riscv/include/
H A Dintr.h130 int splsoftserial(void);
/netbsd-current/sys/kern/
H A Dsubr_pserialize.c131 s = splsoftserial();
H A Dsubr_xcall.c268 s = splsoftserial();
329 s = splsoftserial();
H A Dkern_entropy.c541 lock->ecl_s = splsoftserial();
1016 s = splsoftserial();
/netbsd-current/sys/arch/virt68k/include/
H A Dintr.h116 #define splsoftserial() splraise1() macro
/netbsd-current/sys/arch/atari/include/
H A Dintr.h67 #define splsoftserial() splraise1() macro
/netbsd-current/sys/arch/mips/include/
H A Dintr.h131 int splsoftserial(void);
/netbsd-current/sys/arch/m68k/include/
H A Dintr.h103 #define splsoftserial() _splraise(PSL_S | MACHINE_PSL_IPL_SOFTSERIAL) macro
/netbsd-current/sys/crypto/cprng_fast/
H A Dcprng_fast.c105 s = splsoftserial();
111 s = splsoftserial();
148 s = splsoftserial();
/netbsd-current/sys/arch/riscv/riscv/
H A Dspl.S156 ENTRY_NP(splsoftserial)
160 END(splsoftserial)
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_wait.c117 s = splsoftserial();
/netbsd-current/sys/arch/sparc64/include/
H A Dpsl.h516 SPLHOLD(splsoftserial, 4)
531 #define splsoftserial() splsoftserialX(__FILE__, __LINE__) macro
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_engine_heartbeat.c99 int s = splsoftserial();
H A Dintel_engine.h119 int s = splsoftserial(); /* prevent local softirq and lock recursion */
/netbsd-current/sys/dev/usb/
H A Dusbdi.h317 #define splusb splsoftserial
/netbsd-current/sys/arch/luna68k/dev/
H A Dlunaws.c400 s = splsoftserial();

Completed in 271 milliseconds

12