HomeSort by relevance Sort by last modified time
    Searched refs:InitialApicId (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/
AcpiCpuData.h 56 UINT32 InitialApicId;
129 // initialize the CPU that matches InitialApicId, during an ACPI S3 resume,
139 // initialize the CPU that matches InitialApicId, during an ACPI S3 resume,
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
CpuS3.c 305 if (RegisterTableList[Index].InitialApicId == InitApicId) {
335 if (RegisterTableList[Index].InitialApicId == InitApicId) {
427 if (RegisterTableList[Index].InitialApicId == InitApicId) {
469 if (RegisterTableList[Index].InitialApicId == InitApicId) {
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
PeiMpServices.c 39 @param InitialApicId CPU APIC ID
44 IN UINT32 InitialApicId,
141 Location->Thread = InitialApicId & ~((-1) << ThreadBits);
142 Location->Core = (InitialApicId >> ThreadBits) & ~((-1) << CoreBits);
143 Location->Package = (InitialApicId >> (ThreadBits + CoreBits));
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
CpuS3Data.c 237 RegisterTable[Index].InitialApicId = (UINT32)ProcessorInfoBuffer.ProcessorId;
242 RegisterTable[NumberOfCpus + Index].InitialApicId = (UINT32)ProcessorInfoBuffer.ProcessorId;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
poclass.h 209 ULONG InitialApicId;

Completed in 86 milliseconds