Home
last modified time | relevance | path

Searched defs:newipl (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/arm/cortex/
H A Dgic_splfuncs.c52 gic_spllower(int newipl) in gic_spllower()
72 Xgic_splx(int newipl) in Xgic_splx()
/netbsd-src/sys/arch/arm/pic/
H A Dpic_splfuncs.c53 _splraise(int newipl) in _splraise()
65 _spllower(int newipl) in _spllower()
H A Dpicvar.h188 #define pic_set_priority(ci, newipl) ((void)((ci)->ci_cpl = (newipl))) argument
H A Dpic.c110 pic_set_priority(struct cpu_info *ci, int newipl) in pic_set_priority()
562 pic_do_pending_ints(register_t psw, int newipl, void *frame) in pic_do_pending_ints()
/netbsd-src/sys/arch/sparc/include/
H A Dpsl.h296 #define _SPLSET(name, newipl) \ argument
320 int newipl = icookie._ipl; in splraiseipl() local
350 splx(int newipl) in splx()
/netbsd-src/sys/arch/amigappc/amigappc/
H A Dpic_amiga.c94 int iplmask, dmask, newipl; in amiga_enable_irq() local
/netbsd-src/sys/arch/vax/include/
H A Dintr.h106 ipl_t newipl = icookie._ipl; in splraiseipl() local
/netbsd-src/sys/arch/arm/imx/
H A Dimx31_icu.c159 int ipl, newipl, oldipl; in imx31_irq_handler() local
H A Dimx23_icoll.c248 icoll_set_priority(struct pic_softc *pic, int newipl) in icoll_set_priority()