Home
last modified time | relevance | path

Searched refs:stored (Results 1 – 25 of 92) sorted by relevance

1234

/device/generic/goldfish/gatekeeper/
DSoftGateKeeper.h113 failure_record_t *stored = &failure_map_[uid]; in GetFailureRecord() local
114 if (user_id != stored->secure_user_id) { in GetFailureRecord()
115 stored->secure_user_id = user_id; in GetFailureRecord()
116 stored->last_checked_timestamp = 0; in GetFailureRecord()
117 stored->failure_counter = 0; in GetFailureRecord()
119 memcpy(record, stored, sizeof(*record)); in GetFailureRecord()
124 failure_record_t *stored = &failure_map_[uid]; in ClearFailureRecord() local
125 stored->secure_user_id = user_id; in ClearFailureRecord()
126 stored->last_checked_timestamp = 0; in ClearFailureRecord()
127 stored->failure_counter = 0; in ClearFailureRecord()
/device/google/cuttlefish_common/guest/hals/gatekeeper/
DSoftGateKeeper.h113 failure_record_t *stored = &failure_map_[uid]; in GetFailureRecord() local
114 if (user_id != stored->secure_user_id) { in GetFailureRecord()
115 stored->secure_user_id = user_id; in GetFailureRecord()
116 stored->last_checked_timestamp = 0; in GetFailureRecord()
117 stored->failure_counter = 0; in GetFailureRecord()
119 memcpy(record, stored, sizeof(*record)); in GetFailureRecord()
124 failure_record_t *stored = &failure_map_[uid]; in ClearFailureRecord() local
125 stored->secure_user_id = user_id; in ClearFailureRecord()
126 stored->last_checked_timestamp = 0; in ClearFailureRecord()
127 stored->failure_counter = 0; in ClearFailureRecord()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/
DDxeDebugPrintErrorLevelLib.uni5 // stored in an EFI Variable. This library instance only support DXE Phase modules.
21 …the Debug Mask Protocol supports for global debug print error level mask stored in an EFI Variable…
DDxeDebugPrintErrorLevelLib.inf4 # stored in an EFI Variable. This library instance only support DXE Phase modules.
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
Dsoftfloat-macros39 The result is stored in the location pointed to by `zPtr'.
65 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
100 nonzero. The result is broken into two 32-bit pieces which are stored at
141 stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted
145 were all zero. This extra result is stored in the location pointed to by
212 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
231 32-bit pieces which are stored at the locations pointed to by `z0Ptr',
268 are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
288 32-bit pieces which are stored at the locations pointed to by `z0Ptr',
327 32-bit pieces which are stored at the locations pointed to by `z0Ptr' and
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
Dsoftfloat-macros39 The result is stored in the location pointed to by `zPtr'.
65 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
100 nonzero. The result is broken into two 32-bit pieces which are stored at
141 stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted
145 were all zero. This extra result is stored in the location pointed to by
212 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
231 32-bit pieces which are stored at the locations pointed to by `z0Ptr',
268 are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
288 32-bit pieces which are stored at the locations pointed to by `z0Ptr',
327 32-bit pieces which are stored at the locations pointed to by `z0Ptr' and
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
Dsoftfloat-macros40 The result is stored in the location pointed to by `zPtr'.
67 The result is stored in the location pointed to by `zPtr'.
91 64 nonzero bits; this is stored at the location pointed to by `z0Ptr'. The
95 bits shifted off were all zero. This extra result is stored in the location
140 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
175 nonzero. The result is broken into two 64-bit pieces which are stored at
216 stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted
220 were all zero. This extra result is stored in the location pointed to by
287 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
306 64-bit pieces which are stored at the locations pointed to by `z0Ptr',
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DMultU64x32.c56 ; The value in edx stored by second multiplication overflows in MultU64x32()
DMultU64x32.S61 # The value in edx stored by second multiplication overflows
DMultU64x32.asm60 ; The value in edx stored by second multiplication overflows
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DPhysicalPresenceStrings.uni29 …M_DISABLE_ENDORSEMENT_ENABLE_STORAGE #language en-US "disable access to some secrets stored in"
37 …EAR #language en-US "WARNING: Clearing erases information stored on the TPM. You wi…
41 … #language en-US "WARNING: Clearing erases information stored on the TPM. You wi…
44 …PM's firmware may affect the operation of the TPM and may erase information stored on the TPM.\n\n"
/device/google/marlin/sepolicy/
Dhal_bootctl.te18 # Edit the attributes stored in the GPT.
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Dhal_bootctl.te8 # Edit the attributes stored in the GPT.
/device/google/bonito-sepolicy/vendor/qcom/common/
Dhal_bootctl.te8 # Edit the attributes stored in the GPT.
/device/google/wahoo/sepolicy/vendor/
Dhal_bootctl.te8 # Edit the attributes stored in the GPT.
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dtrusted-board-boot.rst26 - A SHA-256 hash of the Root of Trust Public Key (ROTPK). It is stored in the
62 secure world images (SCP\_BL2, BL31 and BL32). The public part is stored in
68 non secure world image (BL33). The public part is stored in one of the
74 sign the content certificate for the BL3-X image. The public part is stored
224 The certificates are also stored individually in the in the output build
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Dxe/
DPcdDxe.uni56 // - The PCD value is stored in PCD database maintained by PCD driver in boot
65 // - The PCD value is stored in variable area.
75 // - The PCD value is stored in OEM specified area which base address is
193 // autogen.c file. In generated C structure, following information is stored:
210 // Init area is use stored above PCD internal structure such as ExMapTable,
213 // Unint area is used stored the value of PCD which has no default value in
DPcd.inf56 # - The PCD value is stored in PCD database maintained by PCD driver in boot
65 # - The PCD value is stored in variable area.
75 # - The PCD value is stored in OEM specified area which base address is
193 # autogen.c file. In generated C structure, following information is stored:
210 # Init area is use stored above PCD internal structure such as ExMapTable,
213 # Unint area is used stored the value of PCD which has no default value in
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/
DPcdPeim.uni55 // - The PCD value is stored in PCD database maintained by PCD driver in boot
64 // - The PCD value is stored in variable area.
74 // - The PCD value is stored in OEM specified area which base address is
192 // autogen.c file. In generated C structure, following information is stored:
209 // Init area is use stored above PCD internal structure such as ExMapTable,
212 // Unint area is used stored the value of PCD which has no default value in
DPcd.inf55 # - The PCD value is stored in PCD database maintained by PCD driver in boot
64 # - The PCD value is stored in variable area.
74 # - The PCD value is stored in OEM specified area which base address is
192 # autogen.c file. In generated C structure, following information is stored:
209 # Init area is use stored above PCD internal structure such as ExMapTable,
212 # Unint area is used stored the value of PCD which has no default value in
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DPhysicalPresenceStrings.uni46 …s firmware may affect the operation of the TPM and may erase information stored on the TPM.\nYou m…
48 …EAR #language en-US "WARNING: Clearing erases information stored on the TPM. You wi…
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/
DPhysicalPresenceStrings.uni28 …EAR #language en-US "WARNING: Clearing erases information stored on the TPM. You wi…
/device/linaro/bootloader/edk2/IntelSiliconPkg/
DIntelSiliconPkg.dec38 # The VBT content is stored as a RAW section which is consumed by GOP PEI/UEFI driver.
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
DUefiShellTftpCommandLib.uni75 " stored locally using the provided file path. If the local file path is\r\n"
76 " not specified, the file is stored in the current directory using the file\r\n"
/device/linaro/bootloader/edk2/ArmVirtPkg/
DArmVirtPkg.dec42 # This is the physical address where the device tree is expected to be stored

1234