Searched refs:processor (Results 1 - 25 of 47) sorted by relevance

12

/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
H A DInit16.asm20 ; @param[out] DI 'BP' to indicate boot-strap processor
27 ; @param[out] DI 'AP' to indicate application processor
H A DResetVectorVtf0.asm3 ; First code executed by processor after resetting.
62 ; This is where the processor will begin execution
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
H A DMain.asm24 ; @param[in,out] DI 'BP': boot-strap processor, or
25 ; 'AP': application processor
34 ; Transition the processor from 16-bit real mode to 32-bit flat mode
74 ; Transition the processor from 32-bit flat mode to 64-bit flat mode
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
H A DPeiCoreEntry.S69 # Push processor count to stack first, then BIST status (AP then BSP)
80 # So we fix up the processor count
89 # for all processor threads
H A DPeiCoreEntry.asm76 ; Push processor count to stack first, then BIST status (AP then BSP)
87 ; So we fix up the processor count
96 ; for all processor threads
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
H A DSecEntry.S34 # @param[in] DI 'BP': boot-strap processor, or 'AP': application processor
H A DSecEntry.asm41 ; @param[in] DI 'BP': boot-strap processor, or 'AP': application processor
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
H A DInitializeFpu.s50 # whether the processor supports SSE instruction.
65 # The processor should support SSE instruction and we can use
H A DInitializeFpu.asm53 ; whether the processor supports SSE instruction.
68 ; The processor should support SSE instruction and we can use
H A DSaveRestoreSse.inc157 ; whether the processor supports SSE instruction.
180 ; The processor should support SSE instruction and we can use
H A DFspApiEntry.s164 # whether the processor supports SSE instruction.
179 # The processor should support SSE instruction and we can use
289 # Get processor signature and platform ID from the installed processor
291 # ebx = processor signature
309 # ebx = processor signature
623 # This FSP API will perform the processor and chipset initialization.
H A DFspApiEntry.asm136 ; Get processor signature and platform ID from the installed processor
138 ; ebx = processor signature
154 ; ebx = processor signature
408 ; This FSP API will perform the processor and chipset initialization.
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/Setup/
H A DDxePlatform.inf34 processor.c
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/
H A DInitializeFpu.S47 # whether the processor supports SSE instruction.
62 # The processor should support SSE instruction and we can use
H A DInitializeFpu.asm53 ; whether the processor supports SSE instruction.
68 ; The processor should support SSE instruction and we can use
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dplatform.py72 # instead; extended the win32_ver() to also return processor
558 processor).
561 processor NT machines and 'Multiprocessor Free' on multi
562 processor machines. The 'Free' refers to the OS version being
572 # XXX Is there any way to find out the processor type on WinXX ?
1169 of strings (system,node,release,version,machine,processor)
1173 possible processor information as an additional tuple entry.
1184 processor = ''
1219 if not processor:
1220 processor
1349 def processor(): function
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dplatform.py72 # instead; extended the win32_ver() to also return processor
558 processor).
561 processor NT machines and 'Multiprocessor Free' on multi
562 processor machines. The 'Free' refers to the OS version being
572 # XXX Is there any way to find out the processor type on WinXX ?
1141 of strings (system,node,release,version,machine,processor)
1145 possible processor information as an additional tuple entry.
1156 processor = ''
1191 if not processor:
1192 processor
1321 def processor(): function
[all...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
H A DPeiCoreEntry.asm77 ; Push processor count to stack first, then BIST status (AP then BSP)
88 ; So we fix up the processor count
97 ; for all processor threads
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_platform.py49 res = platform.processor()
142 system, node, release, version, machine, processor = platform.uname()
146 system, node, release, version, machine, processor = platform.uname()
/device/linaro/bootloader/edk2/OvmfPkg/
H A Dbuild.sh134 echo Unsupported processor architecture: $arg
208 echo Unsupported processor architecture: $PROCESSOR
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
H A DEnablePaging64.asm59 hlt ; halt processor if EntryPoint() returned
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ia32/
H A DIdtVectorAsm.asm64 ; +---------------------+ <-- 16-byte aligned ensured by processor
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
H A Dxmlparse.c600 #define processor (parser->m_processor) macro
800 processor = prologInitProcessor;
989 /* Note that the magical uses of the pre-processor to make field
1047 processor = externalEntityInitProcessor;
1060 processor = externalParEntInitProcessor;
1452 errorCode = processor(parser, bufferPtr, parseEndPtr, &bufferPtr);
1469 processor = errorProcessor;
1481 errorCode = processor(parser, s, parseEndPtr = s + len, &end);
1485 processor = errorProcessor;
1524 processor
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
H A Dxmlparse.c600 #define processor (parser->m_processor) macro
800 processor = prologInitProcessor;
989 /* Note that the magical uses of the pre-processor to make field
1047 processor = externalEntityInitProcessor;
1060 processor = externalParEntInitProcessor;
1452 errorCode = processor(parser, bufferPtr, parseEndPtr, &bufferPtr);
1469 processor = errorProcessor;
1481 errorCode = processor(parser, s, parseEndPtr = s + len, &end);
1485 processor = errorProcessor;
1524 processor
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
H A Dxmlparse.c611 #define processor (parser->m_processor) macro
842 processor = prologInitProcessor;
1038 /* Note that the magical uses of the pre-processor to make field
1097 processor = externalEntityInitProcessor;
1110 processor = externalParEntInitProcessor;
1529 errorCode = processor(parser, bufferPtr, parseEndPtr, &bufferPtr);
1546 processor = errorProcessor;
1558 errorCode = processor(parser, s, parseEndPtr = s + len, &end);
1562 processor = errorProcessor;
1594 processor
[all...]

Completed in 574 milliseconds

12