Searched refs:AL (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A DVBoxBiosAlternative.asm912 db 'KBD: int09 handler: AL=0', 00ah, 000h
939 db 'INT 15h C2 AL=6, BH=%02x', 00ah, 000h
1084 add AL, strict byte 003h ; 04 03
1085 and AL, strict byte 0fch ; 24 fc
1169 cmp AL, strict byte 080h ; 3c 80
1173 out DX, AL ; ee
1176 in AL, DX ; ec
1189 cmp AL, strict byte 080h ; 3c 80
1193 out DX, AL ; ee
1197 out DX, AL ; e
[all...]
H A Dapm_pm.asm48 ; APM worker routine. Function code in AL; it is assumed that AL >= 4.
H A Dorgs.asm1233 ;; in : AL in packed BCD format
1234 ;; out: AL in binary, AH always 0
/vbox/src/VBox/Devices/Graphics/BIOS/
H A DVBoxVgaBiosAlternative.asm223 cmp AL, strict byte 003h ; 3c 03
227 cmp AL, strict byte 005h ; 3c 05
231 cmp AL, strict byte 006h ; 3c 06
235 cmp AL, strict byte 007h ; 3c 07
239 cmp AL, strict byte 008h ; 3c 08
243 cmp AL, strict byte 009h ; 3c 09
247 cmp AL, strict byte 00ah ; 3c 0a
275 in AL, DX ; ec
279 mov AL, strict byte 000h ; b0 00
280 out DX, AL ; e
[all...]
H A Dvgabios.c1351 static void biosfn_write_pixel(uint8_t BH, uint8_t AL, uint16_t CX, uint16_t DX) argument
1371 if (AL & 0x80)
1375 write_byte(0xa000,addr,AL);
1393 attr = (AL & 0x03) << ((3 - (CX & 0x03)) * 2);
1398 attr = (AL & 0x01) << (7 - (CX & 0x07));
1401 if (AL & 0x80)
1414 write_byte(0xa000,addr,AL);
1584 static void biosfn_load_text_user_pat(uint8_t AL, uint16_t ES, uint16_t BP, uint16_t CX, argument
1598 if(AL>=0x10)
1604 static void biosfn_load_text_8_14_pat(uint8_t AL, uint8_ argument
1623 biosfn_load_text_8_8_pat(uint8_t AL, uint8_t BL) argument
1643 biosfn_load_text_8_16_pat(uint8_t AL, uint8_t BL) argument
1708 biosfn_enable_video_refresh_control(uint8_t AL) argument
[all...]
H A Dvberom.asm114 ; AL = bits per pixel / AH = bytes per pixel
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DBiosInt13.c276 DEBUG ((DEBUG_INIT, "GetDriveParameters: INT 13 20 DL=%02x : CF=%d AL=%02x\n", Drive->Number, CarryFlag, Regs.H.AL));
296 switch (Regs.H.AL) {
637 Regs.H.AL = 0x00;
752 if (Regs.H.AL == BIOS_RESET_FAILED) {
1030 Regs.H.AL = 0x00;
1192 Regs.H.AL = (UINT8) NumberOfBlocks;
1224 Regs.H.AL,
1394 Regs.H.AL = (UINT8) NumberOfBlocks;
1429 Regs.H.AL,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c893 Regs.H.AL = 0x03;
897 Regs.H.AL = 0x14;
3141 Regs.H.AL = 0x83;
3145 Regs.H.AL = 0x14;
3155 Regs.H.AL = 0x83;
3158 Regs.H.AL = 0x12;
3193 Regs.H.AL = 0x03;
3197 Regs.H.AL = 0x83;
3201 Regs.H.AL = 0x04;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dassyntax.h108 #define AL al macro
170 #define AL %al macro
394 #define IN_B CHOICE(inb (DX), inb ARG2(DX,AL), inb DX)
401 #define IN1_B(a) CHOICE(inb (a), inb ARG2(a,AL), inb a)
405 #define IN1_B(a) CHOICE(inb a, inb ARG2(a,AL), inb a)
507 #define OUT_B CHOICE(outb (DX), outb ARG2(AL,DX), outb DX)
513 #define OUT1_B(a) CHOICE(outb (a), outb ARG2(AL,a), outb a)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dassyntax.h105 #define AL al macro
167 #define AL %al macro
391 #define IN_B CHOICE(inb (DX), inb ARG2(DX,AL), inb DX)
398 #define IN1_B(a) CHOICE(inb (a), inb ARG2(a,AL), inb a)
402 #define IN1_B(a) CHOICE(inb a, inb ARG2(a,AL), inb a)
504 #define OUT_B CHOICE(outb (DX), outb ARG2(AL,DX), outb DX)
510 #define OUT1_B(a) CHOICE(outb (a), outb ARG2(AL,a), outb a)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dassyntax.h105 #define AL al macro
167 #define AL %al macro
391 #define IN_B CHOICE(inb (DX), inb ARG2(DX,AL), inb DX)
398 #define IN1_B(a) CHOICE(inb (a), inb ARG2(a,AL), inb a)
402 #define IN1_B(a) CHOICE(inb a, inb ARG2(a,AL), inb a)
504 #define OUT_B CHOICE(outb (DX), outb ARG2(AL,DX), outb DX)
510 #define OUT1_B(a) CHOICE(outb (a), outb ARG2(AL,a), outb a)
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dassyntax.h81 #define AL al macro
143 #define AL %al macro
367 #define IN_B CHOICE(inb (DX), inb ARG2(DX,AL), inb DX)
374 #define IN1_B(a) CHOICE(inb (a), inb ARG2(a,AL), inb a)
378 #define IN1_B(a) CHOICE(inb a, inb ARG2(a,AL), inb a)
480 #define OUT_B CHOICE(outb (DX), outb ARG2(AL,DX), outb DX)
486 #define OUT1_B(a) CHOICE(outb (a), outb ARG2(AL,a), outb a)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dassyntax.h109 #define AL al macro
171 #define AL %al macro
395 #define IN_B CHOICE(inb (DX), inb ARG2(DX,AL), inb DX)
402 #define IN1_B(a) CHOICE(inb (a), inb ARG2(a,AL), inb a)
406 #define IN1_B(a) CHOICE(inb a, inb ARG2(a,AL), inb a)
508 #define OUT_B CHOICE(outb (DX), outb ARG2(AL,DX), outb DX)
514 #define OUT1_B(a) CHOICE(outb (a), outb ARG2(AL,a), outb a)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dassyntax.h109 #define AL al macro
171 #define AL %al macro
395 #define IN_B CHOICE(inb (DX), inb ARG2(DX,AL), inb DX)
402 #define IN1_B(a) CHOICE(inb (a), inb ARG2(a,AL), inb a)
406 #define IN1_B(a) CHOICE(inb a, inb ARG2(a,AL), inb a)
508 #define OUT_B CHOICE(outb (DX), outb ARG2(AL,DX), outb DX)
514 #define OUT1_B(a) CHOICE(outb (a), outb ARG2(AL,a), outb a)
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h1096 UINT8 AL, AH; member in struct:__anon10761
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-cpu-a20-1.asm185 db 'AX=2403 return (AL)', 0
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/
H A Dassyntax.h93 #define AL al macro
155 #define AL %al macro
444 #define IN_B CHOICE(inb (DX), inb ARG2(DX,AL), inb DX)
451 #define IN1_B(a) CHOICE(inb (a), inb ARG2(a,AL), inb a)
455 #define IN1_B(a) CHOICE(inb a, inb ARG2(a,AL), inb a)
557 #define OUT_B CHOICE(outb (DX), outb ARG2(AL,DX), outb DX)
563 #define OUT1_B(a) CHOICE(outb (a), outb ARG2(AL,a), outb a)
820 #define B_AL AL
1180 #define IN_B in AL, DX
1280 #define OUT_B out DX, AL
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
H A DBiosKeyboard.c422 if ((Regs.H.AL & 0x40) != 0) {
1775 KeyData.Key.UnicodeChar = (UINT16) Regs.H.AL;
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.c647 Regs.H.AL = 0x03;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c2524 Regs.H.AL = VideoMode;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h5037 UINT8 AL; member in struct:__anon11943

Completed in 271 milliseconds