OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPU_IS_SH3
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/arch/sh3/include/
cputypes.h
68
#define
CPU_IS_SH3
(cpu_arch == CPU_ARCH_SH3)
71
#define
CPU_IS_SH3
(/* CONSTCOND */1)
74
#define
CPU_IS_SH3
(/* CONSTCOND */0)
userret.h
75
if (
CPU_IS_SH3
) {
cache.h
185
#define SH_HAS_UNIFIED_CACHE
CPU_IS_SH3
/src/sys/arch/sh3/sh3/
mmu.c
60
if (
CPU_IS_SH3
) {
82
if (
CPU_IS_SH3
) {
cache.c
85
if (
CPU_IS_SH3
)
cpu.c
72
CPU_IS_SH3
? 3 : 4,
clock.c
139
CPU_IS_SH3
? SH3_TCR_TPSC_RTC : SH4_TCR_TPSC_RTC);
251
(
CPU_IS_SH3
? SH3_TCR_TPSC_RTC : SH4_TCR_TPSC_RTC));
260
CPU_IS_SH3
? sh3_clock_intr : sh4_clock_intr, 0);
sh3_machdep.c
172
if (
CPU_IS_SH3
)
190
__sh_switch_resume =
CPU_IS_SH3
? sh3_switch_resume : sh4_switch_resume;
199
if (
CPU_IS_SH3
) {
283
CPU_IS_SH3
? sh3_vector_tlbmiss_end - sh3_vector_tlbmiss :
interrupt.c
237
if (
CPU_IS_SH3
) \
268
if (
CPU_IS_SH3
) {
devreg.c
158
if (
CPU_IS_SH3
)
db_interface.c
242
if (
CPU_IS_SH3
) {
280
if (
CPU_IS_SH3
) {
480
if (
CPU_IS_SH3
)
vm_machdep.c
183
if (
CPU_IS_SH3
)
/src/sys/arch/hpcsh/hpcsh/
kloader_machdep.c
63
kloader_hpcsh_ops.boot =
CPU_IS_SH3
? kloader_hpcsh3_boot
autoconf.c
76
if (
CPU_IS_SH3
) /* HD64461 (Jornada 690, HP620LX, HPW-50PA) */
machdep.c
451
if (
CPU_IS_SH3
) {
596
evtcode = _reg_read_4(
CPU_IS_SH3
? SH7709_INTEVT2 : SH4_INTEVT);
618
(
CPU_IS_SH3
? SH7709_INTEVT2_IRQ4 : SH_INTEVT_IRL11)) {
/src/sys/arch/sh3/dev/
rtc.c
167
if (
CPU_IS_SH3
)
230
if (
CPU_IS_SH3
)
Completed in 18 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025