freebsd-nq/sys/mips/include
Warner Losh 61a1eed0b4 First cut at atomics for 64-bit machines and SMP machines.
# Note: Cavium provided a port that has atomics similar to these, but
# that does a syncw; sync; atomic; sync; syncw where we just do the classic
# mips 'atomic' operation (eg ll; frob; sc).  It is unclear to me why
# the extra is needed.  Since my initial target is one core, I'll defer
# investigation until I bring up multiple cores.  syncw is an octeon specific
# instruction.
2009-07-05 15:13:24 +00:00
..
_bus_octeon.h
_bus.h Cavium-specific goo is no longer necessary here. Of course, I now 2009-06-14 06:10:36 +00:00
_inttypes.h
_limits.h
_stdint.h
_types.h
archtype.h
asm.h Pull in machine/cdefs.h for the ABI definitions. Provide a PTR_LA, 2009-07-05 08:13:19 +00:00
asmacros.h
atomic.h First cut at atomics for 64-bit machines and SMP machines. 2009-07-05 15:13:24 +00:00
bootinfo.h
bswap.h
bus_dma.h
bus.h - Make mips_bus_space_generic be of type bus_space_tag_t instead of 2009-04-19 22:02:14 +00:00
cache_mipsNN.h - Add guards to ensure that these files are included only once 2009-06-26 19:54:06 +00:00
cache_r4k.h
cache.h - Add guards to ensure that these files are included only once 2009-06-26 19:54:06 +00:00
cdefs.h Bring in cdefs.h from NetBSD to define ABI goo. 2009-07-05 08:14:00 +00:00
clock.h
clockvar.h
cpu.h (1) Use uintptr_t in preference to unsigned. The latter isn't right for 2009-07-05 06:56:51 +00:00
cpufunc.h - Use naming convention the same as MIPS spec does: eliminate _sel1 sufix 2009-04-27 18:29:59 +00:00
cpuinfo.h
cpuregs.h Define COP0_SYNC for SB1 CPU. 2009-07-05 06:43:01 +00:00
cputypes.h
db_machdep.h db_expr_t should be a intptr_t, not an int. These expressions can be 2009-07-05 06:44:37 +00:00
defs.h
elf.h Define __ELF_WORD_SIZE appropriately for n64. Note for N32 I believe 2009-07-05 07:00:51 +00:00
endian.h - Cast argument to proper type in order to avoid warnings like 2009-04-27 19:18:55 +00:00
exec.h
float.h - Replace CPU_NOFPU and SOFTFLOAT options with CPU_FPU. By default 2009-05-26 22:40:12 +00:00
floatingpoint.h
fpu.h It appears that none of the contents of this file are necessary, so 2009-02-15 20:05:13 +00:00
frame.h Remove stray __P() 2009-02-15 01:12:16 +00:00
gdb_machdep.h
hwfunc.h
ieee.h
ieeefp.h
in_cksum.h
intr_machdep.h
iodev.h
kdb.h
limits.h
locore.h
md_var.h
memdev.h
metadata.h
minidump.h
mips_opcode.h
mp_watchdog.h
mutex.h
param.h Use uintptr_t rather than unsigned here for 64-bit correctness. 2009-07-05 07:01:34 +00:00
pcb.h
pci_cfgreg.h
pcpu.h
pltfm.h
pmap.h A variety of changes: 2009-05-02 06:12:38 +00:00
pmc_mdep.h
ppireg.h
proc.h - Add support for handling TLS area address in kernel space. 2009-06-27 23:27:41 +00:00
profile.h
psl.h - Remove now unused NetBSDism intr.h 2009-05-26 06:01:17 +00:00
pte.h
ptrace.h
queue.h
reg.h
regdef.h Switch to ABI agnostic ta0-ta3. Provide defs for this in the right 2009-07-05 06:39:37 +00:00
regnum.h Switch to ABI agnostic ta0-ta3. Provide defs for this in the right 2009-07-05 06:39:37 +00:00
reloc.h
resource.h
rm7000.h
runq.h
segments.h
setjmp.h
sf_buf.h
sigframe.h
signal.h
smp.h
stdarg.h
sysarch.h - Add support for handling TLS area address in kernel space. 2009-06-27 23:27:41 +00:00
timerreg.h
trap.h
ucontext.h - Add support for handling TLS area address in kernel space. 2009-06-27 23:27:41 +00:00
varargs.h
vm.h Correct the #endif comment. 2009-06-26 16:22:24 +00:00
vmparam.h