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

/freebsd-12-stable/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-12-stable/sys/dev/fb/
H A Dvesa.c294 x86bios_call(&regs, X86BIOS_PHYSTOSEG(vesa_bios_offs + 3),
319 regs.R_ES = X86BIOS_PHYSTOSEG(offs);
398 regs.R_ES = X86BIOS_PHYSTOSEG(vesa_palette_offs);
431 regs.R_ES = X86BIOS_PHYSTOSEG(vesa_palette_offs);
463 regs.R_ES = X86BIOS_PHYSTOSEG(vesa_palette_offs);
493 regs.R_ES = X86BIOS_PHYSTOSEG(vesa_palette_offs);
541 regs.R_ES = X86BIOS_PHYSTOSEG(vesa_state_buf_offs);
826 regs.R_ES = X86BIOS_PHYSTOSEG(offs);
/freebsd-12-stable/sys/dev/pci/
H A Dvga_pci.c338 x86bios_call(&regs, X86BIOS_PHYSTOSEG(VGA_PCI_BIOS_SHADOW_ADDR + 3),

Completed in 53 milliseconds