Home
last modified time | relevance | path

Searched refs:SIR_CLOCK (Results 1 – 7 of 7) sorted by relevance

/original-bsd/sys/hp300/include/
H A Dmtpr.h24 #define SIR_CLOCK 0x2 macro
28 #define setsoftclock() ssir |= SIR_CLOCK
H A Dcpu.h88 #define SIR_CLOCK 0x2 macro
92 #define setsoftclock() ssir |= SIR_CLOCK
/original-bsd/sys/sparc/include/
H A Dcpu.h92 #define SIR_CLOCK 1 macro
96 #define setsoftclock() (sir.sir_which[SIR_CLOCK] = 1, setsoftint())
/original-bsd/sys/luna68k/include/
H A Dcpu.h92 #define SIR_CLOCK 0x2 macro
96 #define setsoftclock() ssir |= SIR_CLOCK
/original-bsd/sys/sparc/sparc/
H A Dintr.c108 if (sir.sir_which[SIR_CLOCK]) {
109 sir.sir_which[SIR_CLOCK] = 0;
/original-bsd/sys/luna68k/luna68k/
H A Dtrap.c362 if (ssir & SIR_CLOCK) {
363 siroff(SIR_CLOCK);
/original-bsd/sys/hp300/hp300/
H A Dtrap.c412 if (ssir & SIR_CLOCK) {
413 siroff(SIR_CLOCK);