/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/ |
H A D | BiosInt13.c | 147 Regs.H.AH = 0x08; 150 DEBUG ((DEBUG_INIT, "Int13GetDeviceParameters: INT 13 08 DL=%02x : CF=%d AH=%02x\n", Drive->Number, CarryFlag, Regs.H.AH)); 151 if (CarryFlag != 0 || Regs.H.AH != 0x00) { 152 Drive->ErrorCode = Regs.H.AH; 201 Regs.H.AH = 0x41; 213 Drive->EddVersion = Regs.H.AH; 244 Regs.H.AH = 0x48; 254 DEBUG ((DEBUG_INIT, "GetDriveParameters: INT 13 48 DL=%02x : CF=%d AH=%02x\n", Drive->Number, CarryFlag, Regs.H.AH)); [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/ |
H A D | BiosKeyboard.c | 394 Regs.H.AH = 0xc0; 410 Regs.H.AH = 0x09; 419 // Check bit 5 of AH. 1744 Regs.H.AH = 0x11; 1746 Regs.H.AH = 0x01; 1763 Regs.H.AH = 0x10; 1765 Regs.H.AH = 0x00; 1774 KeyData.Key.ScanCode = (UINT16) Regs.H.AH;
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/ |
H A D | BiosVideo.c | 892 Regs.H.AH = 0x00; 896 Regs.H.AH = 0x11; 3140 Regs.H.AH = 0x00; 3144 Regs.H.AH = 0x11; 3154 Regs.H.AH = 0x00; 3157 Regs.H.AH = 0x11; 3192 Regs.H.AH = 0x00; 3196 Regs.H.AH = 0x00; 3200 Regs.H.AH = 0x11;
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/ |
H A D | LegacyBios.h | 1096 UINT8 AL, AH; member in struct:__anon10761
|
/vbox/src/VBox/ValidationKit/bootsectors/ |
H A D | bootsector2-cpu-a20-1.asm | 183 db 'INT 15h AH=24 A20 Gate interface', 0
|
/vbox/src/VBox/Devices/Graphics/BIOS/ |
H A D | vberom.asm | 114 ; AL = bits per pixel / AH = bytes per pixel 522 ; this function must fail with completion code AH=03h
|
H A D | VBoxVgaBiosAlternative.asm | 2533 mov AH, strict byte 011h ; b4 11 2537 mov AH, strict byte 011h ; b4 11 3869 mov AH, strict byte 003h ; b4 03 5497 mov AH, strict byte 0ffh ; b4 ff
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | CPUMDbg.cpp | 1234 CPU_REG_EX_AS("ah", AH, U8, RT_OFFSETOF(CPUMCPU, Guest.rax) + 1, cpumR3RegGet_Generic, cpumR3RegSet_Generic, NULL, NULL ), 1362 CPU_REG_EX_AS("ah", AH, U8, RT_OFFSETOF(CPUMCPU, Hyper.rax) + 1, cpumR3RegGet_Generic, cpumR3RegSet_Generic, NULL, NULL ),
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
H A D | LegacyBios.c | 650 // If the CARRY FLAG [CF] is cleared and AH is set to 00h, it is still necessary to examine the 657 if ((Reg.X.Flags.CF == 0) && (Reg.H.AH == 0) && (Reg.E.EDX == SIGNATURE_32 ('P', 'C', 'I', ' '))) {
|
H A D | LegacyPci.c | 2523 Regs.H.AH = 0x00;
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/ |
H A D | LegacyPlatform.c | 646 Regs.H.AH = 0x00;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | assyntax.h | 109 #define AH ah macro 171 #define AH %ah macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | assyntax.h | 106 #define AH ah macro 168 #define AH %ah macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | assyntax.h | 106 #define AH ah macro 168 #define AH %ah macro
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | assyntax.h | 82 #define AH ah macro 144 #define AH %ah macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | assyntax.h | 110 #define AH ah macro 172 #define AH %ah macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | assyntax.h | 110 #define AH ah macro 172 #define AH %ah macro
|
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | orgs.asm | 634 cmp ah,al ; AH is zero here! 1234 ;; out: AL in binary, AH always 0
|
H A D | VBoxBiosAlternative.asm | 891 db '%s: unsupported AH=%02x', 00ah, 000h, 000h 894 db '%s: unsupported AH=%02x', 00ah, 000h 898 db '%s: function AH=%02x unsupported, returns fail', 00ah, 000h 932 db '*** int 15h function AH=bf not yet supported!', 00ah, 000h 1168 mov AH, strict byte 070h ; b4 70 1171 mov AH, strict byte 072h ; b4 72 1308 mov AH, strict byte 000h ; b4 00 1337 mov AH, strict byte 00eh ; b4 0e 1340 mov AH, strict byte 00eh ; b4 0e 6088 mov AH, stric [all...] |
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/ |
H A D | assyntax.h | 94 #define AH ah macro 156 #define AH %ah macro 819 #define B_AH AH
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | BaseLib.h | 5038 UINT8 AH; member in struct:__anon11943
|