freebsd-skq/sys/ia64/ia64
Marcel Moolenaar 0355a8b24b Fix switching to physical mode as part of calling into EFI runtime
services or PAL procedures. The new implementation is based on
specific functions that are known to be called in certain scenarios
only. This in particular fixes the PAL call to obtain information
about translation registers. In general, the new implementation does
not bank on virtual addresses being direct-mapped and will work when
the kernel uses PBVM.

When new scenarios need to be supported, new functions are added if
the existing functions cannot be changed to handle the new scenario.
If a single generic implementation is possible, it will become clear
in due time.

While here, change bootinfo to a pointer type in anticipation of
future development.
2011-03-21 18:20:53 +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 Fix bogus error message from bus_dmamem_alloc() about incorrect alignment. 2010-09-29 21:53:11 +00:00
clock.c
context.S
db_machdep.c Change region 4 to be part of the kernel. This serves 2 purposes: 2011-03-21 01:09:50 +00:00
dump_machdep.c
efi.c Fix switching to physical mode as part of calling into EFI runtime 2011-03-21 18:20:53 +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 o Move the IVT and supporting functions to the front of the text 2011-03-18 22:45:43 +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 o Move the IVT and supporting functions to the front of the text 2011-03-18 22:45:43 +00:00
highfp.c
in_cksum.c
interrupt.c
iodev_machdep.c
locore.S o Move the IVT and supporting functions to the front of the text 2011-03-18 22:45:43 +00:00
machdep.c Fix switching to physical mode as part of calling into EFI runtime 2011-03-21 18:20:53 +00:00
mca.c
mem.c Remove empty dev_mem_md_init() stubs. 2011-01-17 23:06:47 +00:00
mp_machdep.c
nexus.c bus_add_child: change type of order parameter to u_int 2010-09-10 11:19:03 +00:00
pal.S Fix switching to physical mode as part of calling into EFI runtime 2011-03-21 18:20:53 +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 Fix switching to physical mode as part of calling into EFI runtime 2011-03-21 18:20:53 +00:00
ptrace_machdep.c
sal.c
sapic.c
setjmp.S
ssc.c
sscdisk.c
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
trap.c Use VM_MAXUSER_ADDRESS rather than VM_MAX_ADDRESS when we talk about 2011-03-18 15:36:28 +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
vm_machdep.c