freebsd-dev/sys/powerpc/booke
Justin Hibbits ef596c4021 trunc_page() goes through unsigned long, which is too short.
sizeof(unsigned long) < sizeof(vm_paddr_t) on Book-E, which uses 36-bit
addressing.  With this, a CCSR with a physical address above 4GB successfully
maps.

Sponsored by:	Alex Perez/Inertial Computing
2015-11-21 06:03:46 +00:00
..
booke_machdep.c Correct return type of booke_init() prototype. 2015-08-08 23:13:53 +00:00
locore.S Add initial boot support for e500mc and e5500. 2015-08-21 02:41:35 +00:00
machdep_e500.c Interrelated improvements to early boot mappings: 2013-10-26 18:18:14 +00:00
machdep_ppc4xx.c Extract vendor specific Book-E pieces into separate files and have a common 2012-05-30 17:34:40 +00:00
mp_cpudep.c Follow up r223485, which made AIM use the ABI thread pointer instead of 2013-11-11 17:37:50 +00:00
platform_bare.c Rearchitect platform memory map parsing to make it less 2013-12-01 19:43:15 +00:00
pmap.c trunc_page() goes through unsigned long, which is too short. 2015-11-21 06:03:46 +00:00
trap_subr.S Extend pmap to support e500mc and e5500. 2015-08-28 03:03:09 +00:00