Searched refs:X86BIOS_ROM_BASE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/compat/x86bios/
H A Dx86bios.c273 #define X86BIOS_ROM_BASE 0x000a0000 macro
685 if (x86bios_rom_phys != 0 && x86bios_rom_phys < X86BIOS_ROM_BASE &&
686 X86BIOS_ROM_BASE - x86bios_rom_phys <= 128 * 1024)
694 x86bios_rom_phys = X86BIOS_ROM_BASE;
700 if (x86bios_rom_phys < X86BIOS_ROM_BASE &&
702 X86BIOS_ROM_BASE - x86bios_rom_phys, PAT_WRITE_BACK) != 0)
726 if (x86bios_rom_phys < X86BIOS_ROM_BASE)
728 x86bios_rom_phys, (vm_paddr_t)X86BIOS_ROM_BASE - 1,
731 (vm_paddr_t)X86BIOS_ROM_BASE,
733 (caddr_t)x86bios_rom + X86BIOS_ROM_BASE
[all...]

Completed in 46 milliseconds