Searched refs:to (Results 1 - 25 of 547) sorted by relevance

1234567891011>>

/device/google/marlin/self-extractors/
H A DPART12 # Usage is subject to the enclosed license agreement
6 echo You must agree to this license before using this software.
8 echo -n Press Enter to view the license
/device/google/marlin/self-extractors_sailfish/
H A DPART12 # Usage is subject to the enclosed license agreement
6 echo You must agree to this license before using this software.
8 echo -n Press Enter to view the license
/device/google/muskie/self-extractors/
H A DPART12 # Usage is subject to the enclosed license agreement
6 echo You must agree to this license before using this software.
8 echo -n Press Enter to view the license
/device/google/taimen/self-extractors/
H A DPART12 # Usage is subject to the enclosed license agreement
6 echo You must agree to this license before using this software.
8 echo -n Press Enter to view the license
/device/linaro/hikey/self-extractors/
H A DPART12 # Usage is subject to the enclosed license agreement
6 echo You must agree to this license before using this software.
8 echo -n Press Enter to view the license
/device/linaro/hikey/self-extractors_hikey960/
H A DPART12 # Usage is subject to the enclosed license agreement
6 echo You must agree to this license before using this software.
8 echo -n Press Enter to view the license
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
H A Dlibprep.bat4 REM SYNTAX: libprep <path-to-new-lib-dir>
10 echo Copying files to %dest%.
15 REM Copy Distro then PyMod files to the destination
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
H A DEbcLowLevel.S28 # This function is called to execute an EBC CALLEX instruction.
29 # This instruction requires that we thunk out to external native
30 # code. For x64, we switch stacks, copy the arguments to the stack
31 # and jump to the specified function.
32 # On return, we restore the stack pointer to its original location.
44 # Copy FuncAddr to a preserved register.
47 # Set stack pointer to new value
55 # "The caller is responsible for allocating space for parameters to the
100 # save old parameter to stack
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
H A DInitializeFpu.s18 # all exceptions masked, double-precision, round-to-nearest
23 # all exceptions masked, round-to-nearest, flush to zero for masked underflow
32 # This function initializes floating-point control word to 0x027F (all exceptions
33 # masked,double-precision, round-to-nearest) and multimedia-extensions control word
34 # (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
49 # Use CpuId instructuion (CPUID.01H:EDX.SSE[bit 25] = 1) to test
H A DInitializeFpu.asm21 ; all exceptions masked, double-precision, round-to-nearest
26 ; all exceptions masked, round-to-nearest, flush to zero for masked underflow
36 ; This function initializes floating-point control word to 0x027F (all exceptions
37 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
38 ; (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
52 ; Use CpuId instructuion (CPUID.01H:EDX.SSE[bit 25] = 1) to test
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/
H A DInitializeFpu.S17 # all exceptions masked, double-precision, round-to-nearest
22 # all exceptions masked, round-to-nearest, flush to zero for masked underflow
29 # This function initializes floating-point control word to 0x027F (all exceptions
30 # masked,double-precision, round-to-nearest) and multimedia-extensions control word
31 # (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
46 # Use CpuId instructuion (CPUID.01H:EDX.SSE[bit 25] = 1) to test
H A DInitializeFpu.asm21 ; all exceptions masked, double-precision, round-to-nearest
26 ; all exceptions masked, round-to-nearest, flush to zero for masked underflow
36 ; This function initializes floating-point control word to 0x027F (all exceptions
37 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
38 ; (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
52 ; Use CpuId instructuion (CPUID.01H:EDX.SSE[bit 25] = 1) to test
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
H A DAndroid.mk1 # This build script corresponds to a library containing many definitions
2 # common to both the guest and the host. They relate to
/device/linaro/bootloader/edk2/BaseTools/Bin/CYGWIN_NT-5.1-i686/
H A DRunBinToolFromBuildDir15 echo You may need to run:
24 echo Unable to find the real \'$TOOL_BASENAME\' to run
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/
H A DException.S44 // Default Exception handlers: There is no plan to return from any of these exceptions.
49 # Switch to SVC for common stack
56 # Switch to SVC for common stack
63 # Switch to SVC for common stack
70 # Switch to SVC for common stack
77 # Switch to SVC for common stack
84 # Switch to SVC for common stack
91 # Switch to SVC for common stack
98 # Switch to SVC for common stack
H A DException.asm38 // Default Exception handlers: There is no plan to return from any of these exceptions.
43 cps #0x13 ; Switch to SVC for common stack
49 cps #0x13 ; Switch to SVC for common stack
55 cps #0x13 ; Switch to SVC for common stack
61 cps #0x13 ; Switch to SVC for common stack
67 cps #0x13 ; Switch to SVC for common stack
73 cps #0x13 ; Switch to SVC for common stack
79 cps #0x13 ; Switch to SVC for common stack
85 cps #0x13 ; Switch to SVC for common stack
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/X64/
H A DInitializeFpu.S18 # This function initializes floating-point control word to 0x037F (all exceptions
19 # masked,double-extended-precision, round-to-nearest) and multimedia-extensions control word
20 # (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
33 # all exceptions masked, double-precision, round-to-nearest
49 # all exceptions masked, round-to-nearest, flush to zero for masked underflow
H A DInitializeFpu.asm19 ; all exceptions masked, double-extended-precision, round-to-nearest
24 ; all exceptions masked, round-to-nearest, flush to zero for masked underflow
34 ; This function initializes floating-point control word to 0x027F (all exceptions
35 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
36 ; (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
45 ; to be supported by some 64-bit assemblers
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
H A DREADME.txt15 The purpose of the FdtPlatformDxe UEFI driver is to install the Flat Device
24 just before the BDS phase. It is done at the end of the DXE phase to be sure
26 be needed to retrieve the FDT can be made available. It is done before the BDS
27 phase to be able to provide the FDT during that phase.
29 The present driver tries to retrieve the FDT from the device paths defined in the
37 DXE phase. This allows for exemple to select the right FDT when a binary is
38 intended to run on several platforms and/or variants of a platform.
40 If the driver manages to download a FDT from one of the device paths mentioned
45 PcdOverridePlatformFdt" is equal to TRU
[all...]
/device/google/cuttlefish_common/host/libs/ivserver/
H A DREADME.md3 This is the native ivshmem-server implementation catering to the GCE CVD
9 There is no concept of inter-vm communication. The server itself is meant to
15 a time. This may need to be enforced as there may be mulitple VMs (but each
20 this information to initialize the shared memory.
22 * Create two UNIX Domain sockets. One to communicate with QEMU and the other
23 to communicate with host clients.
26 to the qemu VM along with event fds. One for host to guest signalling and the
27 other for guest to host signalling. Please see:
29 pretends to b
[all...]
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
H A Defi32.S30 # jmp commonIdtEntry - this must be hand coded to keep the assembler from
33 # be done to maintain the consistency of the size
36 .long commonIdtEntry - . - 4 # offset to jump to
54 movl %eax, %ebx # use bx to copy 15..0 to descriptors
55 shrl $16, %eax # use ax to copy 31..16 to descriptors
56 movl $0x78, %ecx # 78h IDT entries to initialize with unique entry points (exceptions)
60 LOOP_1: # loop through all IDT entries exception handlers and initialize to defaul
[all...]
H A Defi64.S33 # jmp commonIdtEntry - this must be hand coded to keep the assembler from
36 # be done to maintain the consistency of the size
39 .long commonIdtEntry - . - 4 # offset to jump to
67 movl %eax,%ebx # use bx to copy 15..0 to descriptors
68 shrl $16,%eax # use ax to copy 31..16 to descriptors
70 movl $0x78,%ecx # 78h IDT entries to initialize with unique entry points (exceptions)
74 LOOP_1: # loop through all IDT entries exception handlers and initialize to defaul
[all...]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
H A DSwitchStack.asm20 ; This allows the caller to switch the stack and goes to the new entry point
22 ; @param EntryPoint The pointer to the location to enter
23 ; @param Context Parameter to pass in
24 ; @param Context2 Parameter2 to pass in
27 ; @return Nothing. Goes to the Entry Point passing in the new parameters
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
H A DStack.S14 # Switch the stack from temporary memory to permenent memory.
30 # Save standard registers so they can be used to change stack
39 # migration of whole temporary memory, so need save it to permenent
47 # Then, Fixup the esp point to permenent memory
52 movl 0(%esp), %edx # copy pushed register's value to permenent memory
62 movl %eax, %esp # From now, esp is pointed to permenent memory
65 # Fixup the ebp point to permenent memory
70 movl %eax, %ebp # From now, ebp is pointed to permenent memory
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
H A DStack.S14 # Switch the stack from temporary memory to permenent memory.
30 # Save standard registers so they can be used to change stack
39 # migration of whole temporary memory, so need save it to permenent
47 # Then, Fixup the esp point to permenent memory
52 movl 0(%esp), %edx # copy pushed register's value to permenent memory
62 movl %eax, %esp # From now, esp is pointed to permenent memory
65 # Fixup the ebp point to permenent memory
70 movl %eax, %ebp # From now, ebp is pointed to permenent memory

Completed in 293 milliseconds

1234567891011>>