OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SH3
(Results
1 - 25
of
37
) sorted by relevancy
1
2
/src/sys/arch/sh3/include/
cputypes.h
37
/* If building a module, include both
SH3
and SH4 support. */
38
#define
SH3
45
/*
SH3
series */
67
#if defined(
SH3
) && defined(SH4)
70
#elif defined(
SH3
)
77
#error "define
SH3
and/or SH4"
mmu.h
57
#ifdef
SH3
74
#if defined(
SH3
) && defined(SH4)
89
#elif defined(
SH3
)
userret.h
46
#include <
sh3
/ubcreg.h>
74
#ifdef
SH3
devreg.h
63
#if defined(
SH3
) && defined(SH4)
65
#elif defined(
SH3
)
72
/* Initialize register address for
SH3
&& SH4 kernel. */
scireg.h
38
/*
SH3
definitions */
96
#if defined(
SH3
)
locore.h
32
#if defined(
SH3
) && defined(SH4)
36
#elif defined(
SH3
)
44
#endif /*
SH3
&& SH4 */
46
#if defined(
SH3
) && defined(SH4)
50
#elif defined(
SH3
)
58
#endif /*
SH3
&& SH4 */
rtcreg.h
31
#include <
sh3
/devreg.h>
93
#if defined(
SH3
) && defined(SH4)
110
#endif /*
SH3
&& SH4 */
tmureg.h
31
#include <
sh3
/devreg.h>
98
#if defined(
SH3
) && defined(SH4)
111
#endif /*
SH3
&& SH4 */
ubcreg.h
31
#include <
sh3
/devreg.h>
70
/* SH4_BAMRx bits (
sh3
uses plain 32-bit address mask) */
102
#define UBC_CTL_B_MATCH 0x4000 /* B matched (
sh3
: cpu) */
103
#define UBC_CTL_A_MATCH 0x8000 /* A matched (
sh3
: cpu) */
109
#if defined(
SH3
) && defined(SH4)
121
#endif /*
SH3
&& SH4 */
exception.h
32
*
SH3
/SH4 Exception handling.
34
#include <
sh3
/devreg.h>
168
#if defined(
SH3
) && defined(SH4)
172
#endif /*
SH3
&& SH4 */
/src/sys/arch/hpc/stand/dspgen/
Makefile
3
BUILD_ARCH = ARM
SH3
SH4 MIPS
19
TYPE=application sh gen_template.sh evc4 ARMV4
SH3
SH4
20
TYPE=static_library sh gen_template.sh evc4 ARMV4
SH3
SH4
gen_template.sh
256
if [ -f asm_build.
SH3
.0 ]; then
257
sed 's/%%% ASM %%%/asmsh.exe/' asm_build.
SH3
.0 > asm_build.
SH3
258
rm -f asm_build.
SH3
.0
/src/sys/arch/sh3/sh3/
mmu.c
38
#include <
sh3
/mmu.h>
39
#include <
sh3
/mmu_sh3.h>
40
#include <
sh3
/mmu_sh4.h>
42
#if defined(
SH3
) && defined(SH4)
48
#endif /*
SH3
&& SH4 */
56
* Assign function hooks but only if both
SH3
and SH4 are defined.
57
* They are called directly otherwise. See <
sh3
/mmu.h>.
59
#if defined(
SH3
) && defined(SH4)
74
#endif /*
SH3
&& SH4 */
81
#ifdef
SH3
[
all
...]
cache.c
41
#include <
sh3
/cache.h>
42
#include <
sh3
/cache_sh3.h>
43
#include <
sh3
/cache_sh4.h>
84
#ifdef
SH3
sh3_machdep.c
101
#include <
sh3
/cache.h>
102
#include <
sh3
/clock.h>
103
#include <
sh3
/exception.h>
104
#include <
sh3
/locore.h>
105
#include <
sh3
/mmu.h>
106
#include <
sh3
/pcb.h>
107
#include <
sh3
/intr.h>
108
#include <
sh3
/ubcreg.h>
127
/* exception handler holder (
sh3
/
sh3
/exception_vector.S) *
[
all
...]
locore_c.c
119
#include <
sh3
/locore.h>
120
#include <
sh3
/pmap.h>
121
#include <
sh3
/mmu_sh3.h>
122
#include <
sh3
/mmu_sh4.h>
161
#ifdef
SH3
163
* Nothing to do for
sh3
.
171
#endif /*
SH3
*/
/src/sys/arch/mmeye/stand/boot/
entry.S
28
#include <
sh3
/asm.h>
29
#include <
sh3
/locore.h>
30
#include <
sh3
/mmu_sh3.h>
31
#include <
sh3
/mmu_sh4.h>
33
#if defined(
SH3
) && defined(SH4)
34
#error "mmeye port don't support
SH3
,SH4 common kernel."
35
#elif defined(
SH3
)
scif.c
33
#include <
sh3
/scifreg.h>
42
#if defined(
SH3
) && defined(SH4)
43
#error "mmeye port don't support
SH3
,SH4 common boot."
44
#elif defined(
SH3
)
45
#error "don't support
SH3
common boot."
wdvar.h
58
#if defined(
SH3
)
69
#include <
sh3
/devreg.h>
70
#include <
sh3
/mmu_sh4.h>
71
#include <
sh3
/pte.h>
/src/sys/arch/evbsh3/evbsh3/
kloader_machdep.c
37
#include <
sh3
/mmu.h>
38
#include <
sh3
/mmu_sh3.h>
39
#include <
sh3
/mmu_sh4.h>
40
#include <
sh3
/cache.h>
41
#include <
sh3
/cache_sh3.h>
42
#include <
sh3
/cache_sh4.h>
62
#if defined(
SH3
) && defined(SH4)
63
#error "don't define both
SH3
and SH4"
64
#elif defined(
SH3
)
134
#ifdef
SH3
[
all
...]
machdep.c
91
#include <
sh3
/bscreg.h>
92
#include <
sh3
/cpgreg.h>
93
#include <
sh3
/cache_sh3.h>
94
#include <
sh3
/cache_sh4.h>
95
#include <
sh3
/exception.h>
260
#if defined(
SH3
) && defined(SH4)
261
#error "don't define both
SH3
and SH4"
262
#elif defined(
SH3
)
276
#error "unsupported
SH3
variants"
295
#error "define
SH3
or SH4
[
all
...]
/src/sys/arch/hpc/stand/
Makefile
9
binary/
SH3
/hpcboot.exe \
28
# (WCE300 binaries for
SH3
, SH4, ARMV4)
54
# (WCE100/101/200 binary for MIPS,
SH3
)
89
for a in
SH3
SH4 ARM MIPS; do \
95
cp compile/SHRelease/hpcboot.exe binary/
SH3
/hpcboot200.exe
/src/distrib/hpcsh/stand/
Makefile
9
HPCBOOT_SH3DIR= ${HPCBOOTDIR}/binary/
SH3
10
HPCBOOT_SH3= hpcboot-
sh3
.exe
14
UUDECODE_FILES= hpcboot-
sh3
.exe hpcboot-sh4.exe
15
UUDECODE_FILES_RENAME_hpcboot-
sh3
.exe= hpcboot-
sh3
.exe
18
CLEANFILES+= hpcboot-
sh3
.exe.uue hpcboot-sh4.exe.uue
20
hpcboot-
sh3
.exe.uue:
21
cp ${HPCBOOT_SH3DIR}/hpcboot.exe.uue hpcboot-
sh3
.exe.uue
/src/sys/arch/hpcsh/hpcsh/
kloader_machdep.c
37
#include <
sh3
/mmu.h>
38
#include <
sh3
/mmu_sh3.h>
39
#include <
sh3
/mmu_sh4.h>
40
#include <
sh3
/cache.h>
41
#include <
sh3
/cache_sh3.h>
42
#include <
sh3
/cache_sh4.h>
136
#ifdef
SH3
autoconf.c
53
#include <
sh3
/exception.h>
75
#ifdef
SH3
Completed in 25 milliseconds
1
2
Indexes created Tue Oct 21 16:10:11 GMT 2025