HomeSort by relevance Sort by last modified time
    Searched defs:IdtrProfile (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
MpFuncs.asm 35 IdtrProfile equ LockLocation + 16h
72 dw IdtrProfile ; mov si, IdtrProfile
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/
MpFuncs.S 23 #define IdtrProfile RendezvousFunnelProcEnd - RendezvousFunnelProcStart + 0x16
64 .word IdtrProfile
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
CpuS3Data.c 45 IA32_DESCRIPTOR IdtrProfile;
194 AcpiCpuData->IdtrProfile = (EFI_PHYSICAL_ADDRESS)(UINTN)&AcpiCpuDataEx->IdtrProfile;
208 AsmReadIdtr (&AcpiCpuDataEx->IdtrProfile);
214 IdtSize = AcpiCpuDataEx->IdtrProfile.Limit + 1;
219 CopyMem (Idt, (VOID *)AcpiCpuDataEx->IdtrProfile.Base, IdtSize);
221 AcpiCpuDataEx->IdtrProfile.Base = (UINTN)Idt;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Guid/
AcpiVariableCompatibility.h 34 EFI_PHYSICAL_ADDRESS IdtrProfile;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
AcpiS3Context.h 46 EFI_PHYSICAL_ADDRESS IdtrProfile;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/
AcpiCpuData.h 97 EFI_PHYSICAL_ADDRESS IdtrProfile;
148 // vector in the IDT provided by IdtrProfile must be initialized to transfer
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.h 73 IA32_DESCRIPTOR IdtrProfile;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
QNCInit.c 43 IA32_DESCRIPTOR IdtrProfile;
161 AcpiCpuData->IdtrProfile = (EFI_PHYSICAL_ADDRESS) (UINTN) &AcpiCpuDataEx->IdtrProfile;
180 AsmReadIdtr ((IA32_DESCRIPTOR *) &AcpiCpuDataEx->IdtrProfile);
186 IdtSize = AcpiCpuDataEx->IdtrProfile.Limit + 1;
190 CopyMem (Idt, (VOID *)AcpiCpuDataEx->IdtrProfile.Base, IdtSize);
192 AcpiCpuDataEx->IdtrProfile.Base = (UINTN)Idt;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
CpuS3.c 23 IA32_DESCRIPTOR IdtrProfile;
388 CopyMem ((VOID *) (UINTN) &mExchangeInfo->IdtrProfile, (VOID *) (UINTN) mAcpiCpuData.IdtrProfile, sizeof (IA32_DESCRIPTOR));
394 CopyMem ((VOID *) mExchangeInfo->IdtrProfile.Base, mIdtForAp, mExchangeInfo->IdtrProfile.Limit + 1);
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
CpuMpPei.h 116 IA32_DESCRIPTOR IdtrProfile;

Completed in 114 milliseconds