1: #include "DEFS.h"
2: ENTRY(_splhigh)
3: movb $40*7,177776
4: rts pc
5:
6: / C call "_splhigh();" will set processor priority to 7
7:
8: / The entry is not implemented in 2.11BSD by an explicit routine but
9: / translated into inline code equivalent to the routine above by a sed
10: / script during the compilation of kernel code.
11:
12: ENTRY(splhigh)
13: movb 177776,r0
14: movb $40*7,177776
15: rts pc
16:
17: / C call "opri = splhigh();" will set processor priority to 7
18: / and return the current processor priority
19:
20: / The entry is not implemented in 2.11BSD by an explicit routine but
21: / translated into inline code equivalent to the routine above by a sed
22: / script during the compilation of kernel code.
Defined functions
_splhigh
defined in line
12; used 31 times
- in /usr/src/sys/netinet/ip_icmp.c line
445
- in /usr/src/sys/pdp/trap.c line
113,
267
- in /usr/src/sys/pdpif/if_ec.c line
182,
585,
724
- in /usr/src/sys/pdpif/if_il.c line
419,
551
- in /usr/src/sys/sys/kern_clock.c line
219,
341
- in /usr/src/sys/sys/kern_fork.c line
275
- in /usr/src/sys/sys/kern_sig.c line
265
- in /usr/src/sys/sys/kern_sig2.c line
128,
227
- in /usr/src/sys/sys/kern_synch.c line
120,
208,
271,
346,
450,
500,
526
- in /usr/src/sys/sys/kern_time.c line
37,
102
- in /usr/src/sys/sys/subr_log.c line
123,
183,
251,
302
- in /usr/src/sys/sys/subr_prf.c line
117
- in /usr/src/sys/sys/sys_generic.c line
383,
394,
516