Searched defs:APM_BIOS_SEG (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dapm.c97 #define APM_BIOS_SEG 0xF000 /* Real-mode APM segment. */ macro
170 AX = APM_BIOS_SEG; /* 16-bit PM code segment (RM segment base). */
172 CX = APM_BIOS_SEG; /* 16-bit data segment. */
180 AX = APM_BIOS_SEG; /* 32-bit PM code segment (RM segment base). */
182 CX = APM_BIOS_SEG; /* 16-bit code segment. */
183 DX = APM_BIOS_SEG; /* 16-bit data segment. */

Completed in 2493 milliseconds