Home
last modified time | relevance | path

Searched refs:X86BIOS_PHYSTOSEG (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/fb/
H A Dvesa.c293 x86bios_call(&regs, X86BIOS_PHYSTOSEG(vesa_bios_offs + 3), in vesa_bios_post()
318 regs.R_ES = X86BIOS_PHYSTOSEG(offs); in vesa_bios_get_mode()
397 regs.R_ES = X86BIOS_PHYSTOSEG(vesa_palette_offs); in vesa_bios_save_palette()
430 regs.R_ES = X86BIOS_PHYSTOSEG(vesa_palette_offs); in vesa_bios_save_palette2()
462 regs.R_ES = X86BIOS_PHYSTOSEG(vesa_palette_offs); in vesa_bios_load_palette()
492 regs.R_ES = X86BIOS_PHYSTOSEG(vesa_palette_offs); in vesa_bios_load_palette2()
540 regs.R_ES = X86BIOS_PHYSTOSEG(vesa_state_buf_offs); in vesa_bios_save_restore()
825 regs.R_ES = X86BIOS_PHYSTOSEG(offs); in vesa_bios_init()
/freebsd/sys/compat/x86bios/
H A Dx86bios.h139 #define X86BIOS_PHYSTOSEG(x) (((x) >> 4) & 0xff00) macro
H A Dx86bios.c234 addr = vm86_getaddr(&x86bios_vmc, X86BIOS_PHYSTOSEG(offset), in x86bios_offset()
575 regs->X86BIOS_R_SS = X86BIOS_PHYSTOSEG(x86bios_seg_phys); in x86bios_init_regs()
/freebsd/sys/dev/pci/
H A Dvga_pci.c332 x86bios_call(&regs, X86BIOS_PHYSTOSEG(VGA_PCI_BIOS_SHADOW_ADDR + 3), in vga_pci_repost()