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

/freebsd-11.0-release/sys/compat/x86bios/
H A Dx86bios.h141 #define X86BIOS_PHYSTOSEG(x) (((x) >> 4) & 0xff00) macro
H A Dx86bios.c236 addr = vm86_getaddr(&x86bios_vmc, X86BIOS_PHYSTOSEG(offset),
577 regs->X86BIOS_R_SS = X86BIOS_PHYSTOSEG(x86bios_seg_phys);
/freebsd-11.0-release/sys/dev/fb/
H A Dvesa.c292 x86bios_call(&regs, X86BIOS_PHYSTOSEG(vesa_bios_offs + 3),
317 regs.R_ES = X86BIOS_PHYSTOSEG(offs);
396 regs.R_ES = X86BIOS_PHYSTOSEG(vesa_palette_offs);
429 regs.R_ES = X86BIOS_PHYSTOSEG(vesa_palette_offs);
461 regs.R_ES = X86BIOS_PHYSTOSEG(vesa_palette_offs);
491 regs.R_ES = X86BIOS_PHYSTOSEG(vesa_palette_offs);
539 regs.R_ES = X86BIOS_PHYSTOSEG(vesa_state_buf_offs);
824 regs.R_ES = X86BIOS_PHYSTOSEG(offs);
/freebsd-11.0-release/sys/dev/pci/
H A Dvga_pci.c226 x86bios_call(&regs, X86BIOS_PHYSTOSEG(VGA_PCI_BIOS_SHADOW_ADDR + 3),

Completed in 103 milliseconds