Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/ep93xx/
H A Dep93xx_intr.c64 volatile int hardware_spl_level; variable
205 if (new != hardware_spl_level) { in splx()
206 hardware_spl_level = new; in splx()
263 hardware_spl_level = 0; in ep93xx_intr_init()
348 hardware_spl_level = pcpl; in ep93xx_intr_dispatch()
382 hardware_spl_level = pcpl; in ep93xx_intr_dispatch()
/netbsd-src/sys/arch/arm/ixp12x0/
H A Dixp12x0_intr.c67 volatile int hardware_spl_level; variable
262 if (new != hardware_spl_level) { in splx()
263 hardware_spl_level = new; in splx()
322 hardware_spl_level = 0; in ixp12x0_intr_init()
392 hardware_spl_level = ppl; in ixp12x0_intr_dispatch()
430 hardware_spl_level = ppl; in ixp12x0_intr_dispatch()