mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
where physical addresses larger than virtual addresses, such as i386s with PAE. - Use this to represent physical addresses in the MI vm system and in the i386 pmap code. This also changes the paddr parameter to d_mmap_t. - Fix printf formats to handle physical addresses >4G in the i386 memory detection code, and due to kvtop returning vm_paddr_t instead of u_long. Note that this is a name change only; vm_paddr_t is still the same as vm_offset_t on all currently supported platforms. Sponsored by: DARPA, Network Associates Laboratories Discussed with: re, phk (cdevsw change) |
||
|---|---|---|
| .. | ||
| _inttypes.h | ||
| _limits.h | ||
| _stdint.h | ||
| _types.h | ||
| asm.h | ||
| atomic.h | ||
| bat.h | ||
| bootinfo.h | ||
| bus.h | ||
| bus_memio.h | ||
| bus_pio.h | ||
| clock.h | ||
| cpu.h | ||
| cpufunc.h | ||
| critical.h | ||
| db_machdep.h | ||
| elf.h | ||
| endian.h | ||
| exec.h | ||
| float.h | ||
| fpu.h | ||
| frame.h | ||
| hid.h | ||
| ieee.h | ||
| ieeefp.h | ||
| in_cksum.h | ||
| interruptvar.h | ||
| intr.h | ||
| intr_machdep.h | ||
| ipl.h | ||
| kse.h | ||
| limits.h | ||
| md_var.h | ||
| metadata.h | ||
| mutex.h | ||
| nexusvar.h | ||
| ofw_machdep.h | ||
| openpicreg.h | ||
| openpicvar.h | ||
| param.h | ||
| pcb.h | ||
| pcpu.h | ||
| pio.h | ||
| pmap.h | ||
| powerpc.h | ||
| proc.h | ||
| profile.h | ||
| psl.h | ||
| pte.h | ||
| ptrace.h | ||
| reg.h | ||
| reloc.h | ||
| resource.h | ||
| runq.h | ||
| setjmp.h | ||
| sigframe.h | ||
| signal.h | ||
| smp.h | ||
| spr.h | ||
| sr.h | ||
| stdarg.h | ||
| trap.h | ||
| ucontext.h | ||
| varargs.h | ||
| vmparam.h | ||