Home
last modified time | relevance | path

Searched refs:VGA_PCI_BIOS_SHADOW_ADDR (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pci/
H A Dvga_pci.c184 return (pmap_mapbios(VGA_PCI_BIOS_SHADOW_ADDR, *size)); in vga_pci_map_bios()
322 if (x86bios_get_orm(VGA_PCI_BIOS_SHADOW_ADDR) == NULL) in vga_pci_repost()
332 x86bios_call(&regs, X86BIOS_PHYSTOSEG(VGA_PCI_BIOS_SHADOW_ADDR + 3), in vga_pci_repost()
333 X86BIOS_PHYSTOOFF(VGA_PCI_BIOS_SHADOW_ADDR + 3)); in vga_pci_repost()
H A Dpcivar.h723 #define VGA_PCI_BIOS_SHADOW_ADDR 0xC0000 macro