freebsd-dev/sys/powerpc/powerpc
Justin Hibbits 55a12bbda2 Break out the cpu_features setup to its own function, to be run earlier
The new POWER9 MMU configuration is slightly different from current setups.
Rather than special-casing on POWER9, move the initialization of cpu_features
and cpu_features2 to as early as possible, so that platform and MMU
configuration can be based upon CPU features instead of specific CPUs if at all
possible.

Reviewed by:	nwhitehorn
2018-05-05 15:48:39 +00:00
..
altivec.c powerpc64: Avoid calling isync twice 2018-04-08 16:46:24 +00:00
autoconf.c sys/powerpc: further adoption of SPDX licensing ID tags. 2017-11-27 15:09:59 +00:00
bcopy.c Allow __builtin_memmove instead of bcopy for small buffers of known size 2018-05-04 04:00:48 +00:00
bus_machdep.c Move the powerpc64 direct map base address from zero to high memory. This 2018-03-07 17:08:07 +00:00
busdma_machdep.c Add support for NUMA domains to bus dma tags. This causes all memory 2018-01-12 23:34:16 +00:00
clock.c PowerPC: Switch to more accurate unit to avoid division rounding 2018-02-20 07:30:57 +00:00
copyinout.c PPC64: fix copyinout ranges 2018-01-17 09:36:48 +00:00
copystr.c sys/powerpc: further adoption of SPDX licensing ID tags. 2017-11-27 15:09:59 +00:00
cpu_subr64.S Rename assym.s to assym.inc 2018-03-20 17:58:51 +00:00
cpu.c Break out the cpu_features setup to its own function, to be run earlier 2018-05-05 15:48:39 +00:00
db_disasm.c Fix disassembly by adding back some deleted lines. 2016-12-16 04:47:29 +00:00
db_hwwatch.c sys/powerpc: further adoption of SPDX licensing ID tags. 2017-11-27 15:09:59 +00:00
db_interface.c Remove PIR from PCPU data. It has an implementation-defined meaning that 2017-12-31 20:23:39 +00:00
db_trace.c Book-E debug trace fixes 2017-10-20 03:03:04 +00:00
dump_machdep.c sys/powerpc: further adoption of SPDX licensing ID tags. 2017-11-27 15:09:59 +00:00
elf32_machdep.c Export powerpc CPU features for auxvec 2018-04-21 15:15:47 +00:00
elf64_machdep.c Export powerpc CPU features for auxvec 2018-04-21 15:15:47 +00:00
exec_machdep.c powerpc64: Add DSCR support 2018-04-20 03:19:44 +00:00
fpu.c powerpc64: Avoid calling isync twice 2018-04-08 16:46:24 +00:00
gdb_machdep.c sys/powerpc: further adoption of SPDX licensing ID tags. 2017-11-27 15:09:59 +00:00
genassym.c powerpc64: Add DSCR support 2018-04-20 03:19:44 +00:00
in_cksum.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
interrupt.c Clear the WE bit in C code rather than the asm 2017-11-08 01:23:37 +00:00
intr_machdep.c PPC: Add place for NULL chars in intrnames 2018-01-26 09:38:40 +00:00
iommu_if.m
machdep.c Break out the cpu_features setup to its own function, to be run earlier 2018-05-05 15:48:39 +00:00
mem.c Move the powerpc64 direct map base address from zero to high memory. This 2018-03-07 17:08:07 +00:00
mmu_if.m Remove hard-coded trap-handling logic involving the segmented memory model 2018-01-29 04:33:41 +00:00
mp_machdep.c Fix PowerMac G5 thermal management, plus likely other bugs, introduced in 2018-02-09 20:09:32 +00:00
nexus.c Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. 2016-03-18 01:28:41 +00:00
openpic.c sys/powerpc: further adoption of SPDX licensing ID tags. 2017-11-27 15:09:59 +00:00
pic_if.m
platform_if.m Remove platform_cpu_idle() and platform_cpu_idle_wakeup() interfaces 2018-02-24 01:46:56 +00:00
platform.c Remove assumption that all physical memory is available to the kernel and 2018-03-03 02:04:40 +00:00
pmap_dispatch.c Remove hard-coded trap-handling logic involving the segmented memory model 2018-01-29 04:33:41 +00:00
ptrace_machdep.c Move most of the contents of opt_compat.h to opt_global.h. 2018-04-06 17:35:35 +00:00
sc_machdep.c sys/powerpc: further adoption of SPDX licensing ID tags. 2017-11-27 15:09:59 +00:00
setjmp.S Remove dead code and dead comments, most notably the implemenation of the 2016-01-10 18:00:01 +00:00
sigcode32.S Rename assym.s to assym.inc 2018-03-20 17:58:51 +00:00
sigcode64.S Rename assym.s to assym.inc 2018-03-20 17:58:51 +00:00
stack_machdep.c sys/powerpc: further adoption of SPDX licensing ID tags. 2017-11-27 15:09:59 +00:00
swtch32.S Rename assym.s to assym.inc 2018-03-20 17:58:51 +00:00
swtch64.S powerpc64: Add DSCR support 2018-04-20 03:19:44 +00:00
syncicache.c sys/powerpc: further adoption of SPDX licensing ID tags. 2017-11-27 15:09:59 +00:00
sys_machdep.c Move most of the contents of opt_compat.h to opt_global.h. 2018-04-06 17:35:35 +00:00
trap.c set kdb_why to "trap" when calling kdb_trap from trap_fatal 2018-04-19 05:06:56 +00:00
uio_machdep.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
uma_machdep.c Move the powerpc64 direct map base address from zero to high memory. This 2018-03-07 17:08:07 +00:00
vm_machdep.c Change the default MSR values used when starting userland and kernel 2018-02-01 05:31:24 +00:00