Searched refs:Legacy8259 (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/8254TimerDxe/ |
H A D | Timer.h | 20 #include <Protocol/Legacy8259.h>
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
H A D | Thunk.c | 280 Status = Private->Legacy8259->SetMode (Private->Legacy8259, Efi8259LegacyMode, NULL, NULL); 312 Status = Private->Legacy8259->SetMode (Private->Legacy8259, Efi8259ProtectedMode, NULL, NULL); 379 Status = Private->Legacy8259->GetVector (Private->Legacy8259, Efi8259Irq0, &TimerVector);
|
H A D | LegacyPci.c | 912 EFI_LEGACY_8259_PROTOCOL *Legacy8259; local 921 Legacy8259 = Private->Legacy8259; 926 Legacy8259->GetMask ( 927 Legacy8259, 936 Legacy8259->SetMask ( 937 Legacy8259, 1074 EFI_LEGACY_8259_PROTOCOL *Legacy8259; local 1111 Legacy8259 = Private->Legacy8259; [all...] |
H A D | LegacyBios.c | 401 Private->Legacy8259->GetMask(Private->Legacy8259, &OldMask, NULL, NULL, NULL); 403 Private->Legacy8259->SetMask(Private->Legacy8259, &NewMask, NULL, NULL, NULL); 425 Private->Legacy8259->SetMask(Private->Legacy8259, &OldMask, NULL, NULL, NULL); 726 Status = gBS->LocateProtocol (&gEfiLegacy8259ProtocolGuid, NULL, (VOID **) &Private->Legacy8259);
|
H A D | LegacyBootSupport.c | 298 Private->Legacy8259->GetMask ( 299 Private->Legacy8259, 311 Private->Legacy8259->SetMask ( 312 Private->Legacy8259, 1222 Private->Legacy8259->SetVectorBase (Private->Legacy8259, LEGACY_MODE_BASE_VECTOR_MASTER, LEGACY_MODE_BASE_VECTOR_SLAVE);
|
H A D | LegacyBiosInterface.h | 42 #include <Protocol/Legacy8259.h> 565 EFI_LEGACY_8259_PROTOCOL *Legacy8259; member in struct:__anon10435
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/ |
H A D | Thunk.c | 350 Status = Private->Legacy8259->SetMode (Private->Legacy8259, Efi8259LegacyMode, NULL, NULL); 387 Status = Private->Legacy8259->SetMode (Private->Legacy8259, Efi8259ProtectedMode, NULL, NULL); 493 Status = Private->Legacy8259->SetMode (Private->Legacy8259, Efi8259LegacyMode, NULL, NULL); 527 Status = Private->Legacy8259->SetMode (Private->Legacy8259, Efi8259ProtectedMode, NULL, NULL);
|
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/8259InterruptControllerDxe/ |
H A D | 8259.h | 20 #include <Protocol/Legacy8259.h>
|
Completed in 1144 milliseconds