NetBSD/sys/arch/mips/include
christos ac37e644bb - elide parameter tags
- make argument size_t as appropriate
- add begin/end decls
2012-03-29 21:20:08 +00:00
..
Makefile Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
Makefile.inc Switch remaining platforms to modern CPP for assembler. 2011-01-21 15:59:04 +00:00
ansi.h Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
asm.h Don't redefine _C_LABEL. 2011-11-10 00:37:38 +00:00
bswap.h
bus_dma.h Major merge forward from matt-nb5-mips64. 2011-02-20 07:45:46 +00:00
bus_dma_defs.h Add new files involved in the bus.h->bus_defs.h/bus_funcs.h split. 2011-07-01 17:28:55 +00:00
bus_dma_funcs.h Add new files involved in the bus.h->bus_defs.h/bus_funcs.h split. 2011-07-01 17:28:55 +00:00
bus_space_defs.h Add new files involved in the bus.h->bus_defs.h/bus_funcs.h split. 2011-07-01 17:28:55 +00:00
bus_space_funcs.h Add new files involved in the bus.h->bus_defs.h/bus_funcs.h split. 2011-07-01 17:28:55 +00:00
cache.h Add separate support for MIPS32R2 and MIPS64R2. 2011-03-15 07:39:22 +00:00
cache_ls2.h Flush by increasing way, then increasing addr. flush L1 before L2 (even 2009-08-11 00:34:29 +00:00
cache_mipsNN.h
cache_r3k.h
cache_r4k.h
cache_r5k.h
cache_r10k.h
cache_tx39.h
cachectl.h - elide parameter tags 2012-03-29 21:20:08 +00:00
cdefs.h Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressions 2012-01-20 14:08:04 +00:00
cpu.h support BUS_SPACE_MAP_PREFETCH in order to allow mapping device memory and 2011-09-22 05:08:52 +00:00
cpu_counter.h Major merge forward from matt-nb5-mips64. 2011-02-20 07:45:46 +00:00
cpuregs.h Add Broadcom BCM3302 CPU to the table. 2011-10-29 18:56:49 +00:00
cpuset.h Major merge forward from matt-nb5-mips64. 2011-02-20 07:45:46 +00:00
db_machdep.h Default to DB_ELF_SYMBOLS and DB_ELFSIZE 32 2011-07-09 16:58:04 +00:00
ecoff_machdep.h fix build failure on mipsel. 2012-03-20 11:28:04 +00:00
elf_machdep.h Add separate support for MIPS32R2 and MIPS64R2. 2011-03-15 07:39:22 +00:00
endian.h
endian_machdep.h Merge from matt-nb5-mips64 2009-12-14 00:45:59 +00:00
float.h Include <sys/cdefs.h> to get __GNUC_PREREQ__ 2011-07-07 22:52:48 +00:00
frame.h Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! 2012-02-19 21:05:51 +00:00
ieee.h Add extu_fraclm and extu_frachm 2011-07-08 05:55:23 +00:00
ieeefp.h Use unsigned int instead of int fo the fp* typedefs. 2012-03-19 22:24:07 +00:00
int_const.h fix wrong integer promotion rule(removed U suffix from UINT{8,16}_C). 2010-05-29 17:33:57 +00:00
int_fmtio.h Merge from matt-nb5-mips64 2009-12-14 00:45:59 +00:00
int_limits.h
int_mwgwtypes.h
int_types.h Merge from matt-nb5-mips64 2009-12-14 00:45:59 +00:00
intr.h normalise RCSID handling some. 2012-03-11 00:02:04 +00:00
isa_machdep.h Merge from matt-nb5-mips64 2009-12-14 00:45:59 +00:00
kcore.h
kdbparam.h
limits.h - Normalize inclusion protection (remove) 2012-03-28 17:03:27 +00:00
lock.h Major merge forward from matt-nb5-mips64. 2011-02-20 07:45:46 +00:00
locore.h Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! 2012-02-19 21:05:51 +00:00
math.h Make the MIPS N32/N64 ABIs properly support 128-bit long doubles. With this 2011-01-17 23:53:03 +00:00
mcontext.h Ensure that _lwp_setprivate has a correct prototype. 2011-07-05 19:30:50 +00:00
mips1_pte.h Major merge forward from matt-nb5-mips64. 2011-02-20 07:45:46 +00:00
mips3_clock.h
mips3_pte.h support BUS_SPACE_MAP_PREFETCH in order to allow mapping device memory and 2011-09-22 05:08:52 +00:00
mipsNN.h Add support for the MIPS DSP ASE (as a second PCU). 2011-08-16 06:58:15 +00:00
mips_opcode.h Change bcond/BCOND to regimm/REGIMM to better match the MIPS nomenclature. 2011-08-18 21:04:23 +00:00
mips_param.h Add ALIGNBYTES32/ALIGN32 for netbsd32. 2012-02-01 02:05:51 +00:00
mutex.h Major merge forward from matt-nb5-mips64. 2011-02-20 07:45:46 +00:00
netbsd32_machdep.h Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! 2012-02-19 21:05:51 +00:00
pcb.h Add support for the MIPS DSP ASE (as a second PCU). 2011-08-16 06:58:15 +00:00
pci_machdep.h Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9), 2011-04-04 20:37:49 +00:00
pmap.h support BUS_SPACE_MAP_PREFETCH in order to allow mapping device memory and 2011-09-22 05:08:52 +00:00
pmc.h
proc.h Major merge forward from matt-nb5-mips64. 2011-02-20 07:45:46 +00:00
profile.h Major merge forward from matt-nb5-mips64. 2011-02-20 07:45:46 +00:00
psl.h Merge from matt-nb5-mips64 2009-12-14 00:45:59 +00:00
pte.h Major merge forward from matt-nb5-mips64. 2011-02-20 07:45:46 +00:00
ptrace.h
r3900regs.h
reg.h Add support for the MIPS DSP ASE (as a second PCU). 2011-08-16 06:58:15 +00:00
regdef.h
regnum.h Add support for the MIPS DSP ASE (as a second PCU). 2011-08-16 06:58:15 +00:00
reloc.h
rwlock.h Major merge forward from matt-nb5-mips64. 2011-02-20 07:45:46 +00:00
sb1regs.h
setjmp.h Merge from matt-nb5-mips64 2009-12-14 00:45:59 +00:00
signal.h Merge from matt-nb5-mips64 2009-12-14 00:45:59 +00:00
svr4_machdep.h
sysarch.h Major merge forward from matt-nb5-mips64. 2011-02-20 07:45:46 +00:00
trap.h Add support for the MIPS DSP ASE (as a second PCU). 2011-08-16 06:58:15 +00:00
types.h Add support for the MIPS DSP ASE (as a second PCU). 2011-08-16 06:58:15 +00:00
userret.h Remove clause 3 (UCB advertising clause) from the University of Utah 2011-02-08 20:20:06 +00:00
vmparam.h When using 16KB pages in a 64 bit kernel, the amount of address space our page 2011-08-24 16:01:53 +00:00
wchar_limits.h
wired_map.h