NetBSD/sys/arch/sh3/include
uch 672baca18b proc0 and page table intialize routines are moved to sh3_machdep.c 2002-03-10 07:46:12 +00:00
..
Makefile Remove some files that no longer exist. 2002-03-07 19:34:37 +00:00
ansi.h replace 'long long' with int64_t to compile stand alone program with 2001-01-03 10:08:55 +00:00
aout_machdep.h
asm.h Consider __NO_LEADING_UNDERSCORES__ provided by the new ELF toolchain. 2001-12-16 18:11:12 +00:00
bscreg.h Cleanup register definition 2002-02-28 01:56:57 +00:00
bswap.h ANSIfy KNF. 2002-02-12 15:26:45 +00:00
bus.h Remove #if 0 #endif 2002-02-28 01:58:53 +00:00
cache.h change register naming. 2002-02-17 20:58:02 +00:00
cache_sh3.h Cleanup register definition 2002-02-28 01:56:57 +00:00
cache_sh4.h Cleanup register definition 2002-02-28 01:56:57 +00:00
cdefs.h Consider __NO_LEADING_UNDERSCORES__ provided by the new ELF toolchain. 2001-12-16 18:11:12 +00:00
clock.h New NetBSD/sh3 clock framework. 2002-02-22 19:43:58 +00:00
coff_machdep.h check _BYTE_ORDER instead of BYTE_ORDER 2000-08-02 11:32:41 +00:00
cpgreg.h Cleanup register definition 2002-02-28 01:56:57 +00:00
cpu.h cpu_swapout() moved to cpu.h 2002-03-08 13:12:10 +00:00
cputypes.h To determine CPU architecture and product, add cpu_arch and cpu_prduct variables. 2002-02-17 20:59:33 +00:00
db_disasm.h
db_machdep.h Initial support for KGDB on the sh3. 2002-03-02 22:26:25 +00:00
devreg.h Cleanup register definition 2002-02-28 01:56:57 +00:00
disklabel.h ANSIfy KNF. 2002-02-12 15:26:45 +00:00
elf_machdep.h Add SuperH ELF header flags. 2002-01-29 01:42:57 +00:00
endian.h
endian_machdep.h
float.h
frame.h Move common exception vector and scheduler code to 2002-02-24 18:19:40 +00:00
ieee.h Remove #if 0 #endif 2002-02-28 01:58:53 +00:00
ieeefp.h
int_const.h Add definitions of C99 integer constant macros. 2001-04-14 22:38:33 +00:00
int_fmtio.h Add definitions for C99 fastest minimum-width integer types. 2001-04-26 16:25:19 +00:00
int_limits.h Add definitions for C99 fastest minimum-width integer types. 2001-04-26 16:25:19 +00:00
int_mwgwtypes.h Add definitions for C99 fastest minimum-width integer types. 2001-04-26 16:25:19 +00:00
int_types.h * Move definitions of exact-width integer types from <machine/types.h> 2001-04-28 15:41:28 +00:00
intcreg.h Cleanup register definition 2002-02-28 01:56:57 +00:00
intr.h SR related parts moved to psl.h. cpufunc.h segments.h are removed. 2002-03-03 14:31:24 +00:00
limits.h Preparation for the future introduction of multibyte locale. 2000-08-08 22:31:13 +00:00
lock.h
locore.h Change foo_r0_r1 macro in sh3/locore.h to foo(Rn, Rm) 2002-02-28 01:53:42 +00:00
math.h Clean up some rampant code duplication wrt ieee number handling: 2002-02-19 13:08:12 +00:00
mmu.h Cleanup register definition 2002-02-28 01:56:57 +00:00
mmu_sh3.h Cleanup register definition 2002-02-28 01:56:57 +00:00
mmu_sh4.h Cleanup register definition 2002-02-28 01:56:57 +00:00
param.h common part are moved to sh3/include/param.h 2002-03-10 07:45:31 +00:00
pcb.h SR related parts moved to psl.h. cpufunc.h segments.h are removed. 2002-03-03 14:31:24 +00:00
pfcreg.h Cleanup register definition 2002-02-28 01:56:57 +00:00
pmap.h SR related parts moved to psl.h. cpufunc.h segments.h are removed. 2002-03-03 14:31:24 +00:00
proc.h proc0 and page table intialize routines are moved to sh3_machdep.c 2002-03-10 07:46:12 +00:00
profile.h Fix for ELF + __NO_LEADING_UNDERSCORES__. 2002-02-04 08:33:34 +00:00
psl.h SR related parts moved to psl.h. cpufunc.h segments.h are removed. 2002-03-03 14:31:24 +00:00
pte.h Add new MMU API. for detail, see sh3/mmu.h's comment. 2002-02-17 20:55:50 +00:00
ptrace.h Remove #if 0 #endif 2002-02-28 01:58:53 +00:00
reg.h
rtcreg.h Cleanup register definition 2002-02-28 01:56:57 +00:00
scifreg.h
scireg.h receive, not recieve 2001-06-12 15:17:10 +00:00
setjmp.h
sh_opcode.h check _BYTE_ORDER instead of BYTE_ORDER 2000-08-02 11:32:41 +00:00
shbvar.h ANSIfy KNF. 2002-02-12 15:26:45 +00:00
signal.h
stdarg.h * Make this lint'able. 2002-02-04 08:34:27 +00:00
tmureg.h Cleanup register definition 2002-02-28 01:56:57 +00:00
trap.h
trapreg.h Add SH7709A INTEVT2 register define. 2002-03-02 22:25:19 +00:00
types.h Use "#define<tab>". 2002-02-28 03:17:23 +00:00
ubcreg.h Cleanup register definition 2002-02-28 01:56:57 +00:00
va-sh.h check _BYTE_ORDER instead of BYTE_ORDER 2000-08-02 11:32:41 +00:00
varargs.h * Make this lint'able. 2002-02-04 08:34:27 +00:00
vmparam.h MAXSLP is defined to be a machine-independent scheduling parameter, 2001-11-15 18:06:11 +00:00
wdogvar.h ANSIfy KNF. 2002-02-12 15:26:45 +00:00
wdtreg.h