Lines Matching refs:Package
949 Get Package ID/Core ID/Thread ID of a processor.
952 package boundaries with respect to the number of logical processors
953 per package, number of cores per package.
956 @param[out] Package Returns the processor package ID.
964 OUT UINT32 *Package OPTIONAL,
995 if (Package != NULL) {
996 *Package = 0;
1005 // Assume three-level mapping of APIC ID: Package:Core:SMT.
1090 if (Package != NULL) {
1091 *Package = (InitialApicId >> (ThreadBits + CoreBits));