Home
last modified time | relevance | path

Searched defs:cpl (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/arch/armv7/include/
H A Dintr.h112 #define splraise(cpl) (arm_intr_func.raise(cpl)) argument
113 #define _splraise(cpl) (arm_intr_func.raise(cpl)) argument
114 #define spllower(cpl) (arm_intr_func.lower(cpl)) argument
115 #define splx(cpl) (arm_intr_func.x(cpl)) argument
/openbsd/sys/arch/arm64/include/
H A Dintr.h110 #define splraise(cpl) (arm_intr_func.raise(cpl)) argument
111 #define _splraise(cpl) (arm_intr_func.raise(cpl)) argument
112 #define spllower(cpl) (arm_intr_func.lower(cpl)) argument
113 #define splx(cpl) (arm_intr_func.x(cpl)) argument
/openbsd/sys/arch/riscv64/include/
H A Dintr.h133 #define splraise(cpl) (riscv_intr_func.raise(cpl)) argument
134 #define _splraise(cpl) (riscv_intr_func.raise(cpl)) argument
135 #define spllower(cpl) (riscv_intr_func.lower(cpl)) argument
136 #define splx(cpl) (riscv_intr_func.x(cpl)) argument
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DComplete.pm72 sub cpl { subroutine
H A DHandleConfig.pm730 sub cpl { subroutine
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgo32-nat.c1383 int cpl = prog_has_started ? (a_tss.tss_cs & 3) : _my_cs () & 3; in display_descriptor() local
1507 int cpl = (prog_has_started ? a_tss.tss_cs : _my_cs ()) & 3; in go32_sldt() local
/openbsd/sys/arch/amd64/amd64/
H A Dmachdep.c1981 int cpl = curcpu()->ci_ilevel; in splassert_check() local
/openbsd/sys/arch/amd64/include/
H A Dvmmvar.h474 int cpl; member