freebsd-dev/sys/powerpc/powerpc
Marcel Moolenaar 27457a80e2 PowerPC, meet kernel core dumps. The support is based
on a generic dumper that creates an ELF core file and
uses PMAP functions to scan and iterate over memory
chunks, as well as handle memory mappings used during
dumping.
the PMAP layer can choose to return physical memory
chunks or virtual memory chunks. For minidumps, the
chunks should be virtual.

The default MMU I/F implementation for the scan_md()
method returns NULL. Thus, when a PMAP implementation
does not implement the required methods, an empty
core file is created. Here, empty means having an ELF
header only.

Obtained from:	Juniper Networks
2009-04-04 02:12:37 +00:00
..
altivec.c Add Altivec support for supported CPUs. This is derived from the FPU support 2009-02-20 17:48:40 +00:00
atomic.S
autoconf.c Dont worry about PSL_RI (restartable interrupt indicator) in 2008-09-15 01:03:16 +00:00
bcopy.c
bus_machdep.c Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge mode 2009-04-04 00:22:44 +00:00
busdma_machdep.c Reimplement bus_dmamap_load with bus_dmamap_load_buffer. 2007-06-22 03:57:36 +00:00
copystr.c
cpu.c Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge mode 2009-04-04 00:22:44 +00:00
db_disasm.c
db_hwwatch.c
db_interface.c In db_show_mdpcpu(), print MD fields. 2008-08-30 18:50:11 +00:00
db_trace.c Unify and generalize PowerPC headers, adjust AIM code accordingly. 2008-03-02 17:05:57 +00:00
dump_machdep.c PowerPC, meet kernel core dumps. The support is based 2009-04-04 02:12:37 +00:00
elf_machdep.c Implement new way of branding ELF binaries by looking to a 2009-03-13 16:40:51 +00:00
fpu.c
fuswintr.c
gdb_machdep.c Make remote GDB work for AIM processors. For BookE, the kernel 2008-03-17 00:46:52 +00:00
genassym.c Make Book-E debug register state part of the PCB context. 2009-02-27 12:08:24 +00:00
in_cksum.c
intr_machdep.c Fix a race condition where interrupts set up after boot could be enabled in 2009-01-25 17:50:53 +00:00
mem.c Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge mode 2009-04-04 00:22:44 +00:00
mmu_if.m PowerPC, meet kernel core dumps. The support is based 2009-04-04 02:12:37 +00:00
mp_machdep.c Remove ipi_all() and ipi_self() as the former hasn't been used at 2008-09-28 18:34:14 +00:00
openpic.c Remove debugging code. 2008-09-14 21:30:01 +00:00
pic_if.m Add support for the BUS_CONFIG_INTR() method to the platform and to 2008-03-07 22:08:43 +00:00
pmap_dispatch.c PowerPC, meet kernel core dumps. The support is based 2009-04-04 02:12:37 +00:00
sc_machdep.c
setjmp.S
sigcode.S
stack_machdep.c Break out stack(9) from ddb(4): 2007-12-02 20:40:35 +00:00
suswintr.c
syncicache.c Allow the cacheline size on PowerPC to be set at runtime. This is essential for 2008-09-24 00:28:46 +00:00
sys_machdep.c
uio_machdep.c Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge mode 2009-04-04 00:22:44 +00:00