NetBSD/sys/arch/mips/include
simonb 2d7c87ebfb Add a "CPU_MIPS_DOUBLE_COUNT" flag for CPUs where the cp0 count register
ticks over at half the CPU clock speed, and set this flag for the known
CPUs with this behaviour.  Better names for this flag gratefully accepted!

Also adjust comment about known R4000/R4400 revisions.
2002-04-05 01:22:16 +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 Include <machine/cdefs.h> to select 32/64bit APIs. 2002-03-05 14:17:16 +00:00
bsd-aout.h
bswap.h
bus_dma.h Oops, balance #ifdef/#endif _KERNEL. 2002-03-18 01:01:54 +00:00
bus_space.h Oops, balance #ifdef/#endif _KERNEL. 2002-03-18 01:01:54 +00:00
cache_mipsNN.h Include 2way cache ops for mips{32,64} CPUs. 2002-04-03 03:51:00 +00:00
cache_r3k.h Merge the thorpej-mips-cache branch onto the trunk. This is an 2001-11-14 18:26:21 +00:00
cache_r4k.h Add 4way 16/32-byte-line cache op primitives. 2002-03-05 14:32:26 +00:00
cache_r5900.h add #ifndef _LOCORE. 2001-11-23 15:48:40 +00:00
cache_tx39.h Clean up #ifdef checks a little. 2002-03-05 14:08:07 +00:00
cache.h Add mips_dcache_align and mips_dcache_align_mask variables that 2001-11-19 01:28:07 +00:00
cachectl.h ANSIfy. 2002-03-05 14:08:43 +00:00
cdefs.h
cpu.h Add a "CPU_MIPS_DOUBLE_COUNT" flag for CPUs where the cp0 count register 2002-04-05 01:22:16 +00:00
cpuregs.h Add R4400 reg 0x60 to the MIPS CPU table. 2002-03-13 13:18:58 +00:00
db_machdep.h ANSIfy. 2002-03-05 14:08:43 +00:00
ecoff_machdep.h ANSIfy. 2002-03-05 14:08:43 +00:00
elf_machdep.h Add support for dumping ELF-cormat core files. 2001-12-09 23:05:56 +00:00
endian_machdep.h In the `MY THAT'S GROSS' department... 2000-03-17 00:09:18 +00:00
endian.h In the `MY THAT'S GROSS' department... 2000-03-17 00:09:18 +00:00
float.h Don't `extern' function declarations. While we're there, remove trailing 2000-03-28 02:58:44 +00:00
ieee.h
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
isa_machdep.h Generic PCI/ISA machdep headers for mips; copied from the algor port. 2002-03-18 03:08:09 +00:00
kcore.h
kdbparam.h ANSIfy. 2002-03-05 14:08:43 +00:00
limits.h Be consistent with limit constants: 2001-05-04 15:12:32 +00:00
lock.h Let each platform typedef the new __cpu_simple_lock_t, which should 2000-05-02 04:41:04 +00:00
locore.h make this compile and work with MIPS3_5900. 2002-03-11 16:39:39 +00:00
Makefile Back out the copy of theses files to userland 2001-11-28 20:13:34 +00:00
Makefile.inc This Makefile.inc is used for building LKMS - add the standard MIPS 2001-10-05 15:36:46 +00:00
math.h Clean up some rampant code duplication wrt ieee number handling: 2002-02-19 13:08:12 +00:00
mips1_pte.h rename 2000-06-09 05:51:42 +00:00
mips3_pte.h Add support for MIPS32 and MIPS64 architectures: 2002-03-05 15:37:32 +00:00
mips_opcode.h OP_BLTZAL was defined twice. 2001-08-13 18:48:48 +00:00
mips_param.h space -> TAB 2000-12-11 15:38:43 +00:00
mipsNN.h Values related to the MIPS32/MIPS64 Privileged Resource Architecture 2002-03-05 16:07:10 +00:00
pcb.h Define new macro to access FSR register and use it. 2002-01-12 01:40:36 +00:00
pci_machdep.h Generic PCI/ISA machdep headers for mips; copied from the algor port. 2002-03-18 03:08:09 +00:00
pmap.h Add support for MIPS32 and MIPS64 architectures: 2002-03-05 15:37:32 +00:00
proc.h ANSIfy. 2002-03-05 14:08:43 +00:00
profile.h ANSIfy. 2002-03-05 14:08:43 +00:00
psl.h Add support for MIPS32 and MIPS64 architectures: 2002-03-05 15:38:33 +00:00
pte.h Add support for MIPS32 and MIPS64 architectures: 2002-03-05 15:39:31 +00:00
ptrace.h
r3900regs.h Remove the number of TLB entries for different rx39 CPUs - this info 2002-03-05 16:02:48 +00:00
r5900regs.h Rename <mips/r5900/cpuregs.h> to <mips/r5900regs.h> and remove some 2002-03-05 16:04:57 +00:00
reg.h
regdef.h Include <machine/cdefs.h> to select 32/64bit APIs. 2002-03-05 14:17:16 +00:00
regnum.h
reloc.h Removing trailing comma from enum declaration. 2000-04-03 05:58:31 +00:00
rnd.h Add support for MIPS32 and MIPS64 architectures: 2002-03-05 15:40:10 +00:00
setjmp.h Include <machine/cdefs.h> to select 32/64bit APIs. 2002-03-05 14:17:16 +00:00
signal.h Include <machine/cdefs.h> to select 32/64bit APIs. 2002-03-05 14:17:16 +00:00
stdarg.h The 64-bit safe, ILP32 o32 model is safe with the current stdarg 2002-03-05 14:18:12 +00:00
svr4_machdep.h ANSIfy. 2002-03-05 14:08:43 +00:00
sysarch.h ANSIfy. 2002-03-05 14:08:43 +00:00
trap.h Handle R4K trap faults in user mode like overflows (deliver SIGFPE). This 2000-09-15 06:50:46 +00:00
types.h Change a MIPS3 check to a MIPS3_PLUS check (XXX - still bogus!). 2002-03-05 15:41:14 +00:00
userret.h No-op commit to force update to a non-"-kk" revision. 2001-01-18 17:47:58 +00:00
varargs.h
vmparam.h MAXSLP is defined to be a machine-independent scheduling parameter, 2001-11-15 18:06:11 +00:00