freebsd-dev/sys/ia64/ia64
Ed Schouten 6472ac3d8a Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
The SYSCTL_NODE macro defines a list that stores all child-elements of
that node. If there's no SYSCTL_DECL macro anywhere else, there's no
reason why it shouldn't be static.
2011-11-07 15:43:11 +00:00
..
autoconf.c Remove inclusion of unneeded bootinfo.h header. 2011-03-18 22:33:19 +00:00
bus_machdep.c
busdma_machdep.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
clock.c Don't send EOI to the CPU before we handled the interrupt. This could 2011-07-16 20:16:49 +00:00
context.S
db_machdep.c Switch to the event timers infrastructure. This includes: 2011-06-25 02:15:14 +00:00
dump_machdep.c Fix kernel core dumps now that the kernel is using PBVM. The basic 2011-08-06 03:40:33 +00:00
efi.c Add a few more helper functions for working with memory descriptors: 2011-07-16 19:56:07 +00:00
elf_machdep.c Extend struct sysvec with new method sv_schedtail, which is used for an 2011-03-08 19:01:45 +00:00
emulate.c
exception.S Change the management of nested faults by switching to physical 2011-06-30 20:34:55 +00:00
gdb_machdep.c Change region 4 to be part of the kernel. This serves 2 purposes: 2011-03-21 01:09:50 +00:00
genassym.c Stop linking against a direct-mapped virtual address and instead 2011-04-30 20:49:00 +00:00
highfp.c
in_cksum.c
interrupt.c Don't send EOI to the CPU before we handled the interrupt. This could 2011-07-16 20:16:49 +00:00
iodev_machdep.c
locore.S On 64 bit architectures size_t is 8 bytes, thus it should use an 8 bytes 2011-07-19 12:41:57 +00:00
machdep.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
mca.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
mem.c Remove empty dev_mem_md_init() stubs. 2011-01-17 23:06:47 +00:00
mp_locore.S Stop linking against a direct-mapped virtual address and instead 2011-04-30 20:49:00 +00:00
mp_machdep.c MFC 2011-06-26 17:30:46 +00:00
nexus.c Implement bus_adjust_resource() for the ia64 nexus driver. 2011-07-18 14:04:37 +00:00
pal.S Improve cpu_idle(): 2011-06-06 19:06:15 +00:00
physical.S Fix switching to physical mode as part of calling into EFI runtime 2011-03-21 18:20:53 +00:00
pmap.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
ptrace_machdep.c
sal.c Stop linking against a direct-mapped virtual address and instead 2011-04-30 20:49:00 +00:00
sapic.c Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. 2011-11-07 06:44:47 +00:00
setjmp.S
ssc.c
sscdisk.c Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. 2011-11-07 06:44:47 +00:00
stack_machdep.c
support.S Fix switching to physical mode as part of calling into EFI runtime 2011-03-21 18:20:53 +00:00
sys_machdep.c
syscall.S Prefer switching the memory stack from user to kernel *before* switching 2011-05-14 14:55:15 +00:00
trap.c Inline the syscallenter() and syscallret(). This reduces the time measured 2011-09-11 16:05:09 +00:00
uio_machdep.c Put the general logic for being a CPU hog into a new function 2011-02-02 16:35:10 +00:00
uma_machdep.c
unaligned.c Use VM_MAXUSER_ADDRESS rather than VM_MAX_ADDRESS when we talk about 2011-03-18 15:36:28 +00:00
unwind.c Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. 2011-11-07 06:44:47 +00:00
vm_machdep.c