freebsd-nq/sys/powerpc/include
Dimitry Andric 63d094a7e2 Add casts to __uint16_t to the __bswap16() macros on all arches which
didn't already have them.  This is because the ternary expression will
return int, due to the Usual Arithmetic Conversions.  Such casts are not
needed for the 32 and 64 bit variants.

While here, add additional parentheses around the x86 variant, to
protect against unintended consequences.

MFC after:	2 weeks
2012-03-09 20:34:31 +00:00
..
_align.h
_bus.h
_inttypes.h
_limits.h
_stdint.h Introduce internal macros for __U/INT64_C to define the U/INT64_MAX/MIN 2012-01-04 16:02:52 +00:00
_types.h Fix the value of float_t to match what is implied by FLT_EVAL_METHOD. 2012-01-16 20:17:51 +00:00
altivec.h
asm.h Restore proper dot symbol creation for assembly files in the kernel build case. 2012-03-04 11:55:28 +00:00
atomic.h Merge r221614,221696,221737,221840 from largeSMP project branch: 2011-05-22 20:55:54 +00:00
bat.h
bus_dma.h
bus.h
clock.h
cpu.h
cpufunc.h
db_machdep.h
dbdma.h
elf.h
endian.h Add casts to __uint16_t to the __bswap16() macros on all arches which 2012-03-09 20:34:31 +00:00
exec.h
fdt.h
float.h Add C11 macros describing subnormal numbers to float.h. 2012-01-23 06:36:41 +00:00
floatingpoint.h
fpu.h
frame.h Remove duplicate definition of FIRSTARG. 2011-03-17 19:44:00 +00:00
gdb_machdep.h
hid.h
ieee.h
ieeefp.h People porting FreeBSD to new architectures ought not have to 2011-10-21 06:41:46 +00:00
in_cksum.h
intr_machdep.h
kdb.h
limits.h
md_var.h
memdev.h
metadata.h
mmuvar.h
ofw_machdep.h
openpicreg.h
openpicvar.h Add the powerpc support. 2011-05-09 16:16:15 +00:00
param.h Add the possibility to specify from kernel configs MAXCPU value. 2011-07-19 00:37:24 +00:00
pcb.h
pcpu.h Rework SLB trap handling so that double-faults into an SLB trap handler are 2012-01-15 00:08:14 +00:00
pio.h
platform.h
platformvar.h
pmap.h Keep track of PVO entries in each pmap, which allows much faster 2011-12-11 17:19:48 +00:00
pmc_mdep.h Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x). 2011-12-24 19:34:52 +00:00
proc.h Remove unused define. 2011-10-07 16:09:44 +00:00
profile.h This commit adds profiling support for powerpc64. Now we can do application 2012-01-20 22:34:19 +00:00
psl.h
pte.h
ptrace.h
reg.h
reloc.h
resource.h
rtas.h MFpseries: 2011-06-02 14:12:37 +00:00
runq.h
sc_machdep.h
setjmp.h
sf_buf.h
sigframe.h
signal.h
slb.h The POWER7 has only 32 SLB slots instead of 64, like other supported 2011-06-02 14:25:52 +00:00
smp.h Add the powerpc support. 2011-05-09 16:16:15 +00:00
spr.h Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x). 2011-12-24 19:34:52 +00:00
sr.h
stack.h
stdarg.h
sysarch.h
tlb.h
trap_aim.h
trap_booke.h
trap.h
ucontext.h
varargs.h
vm.h
vmparam.h Increase the available virtual address space for user programs on PowerPC 2011-12-11 17:23:03 +00:00