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;
203 AcpiCpuData->IdtrProfile = (EFI_PHYSICAL_ADDRESS)(UINTN)&AcpiCpuDataEx->IdtrProfile;
217 AsmReadIdtr (&AcpiCpuDataEx->IdtrProfile);
223 IdtSize = AcpiCpuDataEx->IdtrProfile.Limit + 1;
228 CopyMem (Idt, (VOID *)AcpiCpuDataEx->IdtrProfile.Base, IdtSize);
230 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;
453 CopyMem ((VOID *) (UINTN) &mExchangeInfo->IdtrProfile, (VOID *) (UINTN) mAcpiCpuData.IdtrProfile, sizeof (IA32_DESCRIPTOR));
459 CopyMem ((VOID *) mExchangeInfo->IdtrProfile.Base, mIdtForAp, mExchangeInfo->IdtrProfile.Limit + 1);
892 mAcpiCpuData.IdtrProfile = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocatePool (sizeof (IA32_DESCRIPTOR));
893 ASSERT (mAcpiCpuData.IdtrProfile != 0);
895 CopyMem ((VOID *)(UINTN)mAcpiCpuData.IdtrProfile, (VOID *)(UINTN)AcpiCpuData->IdtrProfile, sizeof (IA32_DESCRIPTOR));
919 Idtr = (IA32_DESCRIPTOR *)(UINTN)mAcpiCpuData.IdtrProfile;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
MpLib.h 169 IA32_DESCRIPTOR IdtrProfile;

Completed in 1277 milliseconds