Symbol: SH
games/warp/warp.h
274
#ifndef SH
sys/arch/evbsh3/evbsh3/kloader_machdep.c
112
SH ## cpu ## _TLB_DISABLE; \
sys/arch/evbsh3/evbsh3/kloader_machdep.c
122
SH ## product ## _CACHE_FLUSH(); \
sys/arch/hpc/stand/hpcboot/sh3/dev/sh3_dev.cpp
248
tmu_channel_dump(x, SH##a##_TCOR##x, \
sys/arch/hpc/stand/hpcboot/sh3/dev/sh3_dev.cpp
249
SH##a##_TCNT##x, \
sys/arch/hpc/stand/hpcboot/sh3/dev/sh3_dev.cpp
250
SH##a##_TCR##x##)
sys/arch/hpc/stand/hpcboot/sh3/sh_arch.h
107
SH ## x ## _CACHE_FLUSH(); \
sys/arch/hpc/stand/hpcboot/sh3/sh_arch.h
176
SH##x##::boot_func(struct BootArgs *bi, struct PageTag *p) \
sys/arch/hpc/stand/hpcboot/sh3/sh_arch.h
185
SH ## x ## _MMU_DISABLE(); \
sys/arch/hpc/stand/hpcboot/sh3/sh_arch.h
198
SH ## x ## _CACHE_FLUSH(); \
sys/arch/hpc/stand/hpcboot/sh3/sh_arch.h
81
class SH ## x : public SHArchitecture { \
sys/arch/hpc/stand/hpcboot/sh3/sh_arch.h
85
SH ## x(Console *&cons, MemoryManager *&mem, boot_func_t bootfunc)\
sys/arch/hpc/stand/hpcboot/sh3/sh_arch.h
90
~SH ## x(void) { \
sys/arch/hpcsh/hpcsh/kloader_machdep.c
108
SH ## cpu ## _TLB_DISABLE; \
sys/arch/hpcsh/hpcsh/kloader_machdep.c
118
SH ## product ## _CACHE_FLUSH(); \
sys/arch/powerpc/powerpc/db_disasm.c
921
u_int SH;
sys/arch/powerpc/powerpc/db_disasm.c
922
SH = extract_field(instr, 31 - 20, 5);
sys/arch/powerpc/powerpc/db_disasm.c
923
db_printf("%d", SH);
sys/arch/sh3/sh3/devreg.c
103
SH ## x ## REG(TRA); \
sys/arch/sh3/sh3/devreg.c
104
SH ## x ## REG(EXPEVT); \
sys/arch/sh3/sh3/devreg.c
105
SH ## x ## REG(INTEVT); \
sys/arch/sh3/sh3/devreg.c
107
SH ## x ## REG(BARA); \
sys/arch/sh3/sh3/devreg.c
108
SH ## x ## REG(BAMRA); \
sys/arch/sh3/sh3/devreg.c
109
SH ## x ## REG(BASRA); \
sys/arch/sh3/sh3/devreg.c
110
SH ## x ## REG(BBRA); \
sys/arch/sh3/sh3/devreg.c
111
SH ## x ## REG(BARB); \
sys/arch/sh3/sh3/devreg.c
112
SH ## x ## REG(BAMRB); \
sys/arch/sh3/sh3/devreg.c
113
SH ## x ## REG(BASRB); \
sys/arch/sh3/sh3/devreg.c
114
SH ## x ## REG(BBRB); \
sys/arch/sh3/sh3/devreg.c
115
SH ## x ## REG(BDRB); \
sys/arch/sh3/sh3/devreg.c
116
SH ## x ## REG(BDMRB); \
sys/arch/sh3/sh3/devreg.c
117
SH ## x ## REG(BRCR); \
sys/arch/sh3/sh3/devreg.c
119
SH ## x ## REG(PTEH); \
sys/arch/sh3/sh3/devreg.c
120
SH ## x ## REG(TEA); \
sys/arch/sh3/sh3/devreg.c
121
SH ## x ## REG(TTB); \
sys/arch/sh3/sh3/devreg.c
123
SH ## x ## REG(R64CNT); \
sys/arch/sh3/sh3/devreg.c
124
SH ## x ## REG(RSECCNT); \
sys/arch/sh3/sh3/devreg.c
125
SH ## x ## REG(RMINCNT); \
sys/arch/sh3/sh3/devreg.c
126
SH ## x ## REG(RHRCNT); \
sys/arch/sh3/sh3/devreg.c
127
SH ## x ## REG(RWKCNT); \
sys/arch/sh3/sh3/devreg.c
128
SH ## x ## REG(RDAYCNT); \
sys/arch/sh3/sh3/devreg.c
129
SH ## x ## REG(RMONCNT); \
sys/arch/sh3/sh3/devreg.c
130
SH ## x ## REG(RYRCNT); \
sys/arch/sh3/sh3/devreg.c
131
SH ## x ## REG(RSECAR); \
sys/arch/sh3/sh3/devreg.c
132
SH ## x ## REG(RMINAR); \
sys/arch/sh3/sh3/devreg.c
133
SH ## x ## REG(RHRAR); \
sys/arch/sh3/sh3/devreg.c
134
SH ## x ## REG(RWKAR); \
sys/arch/sh3/sh3/devreg.c
135
SH ## x ## REG(RDAYAR); \
sys/arch/sh3/sh3/devreg.c
136
SH ## x ## REG(RMONAR); \
sys/arch/sh3/sh3/devreg.c
137
SH ## x ## REG(RCR1); \
sys/arch/sh3/sh3/devreg.c
138
SH ## x ## REG(RCR2); \
sys/arch/sh3/sh3/devreg.c
140
SH ## x ## REG(TOCR); \
sys/arch/sh3/sh3/devreg.c
141
SH ## x ## REG(TSTR); \
sys/arch/sh3/sh3/devreg.c
142
SH ## x ## REG(TCOR0); \
sys/arch/sh3/sh3/devreg.c
143
SH ## x ## REG(TCNT0); \
sys/arch/sh3/sh3/devreg.c
144
SH ## x ## REG(TCR0); \
sys/arch/sh3/sh3/devreg.c
145
SH ## x ## REG(TCOR1); \
sys/arch/sh3/sh3/devreg.c
146
SH ## x ## REG(TCNT1); \
sys/arch/sh3/sh3/devreg.c
147
SH ## x ## REG(TCR1); \
sys/arch/sh3/sh3/devreg.c
148
SH ## x ## REG(TCOR2); \
sys/arch/sh3/sh3/devreg.c
149
SH ## x ## REG(TCNT2); \
sys/arch/sh3/sh3/devreg.c
150
SH ## x ## REG(TCR2); \
sys/arch/sh3/sh3/devreg.c
151
SH ## x ## REG(TCPR2); \
sys/arch/sh3/sh3/interrupt.c
227
iprreg = (volatile uint16_t *)(SH ## _sh ## _IPR ## _ipr); \
usr.bin/deroff/deroff.c
1671
M(NONE, 'S','H', SH), /* section heading */
usr.bin/deroff/deroff.c
1672
M(NONE, 'S','N', SH), /* undocumented */
usr.bin/deroff/deroff.c
225
static int SH(pacmac);
usr.sbin/lpr/common_source/common.c
104
long SH; /* suppress header page */
usr.sbin/lpr/common_source/lp.h
73
extern long SH; /* suppress header page */
usr.sbin/lpr/lpd/printjob.c
1300
SH = (cgetcap(bp, "sh", ':') != NULL);
usr.sbin/lpr/lpd/printjob.c
455
if (!SH && !HL)
usr.sbin/lpr/lpd/printjob.c
508
if (!SH && HL)
usr.sbin/lpr/lpr/lpr.c
310
if (hdr && !SH) {
usr.sbin/makefs/cd9660/cd9660_eltorito.c
316
sh = &entry->entry_data.SH;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
494
head->entry_data.SH.num_section_entries[0]++;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
517
head->entry_data.SH.header_indicator[0] = ET_SECTION_HEADER_LAST;
usr.sbin/makefs/cd9660/cd9660_eltorito.h
131
boot_catalog_section_header SH;
usr.sbin/paxctl/paxctl.c
244
if (SH(sh_type) != SHT_NOTE)
usr.sbin/paxctl/paxctl.c
247
if (pread(fd, &n, NHSIZE, (off_t)SH(sh_offset)) != NHSIZE) {
usr.sbin/paxctl/paxctl.c
255
if (pread(fd, &pax_tag, sizeof(pax_tag), SH(sh_offset) + NHSIZE)
usr.sbin/paxctl/paxctl.c
300
(off_t)SH(sh_offset) + NHSIZE) != sizeof(pax_tag))