Symbol: IOM_BEGIN
sys/arch/alpha/pci/irongate_bus_mem.c
102
start, (u_long) IOM_BEGIN - 1);
sys/arch/alpha/pci/irongate_bus_mem.c
82
if (start <= IOM_BEGIN && end >= IOM_END) {
sys/arch/alpha/pci/irongate_bus_mem.c
95
if (start < IOM_BEGIN) {
sys/arch/alpha/pci/irongate_bus_mem.c
97
start, (IOM_BEGIN - start), VM_NOSLEEP);
sys/arch/amd64/stand/prekern/console.c
43
cons_start = (char *)atdevbase + (0xB8000 - IOM_BEGIN);
sys/arch/amd64/stand/prekern/mm.c
438
mm_enter_pa(IOM_BEGIN + i * PAGE_SIZE,
sys/arch/amd64/stand/prekern/redef.h
39
#define IOM_SIZE (IOM_END - IOM_BEGIN)
sys/arch/x86/include/isa_machdep.h
217
#define ISA_PHYSADDR(v) ((bus_addr_t)(v) - atdevbase + IOM_BEGIN)
sys/arch/x86/include/isa_machdep.h
223
#define ISA_HOLE_VADDR(p) ((void *) ((vaddr_t)(p) - IOM_BEGIN + atdevbase))
sys/arch/x86/isa/isa_machdep.c
296
return bus_space_alloc(t, IOM_BEGIN, IOM_END - 1, size, align,
sys/arch/x86/x86/bus_space.c
213
if (bpa >= IOM_BEGIN && (bpa + size) != 0 && (bpa + size) <= IOM_END) {
sys/arch/x86/x86/bus_space.c
449
if (bpa >= IOM_BEGIN && (bpa + size) != 0 && (bpa + size) <= IOM_END) {
sys/arch/x86/x86/mpbios.c
319
if (ebda && ebda < IOM_BEGIN ) {
sys/arch/x86/x86/mpbios.c
327
if (memtop && memtop <= IOM_BEGIN ) {
sys/arch/x86/x86/x86_machdep.c
798
if (seg_start < IOM_END && seg_end > IOM_BEGIN) {
sys/arch/x86/x86/x86_machdep.c
804
if (x86_add_cluster(seg_start, IOM_BEGIN, type) == -1)
sys/arch/xen/x86/x86_xpmap.c
777
IOM_BEGIN + (page - (vaddr_t)atdevbase);
sys/dev/isa/isareg.h
155
#ifndef IOM_BEGIN
sys/dev/isa/isareg.h
158
#define IOM_SIZE (IOM_END - IOM_BEGIN)
sys/dev/pci/vga_pci.c
364
if (offset >= IOM_BEGIN && offset < IOM_END)
sys/dev/pci/vga_pci.c
365
return (bus_space_mmap(vc->hdl.vh_memt, IOM_BEGIN,
sys/dev/pci/vga_pci.c
366
(offset - IOM_BEGIN), prot, 0));