Home
last modified time | relevance | path

Searched defs:setsoft (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/arch/sh/sh/
H A Dinterrupt.c614 setsoft(int ipl) in setsoft() function
/openbsd-src/sys/arch/alpha/include/
H A Dintr.h255 #define setsoft(x) atomic_setbits_ulong(&ssir, 1 << (x)) macro