1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/ia64/ia64
Marcel Moolenaar 4658933f3a Populate the sysctl tree with any MCA records we collected.
The sequence number is used as the name of a sysctl node,
under which we add the MCA records using the CPU id as the
leaf  name.

Add the hw.mca.inject sysctl to provide a way to inject
MC errors and trigger machine checks.

PR:		ia64/113102
2010-04-13 22:20:12 +00:00
..
autoconf.c Implement interrupt to CPU binding. Assign interrupts to CPUs in a 2010-03-27 05:40:50 +00:00
bus_machdep.c Some code churn: 2010-02-14 16:56:24 +00:00
busdma_machdep.c
clock.c Only use the interval timer for clock interrupts on the BSP and 2010-03-26 02:29:15 +00:00
context.S Prefer I-units and M-units for nop instructions. This works around 2010-02-22 01:23:41 +00:00
db_machdep.c Print MD fields in the pcpu to aid debugging. 2010-03-21 22:39:11 +00:00
dump_machdep.c
efi.c Some code churn: 2010-02-14 16:56:24 +00:00
elf_machdep.c Make sure that the primary native brandinfo always gets added 2009-10-03 11:57:21 +00:00
emulate.c
exception.S Fix interrupt handling by extending the critical region so that 2010-03-22 03:55:18 +00:00
gdb_machdep.c
genassym.c Provide groundwork for 32-bit binary compatibility on non-x86 platforms, 2010-03-11 14:49:06 +00:00
highfp.c With preemption, the high FP registers may get enabled by cpu_switch() 2010-03-22 04:01:45 +00:00
in_cksum.c
interrupt.c Implement interrupt to CPU binding. Assign interrupts to CPUs in a 2010-03-27 05:40:50 +00:00
iodev_machdep.c Add ioctl requests to /dev/io on ia64 for reading and writing 2010-01-14 02:48:39 +00:00
locore.S Revamp the interrupt code based on the previous commit: 2010-03-17 00:37:15 +00:00
machdep.c Fix the ia64 build. 2010-03-26 00:53:13 +00:00
mca.c Populate the sysctl tree with any MCA records we collected. 2010-04-13 22:20:12 +00:00
mem.c Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. 2009-12-29 21:51:28 +00:00
mp_machdep.c Change the (generic) argument to ia64_store_mca_state() from the 2010-04-13 15:55:18 +00:00
nexus.c Implement interrupt to CPU binding. Assign interrupts to CPUs in a 2010-03-27 05:40:50 +00:00
pal.S
pmap.c o Remove the pmap argument to pmap_invalidate_all() as it's not used 2010-03-22 18:24:42 +00:00
ptrace_machdep.c
sal.c Revamp the interrupt code based on the previous commit: 2010-03-17 00:37:15 +00:00
sapic.c Implement interrupt to CPU binding. Assign interrupts to CPUs in a 2010-03-27 05:40:50 +00:00
setjmp.S
ssc.c
sscdisk.c (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. 2009-12-28 22:56:30 +00:00
stack_machdep.c
support.S Prefer I-units and M-units for nop instructions. This works around 2010-02-22 01:23:41 +00:00
sys_machdep.c Use io(4) for I/O port access on ia64, rather than through sysarch(2). 2010-01-11 18:10:13 +00:00
syscall.S Prefer I-units and M-units for nop instructions. This works around 2010-02-22 01:23:41 +00:00
trap.c Rename disable_intr() to ia64_disable_intr() and rename enable_intr() 2010-03-26 21:22:02 +00:00
uio_machdep.c
uma_machdep.c
unaligned.c
unwind.c
vm_machdep.c Remove inclusion of <i386/include/psl.h> 2010-03-09 02:08:02 +00:00