Searched refs:SIR_CLOCK (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/sys/arch/amd64/include/
H A Dintrdefs.h55 #define SIR_CLOCK 61 macro
/openbsd-current/sys/arch/arm64/arm64/
H A Dsoftintr.c49 SIR_CLOCK,
133 which = SIR_CLOCK;
H A Dintr.c692 DO_SOFTINT(SIR_CLOCK, IPL_SOFTCLOCK);
735 arm_smask[i] |= SI_TO_IRQBIT(SIR_CLOCK);
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dsoftintr.c49 SIR_CLOCK,
133 which = SIR_CLOCK;
H A Dintr.c80 intr_smask[i] |= SI_TO_IRQBIT(SIR_CLOCK);
108 DO_SOFTINT(SIR_CLOCK, IPL_SOFTCLOCK);
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dsoftintr.c48 SIR_CLOCK,
132 which = SIR_CLOCK;
H A Dintr.c615 DO_SOFTINT(SIR_CLOCK, IPL_SOFTCLOCK);
655 riscv_smask[i] |= SI_TO_IRQBIT(SIR_CLOCK);
/openbsd-current/sys/arch/arm64/include/
H A Dsoftintr.h49 #define SIR_CLOCK 1 /* for IPL_SOFTCLOCK */ macro
/openbsd-current/sys/arch/powerpc64/include/
H A Dsoftintr.h48 #define SIR_CLOCK 1 /* for IPL_SOFTCLOCK */ macro
/openbsd-current/sys/arch/i386/include/
H A Dintrdefs.h90 #define SIR_CLOCK 29 macro
/openbsd-current/sys/arch/riscv64/include/
H A Dsoftintr.h49 #define SIR_CLOCK 1 /* for IPL_SOFTCLOCK */ macro
/openbsd-current/sys/arch/i386/i386/
H A Dsoftintr.c48 SIR_CLOCK,
H A Dapicvec.s174 andl $~(1<<SIR_CLOCK),CPUVAR(IPENDING)
/openbsd-current/sys/arch/amd64/amd64/
H A Dsoftintr.c48 SIR_CLOCK,
H A Dintr.c602 ci->ci_isources[SIR_CLOCK] = isp;
/openbsd-current/sys/arch/i386/isa/
H A Disa_machdep.c275 IMASK(IPL_SOFTCLOCK) |= 1 << SIR_CLOCK;

Completed in 270 milliseconds