Home
last modified time | relevance | path

Searched refs:Switch (Results 1 – 25 of 77) sorted by relevance

1234

/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/
DException.asm43 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
DException.S49 # 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
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
DTpm.asl124 // Switch by function index
126 Switch (ToInteger(Arg1))
173 // Switch by function index
175 Switch (ToInteger(Arg1))
289 // Switch by function index
291 Switch (ToInteger (Arg1))
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
DTpm.asl133 // Switch by function index
135 Switch (ToInteger(Arg1))
182 // Switch by function index
184 Switch (ToInteger(Arg1))
303 // Switch by function index
305 Switch (ToInteger (Arg1))
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
DTpm.asl126 // Switch by function index
128 Switch (ToInteger(Arg1))
175 // Switch by function index
177 Switch (ToInteger(Arg1))
291 // Switch by function index
293 Switch (ToInteger (Arg1))
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DINTELISPDev2.ASL62 ///Switch ISP to D3H
67 //Switch ISP to D0
DUsbSbd.asl52 // Switch by function index
54 Switch (ToInteger(Arg2))
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/
DDebugAgentException.asm88 cps #0x13 ; Switch to SVC for common stack
112 cps #0x13 ; Switch to SVC for common stack
124 cps #0x13 ; Switch to SVC for common stack
135 cps #0x13 ; Switch to SVC for common stack
147 cps #0x13 ; Switch to SVC for common stack
159 cps #0x13 ; Switch to SVC for common stack
DDebugAgentException.S93 cps #0x13 @ Switch to SVC for common stack
117 cps #0x13 @ Switch to SVC for common stack
129 cps #0x13 @ Switch to SVC for common stack
140 cps #0x13 @ Switch to SVC for common stack
152 cps #0x13 @ Switch to SVC for common stack
164 cps #0x13 @ Switch to SVC for common stack
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
DExceptionSupport.ARMv6.asm98 cpsid f, #0x13 ; Switch to SVC for common stack
122 cpsid f, #0x13 ; Switch to SVC for common stack
134 cpsid f, #0x13 ; Switch to SVC for common stack
145 cpsid f, #0x13 ; Switch to SVC for common stack
157 cps #0x13 ; Switch to SVC for common stack
DExceptionSupport.ARMv6.S97 cpsid f,#0x13 @ Switch to SVC for common stack
121 cpsid f,#0x13 @ Switch to SVC for common stack
133 cpsid f,#0x13 @ Switch to SVC for common stack
144 cpsid f,#0x13 @ Switch to SVC for common stack
156 cps #0x13 @ Switch to SVC for common stack
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/Arm/
DExceptionSupport.asm110 cps #0x13 ; Switch to SVC for common stack
133 cps #0x13 ; Switch to SVC for common stack
145 cps #0x13 ; Switch to SVC for common stack
156 cps #0x13 ; Switch to SVC for common stack
168 cps #0x13 ; Switch to SVC for common stack
180 cps #0x13 ; Switch to SVC for common stack
DExceptionSupport.S116 cps #0x13 @ Switch to SVC for common stack
139 cps #0x13 @ Switch to SVC for common stack
151 cps #0x13 @ Switch to SVC for common stack
162 cps #0x13 @ Switch to SVC for common stack
174 cps #0x13 @ Switch to SVC for common stack
186 cps #0x13 @ Switch to SVC for common stack
/device/google/cuttlefish/shared/sepolicy/vendor/
Dsystem_server.te1 # TODO(b/65201432): Switch into enforcing mode once execmem issue due to OpenGL is resolved. Also
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DSdDevice.c134 UINT32 Switch; in SdioSendOpCond() local
148 Switch = S18R ? BIT24 : 0; in SdioSendOpCond()
150 SdMmcCmdBlk.CommandArgument = (VoltageWindow & 0xFFFFFF) | Switch; in SdioSendOpCond()
191 UINT32 Switch; in SdCardSendOpCond() local
217 Switch = S18R ? BIT24 : 0; in SdCardSendOpCond()
221 SdMmcCmdBlk.CommandArgument = (VoltageWindow & 0xFFFFFF) | Switch | MaxPower | HostCapacity; in SdCardSendOpCond()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
DSdDevice.c134 UINT32 Switch; in SdioSendOpCond() local
148 Switch = S18R ? BIT24 : 0; in SdioSendOpCond()
150 SdMmcCmdBlk.CommandArgument = (VoltageWindow & 0xFFFFFF) | Switch; in SdioSendOpCond()
191 UINT32 Switch; in SdCardSendOpCond() local
217 Switch = S18R ? BIT24 : 0; in SdCardSendOpCond()
221 SdMmcCmdBlk.CommandArgument = (VoltageWindow & 0xFFFFFF) | Switch | MaxPower | HostCapacity; in SdCardSendOpCond()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
DSdDevice.c134 UINT32 Switch; in SdioSendOpCond() local
148 Switch = S18R ? BIT24 : 0; in SdioSendOpCond()
150 SdMmcCmdBlk.CommandArgument = (VoltageWindow & 0xFFFFFF) | Switch; in SdioSendOpCond()
191 UINT32 Switch; in SdCardSendOpCond() local
217 Switch = S18R ? BIT24 : 0; in SdCardSendOpCond()
221 SdMmcCmdBlk.CommandArgument = (VoltageWindow & 0xFFFFFF) | Switch | MaxPower | HostCapacity; in SdCardSendOpCond()
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspSwitchStackLib/Ia32/
DStack.s14 # Switch the stack from temporary memory to permenent memory.
DStack.asm14 ; Switch the stack from temporary memory to permenent memory.
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspSwitchStackLib/Ia32/
DStack.nasm14 ; Switch the stack from temporary memory to permenent memory.
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/Dsdt/
DHns.asl247 Switch (ToInteger(Arg0))
294 Switch (ToInteger(Arg0))
378 Switch (ToInteger(Arg2))
572 Switch (ToInteger(Arg0))
636 Switch (ToInteger(Arg2))
781 Switch (ToInteger(Arg0))
846 Switch (ToInteger(Arg2))
/device/linaro/bootloader/edk2/EmulatorPkg/Sec/Ia32/
DSwitchRam.S18 # Switch the stack from temporary memory to permenent memory.
DSwitchRam.asm18 ; Switch the stack from temporary memory to permenent memory.
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
DStack.S14 # Switch the stack from temporary memory to permenent memory.
DStack.asm14 ; Switch the stack from temporary memory to permenent memory.

1234