Searched refs:cpl (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/sys/arch/arm64/include/
H A Dintr.h110 #define splraise(cpl) (arm_intr_func.raise(cpl))
111 #define _splraise(cpl) (arm_intr_func.raise(cpl))
112 #define spllower(cpl) (arm_intr_func.lower(cpl))
113 #define splx(cpl) (arm_intr_func.x(cpl))
/openbsd-current/sys/arch/armv7/include/
H A Dintr.h112 #define splraise(cpl) (arm_intr_func.raise(cpl))
113 #define _splraise(cpl) (arm_intr_func.raise(cpl))
114 #define spllower(cpl) (arm_intr_func.lower(cpl))
115 #define splx(cpl) (arm_intr_func.x(cpl))
/openbsd-current/sys/arch/riscv64/include/
H A Dintr.h133 #define splraise(cpl) (riscv_intr_func.raise(cpl))
134 #define _splraise(cpl) (riscv_intr_func.raise(cpl))
135 #define spllower(cpl) (riscv_intr_func.lower(cpl))
136 #define splx(cpl) (riscv_intr_func.x(cpl))
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DComplete.pm52 my(@perlret) = cpl($text, $line, $start);
71 #-> sub CPAN::Complete::cpl ;
72 sub cpl { subroutine
168 return CPAN::HandleConfig::cpl(@_);
H A DHandleConfig.pm730 sub cpl { subroutine
/openbsd-current/sys/arch/i386/isa/
H A Dicu.s43 * ebx - cpl
53 1: movl %ebx,%eax # get cpl
75 * ebx - cpl to restore
/openbsd-current/sys/arch/amd64/amd64/
H A Dspl.S107 * ebx - cpl
126 movl %ebx,%eax # get cpl
150 * ebx - cpl to restore
H A Dmachdep.c1981 int cpl = curcpu()->ci_ilevel; local
1984 if (cpl < wantipl) {
1985 splassert_fail(wantipl, cpl, func);
H A Dvmm_machdep.c3845 if ((vcpu->vc_exit.cpl > 0) && !(pte & PG_u))
4296 vcpu->vc_exit.cpl = vmm_get_guest_cpu_cpl(vcpu);
5013 * in the SDM). For SVM/AMD, this is gathered directly from the VMCB's 'cpl'
5756 DPRINTF("%s: guest cpl not zero\n", __func__);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-z80.c1814 { "cpl", 0x00, 0x2F, emit_insn },
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgo32-nat.c1383 int cpl = prog_has_started ? (a_tss.tss_cs & 3) : _my_cs () & 3; local
1391 ? idx : (idx * 8) | (type ? (cpl | 4) : 0));
1487 ? idx : (idx * 8) | (type ? (cpl | 4) : 0));
1507 int cpl = (prog_has_started ? a_tss.tss_cs : _my_cs ()) & 3; local
1519 || (ldt_entry & 3) != (cpl & 3))
/openbsd-current/sys/arch/amd64/include/
H A Dvmmvar.h474 int cpl; member in struct:vm_exit
/openbsd-current/usr.sbin/vmd/
H A Dvm.c2428 if ((exit->cpl > 0) && !(pte & PG_u))

Completed in 393 milliseconds