OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:splraise
(Results
1 - 1
of
1
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
intr.h
22
static __inline int
splraise
(int dummy) { return 0; }
function
28
#define splbio()
splraise
(IPL_BIO)
29
#define splnet()
splraise
(IPL_NET)
30
#define spltty()
splraise
(IPL_TTY)
31
#define splaudio()
splraise
(IPL_AUDIO)
32
#define splclock()
splraise
(IPL_CLOCK)
34
#define splserial()
splraise
(IPL_SERIAL)
35
#define splipi()
splraise
(IPL_IPI)
41
#define splvm()
splraise
(IPL_VM)
42
#define splhigh()
splraise
(IPL_HIGH)
[
all
...]
Completed in 111 milliseconds