HomeSort by: relevance | last modified time | path
    Searched defs:ipl_t (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/sys/arch/usermode/include/
intr.h 50 typedef uint8_t ipl_t; typedef in typeref:typename:uint8_t
52 ipl_t _ipl;
56 makeiplcookie(ipl_t ipl)
  /src/sys/arch/arm/include/arm32/
psl.h 75 typedef uint8_t ipl_t; typedef in typeref:typename:uint8_t
81 makeiplcookie(ipl_t ipl)
  /src/sys/arch/dreamcast/include/
intr.h 42 typedef uint8_t ipl_t; typedef in typeref:typename:uint8_t
44 ipl_t _ipl;
48 makeiplcookie(ipl_t ipl)
  /src/sys/arch/evbsh3/include/
intr.h 42 typedef uint8_t ipl_t; typedef in typeref:typename:uint8_t
44 ipl_t _ipl;
48 makeiplcookie(ipl_t ipl)
  /src/sys/arch/hpcsh/include/
intr.h 49 typedef uint8_t ipl_t; typedef in typeref:typename:uint8_t
51 ipl_t _ipl;
55 makeiplcookie(ipl_t ipl)
  /src/sys/arch/landisk/include/
intr.h 42 typedef uint8_t ipl_t; typedef in typeref:typename:uint8_t
44 ipl_t _ipl;
48 makeiplcookie(ipl_t ipl)
  /src/sys/arch/mmeye/include/
intr.h 47 typedef uint8_t ipl_t; typedef in typeref:typename:uint8_t
49 ipl_t _ipl;
53 makeiplcookie(ipl_t ipl)
  /src/sys/arch/mac68k/include/
intr.h 74 typedef int ipl_t; typedef in typeref:typename:int
77 makeiplcookie(ipl_t ipl)
  /src/sys/arch/epoc32/include/
intr.h 78 typedef uint8_t ipl_t; typedef in typeref:typename:uint8_t
80 ipl_t _ipl;
84 makeiplcookie(ipl_t ipl)
  /src/sys/arch/evbcf/include/
intr.h 61 typedef int ipl_t; typedef in typeref:typename:int
67 makeiplcookie(ipl_t ipl)
  /src/sys/arch/hpcarm/include/
intr.h 129 typedef uint8_t ipl_t; typedef in typeref:typename:uint8_t
131 ipl_t _ipl;
135 makeiplcookie(ipl_t ipl)
  /src/sys/arch/iyonix/include/
intr.h 123 typedef uint8_t ipl_t; typedef in typeref:typename:uint8_t
125 ipl_t _ipl;
129 makeiplcookie(ipl_t ipl)
  /src/sys/arch/zaurus/include/
intr.h 124 typedef uint8_t ipl_t; typedef in typeref:typename:uint8_t
126 ipl_t _ipl;
130 makeiplcookie(ipl_t ipl)
  /src/sys/arch/amiga/include/
intr.h 56 typedef int ipl_t; typedef in typeref:typename:int
64 makeiplcookie(ipl_t ipl)
  /src/sys/arch/evbarm/include/
intr.h 74 typedef uint8_t ipl_t; typedef in typeref:typename:uint8_t
76 ipl_t _ipl;
133 makeiplcookie(ipl_t ipl)
  /src/sys/rump/include/machine/
intr.h 33 typedef uint8_t ipl_t; typedef in typeref:typename:uint8_t
35 ipl_t _ipl;
39 makeiplcookie(ipl_t ipl)
  /src/sys/arch/x68k/include/
intr.h 62 typedef int ipl_t; typedef in typeref:typename:int
70 makeiplcookie(ipl_t ipl)
  /src/sys/arch/or1k/include/
intr.h 124 typedef uint8_t ipl_t; typedef in typeref:typename:uint8_t
126 ipl_t _ipl;
130 makeiplcookie(ipl_t ipl)
  /src/sys/arch/vax/include/
intr.h 75 typedef int ipl_t; typedef in typeref:typename:int
78 _splset(ipl_t ipl)
83 static inline __always_inline ipl_t
89 static inline __always_inline ipl_t
90 splx(ipl_t new_ipl)
92 ipl_t old_ipl = _splget();
98 makeiplcookie(ipl_t ipl)
106 ipl_t newipl = icookie._ipl;
107 ipl_t oldipl;
  /src/sys/arch/hppa/include/
intr.h 44 typedef int ipl_t; typedef in typeref:typename:int
46 ipl_t _ipl;
167 makeiplcookie(ipl_t ipl)
  /src/sys/arch/virt68k/include/
intr.h 125 typedef int ipl_t; typedef in typeref:typename:int
128 makeiplcookie(ipl_t ipl)
  /src/sys/arch/riscv/include/
intr.h 107 typedef int ipl_t; typedef in typeref:typename:int
109 ipl_t _spl;
157 makeiplcookie(ipl_t s)
  /src/sys/arch/ia64/include/
intr.h 32 typedef int ipl_t; typedef in typeref:typename:int
34 ipl_t _ipl;
38 makeiplcookie(ipl_t ipl)
  /src/sys/arch/arm/footbridge/
footbridge_intr.h 42 typedef uint8_t ipl_t; typedef in typeref:typename:uint8_t
44 ipl_t _ipl;
172 makeiplcookie(ipl_t ipl)
  /src/sys/arch/mips/include/
intr.h 108 typedef int ipl_t; typedef in typeref:typename:int
110 ipl_t _spl;
152 makeiplcookie(ipl_t s)

Completed in 23 milliseconds

1 2