Searched refs:ncpl (Results 1 – 3 of 3) sorted by relevance
94 spllower(int ncpl) in spllower() argument96 register int arg0 asm("r26") = ncpl; in spllower()108 splraise(int ncpl) in splraise() argument113 if (ocpl < ncpl) in splraise()114 ci->ci_cpl = ncpl; in splraise()121 splx(int ncpl) in splx() argument123 (void)spllower(ncpl); in splx()
89 #define _SPLRAISE(ocpl, ncpl) \ argument91 if (ncpl > ocpl) \92 lapic_tpr = ncpl95 #define _SPLX(ncpl) \ argument96 lapic_tpr = ncpl; \97 if (curcpu()->ci_ipending & IUNMASK(ncpl)) \
3914 splraise(int ncpl) in splraise() argument3918 KASSERT(ncpl >= IPL_NONE); in splraise()3920 _SPLRAISE(ocpl, ncpl); in splraise()3929 splx(int ncpl) in splx() argument3931 _SPLX(ncpl); in splx()3939 spllower(int ncpl) in spllower() argument3943 splx(ncpl); in spllower()