Home
last modified time | relevance | path

Searched refs:Clear (Results 1 – 25 of 69) sorted by relevance

123

/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DIgdOSBCB.ASL52 Store(Zero, GESF) // Clear the exit parameter
60 Store(Zero, GESF) // Clear the exit parameter
69 Store(Zero, GESF) // Clear the exit parameter
78 Store(Zero, GESF) // Clear the exit parameter
87 Store(Zero, GESF) // Clear the exit parameter
103 Store(Zero, GESF) // Clear the exit parameter
125 Store(Zero, GESF) // Clear the exit parameter
134 Store(Zero, GESF) // Clear the exit parameter
150 Store(Zero, GESF) // Clear the exit parameter
179 Store(Zero, GESF) // Clear the exit parameter
[all …]
DGpe.asl35 // Clear GPE status bit.
55 // Clear the PUNIT Status Bit.
81 Store(1, \_SB.PCI0.EHC1.PMES) //Clear PME status
90 Store(1, \_SB.PCI0.XHC1.PMES) //Clear PME status
99 Store(1, \_SB.PCI0.HDEF.PMES) //Clear PME status
DPchSmb.asl77 Store(0xBF,HSTS) // Clear all but INUSE_STS.
95 Or(HSTS,0xFF,HSTS) // Clear INUSE_STS and others..
146 Store(0xBF,HSTS) // Clear all but INUSE_STS.
163 Or(HSTS,0xFF,HSTS) // Clear INUSE_STS and others..
215 Store(0xBF,HSTS) // Clear all but INUSE_STS.
234 Or(HSTS,0xFF,HSTS) // Clear INUSE_STS and others..
284 Store(0xBF,HSTS) // Clear all but INUSE_STS.
302 Or(HSTS,0xFF,HSTS) // Clear INUSE_STS and others..
354 Store(0xBF,HSTS) // Clear all but INUSE_STS.
374 Or(HSTS,0xFF,HSTS) // Clear INUSE_STS and others.
[all …]
DIgdOGBDA.ASL40 Store(Zero, GESF) // Clear the exit parameter
55 Store(Zero, GESF) // Clear the exit parameter
71 Store(Zero, GESF) // Clear the exit parameter
159 Store(Zero, GESF) // Clear the exit parameter
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
DTcgConfigStrings.uni30 #string STR_TPM_CLEAR #language en-US "Force TPM Clear"
33 #string STR_TPM_ENABLE_ACTIVATE_CLEAR #language en-US "Enable, Activate, and Force TPM Clear"
34 #string STR_TPM_CLEAR_ENABLE_ACTIVATE #language en-US "Force TPM Clear, Enable, and Activate"
35 #string STR_TPM_ENABLE_ACTIVATE_CLEAR_E_A #language en-US "Enable, Activate, Force TPM Clear, Enab…
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DEfiZeroMem.c62 ; Clear the byte memory location in EfiCommonLibZeroMem()
86 pxor mm0, mm0 ; Clear mm0 in EfiCommonLibZeroMem()
DEfiZeroMem.S73 # Clear the byte memory location
97 pxor %mm0, %mm0 # Clear mm0
DEfiZeroMem.asm71 ; Clear the byte memory location
95 pxor mm0, mm0 ; Clear mm0
DDivU64x32.c53 xor edx, edx ; Clear EDX in DivU64x32()
DDivU64x32.S67 xorl %edx, %edx # Clear EDX
DDivU64x32.asm61 xor edx, edx ; Clear EDX
DEfiZeroMemSSE2.c61 ; Clear the byte memory location in EfiCommonLibZeroMem()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
DSmmControl.h91 PEI_SMM_DEACTIVATE Clear; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DSmmControl2.h93 EFI_SMM_DEACTIVATE2 Clear; member
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DSmmControl.h164 EFI_SMM_DEACTIVATE Clear; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmControl/
DSmmControl.h72 EFI_SMM_DEACTIVATE Clear; member
/device/linaro/bootloader/edk2/ArmPlatformPkg/Sec/Arm/
DHelper.S32 bic r5, r4, #0x1f @ Clear all mode bits
68 bic r1, r1, #0x1f @ Clear all mode bits
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
DVfrStrings.uni62 #string STR_CLEAR_ALL #language en-US "Clear all mapping record!"
63 … #language fr-FR "fr-FR: Clear all mapping record!"
65 … #language fr-FR "fr-FR: Clear all mapping record!"
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
DTpm.asl66 // Operational region for TPM support, TPM Physical Presence and TPM Memory Clear
78 MCIN, 8, // Software SMI for Memory Clear Interface
344 // TCG Memory Clear Interface
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
DTpm.asl65 // Operational region for TPM support, TPM Physical Presence and TPM Memory Clear
77 MCIN, 8, // Software SMI for Memory Clear Interface
343 // TCG Memory Clear Interface
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmControl2OnSmmControlThunk/
DSmmControl2OnSmmControlThunk.c85 return mSmmControl->Clear (mSmmControl, Periodic); in SmmControl2Clear()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
DTpm.asl65 // Operational region for TPM support, TPM Physical Presence and TPM Memory Clear
78 MCIN, 8, // Software SMI for Memory Clear Interface
348 // TCG Memory Clear Interface
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/
DS3Asm.S45 .byte 0x83,0xe0,0xfe # and eax, 0fffffffeh ; Clear PE bit (bit #0)
DS3Asm.asm50 DB 83h, 0e0h, 0feh ; and eax, 0fffffffeh ; Clear PE bit (bit #0)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32/
DS3Asm.S47 .byte 0x83,0xe0,0xfe # and eax, 0fffffffeh ; Clear PE bit (bit #0)

123