Home
last modified time | relevance | path

Searched refs:Access (Results 1 – 25 of 70) sorted by relevance

123

/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
Dfacp.asl117 [0001] Encoded Access Width : 01 [Byte Access:8]
131 [0001] Encoded Access Width : 02 [Word Access:16]
138 [0001] Encoded Access Width : 00 [Undefined/Legacy]
145 [0001] Encoded Access Width : 02 [Word Access:16]
152 [0001] Encoded Access Width : 00 [Undefined/Legacy]
159 [0001] Encoded Access Width : 00 [Undefined/Legacy]
166 [0001] Encoded Access Width : 03 [DWord Access:32]
173 [0001] Encoded Access Width : 01 [Byte Access:8]
180 [0001] Encoded Access Width : 00 [Undefined/Legacy]
188 [0001] Encoded Access Width : 01 [Byte Access:8]
[all …]
Dspcr.asl53 [0001] Encoded Access Width : 03 [DWord Access:32]
Ddbg2.asl66 [0001] Encoded Access Width : 03 [DWord Access:32]
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/QemuFwCfgLib/
DQemuFwCfgLib.c233 volatile FW_CFG_DMA_ACCESS Access; in DmaReadBytes() local
242 Access.Control = SwapBytes32 (FW_CFG_DMA_CTL_READ); in DmaReadBytes()
243 Access.Length = SwapBytes32 ((UINT32)Size); in DmaReadBytes()
244 Access.Address = SwapBytes64 ((UINT64)(UINTN)Buffer); in DmaReadBytes()
255 MmioWrite64 (mFwCfgDmaAddress, SwapBytes64 ((UINT64)&Access)); in DmaReadBytes()
257 MmioWrite32 ((UINT32)(mFwCfgDmaAddress + 4), SwapBytes32 ((UINT32)&Access)); in DmaReadBytes()
266 Status = SwapBytes32 (Access.Control); in DmaReadBytes()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DDxeDeferImageLoadLib.c180 EFI_USER_INFO_ACCESS_CONTROL *Access; in GetAccessControl() local
248 Access = (EFI_USER_INFO_ACCESS_CONTROL *) ((UINT8 *) (Info + 1) + CheckLen); in GetAccessControl()
249 if (Access->Type == AccessType) { in GetAccessControl()
250 *AccessControl = AllocateZeroPool (Access->Size); in GetAccessControl()
252 CopyMem (*AccessControl, Access, Access->Size); in GetAccessControl()
256 CheckLen += Access->Size; in GetAccessControl()
483 EFI_USER_INFO_ACCESS_CONTROL *Access; in IsDevicePathInList() local
487 Status = GetAccessControl (&Access, AccessType); in IsDevicePathInList()
493 while (OffSet < Access->Size - sizeof (EFI_USER_INFO_ACCESS_CONTROL)) { in IsDevicePathInList()
494 Path = (EFI_DEVICE_PATH_PROTOCOL*)((UINT8*)(Access + 1) + OffSet); in IsDevicePathInList()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
DUserProfileManagerStrings.uni60 #string STR_ACCESS_POLICY #language en-US "Access Policy"
61 #language fr-FR "Access Policy(French)"
86 #string STR_ACCESS_SAVE_HELP #language en-US "Save Access Policy and Exit"
87 #language fr-FR "Save Access Policy and Exit(French)"
88 #string STR_ACCESS_RIGHT #language en-US "Access Right"
89 #language fr-FR "Access Right(French)"
90 #string STR_ACCESS_RIGHT_HELP #language en-US "Select Access Right Option"
91 #language fr-FR "Select Access Right Option(French)"
98 #string STR_ACCESS_SETUP #language en-US "Access Setup"
99 #language fr-FR "Access Setup(French)"
[all …]
DUserProfileModify.c1394 EFI_USER_INFO_ACCESS_CONTROL Access; in GetAccessRight() local
1459 CopyMem (&Access, (UINT8 *) (Info + 1) + CheckLen, sizeof (Access)); in GetAccessRight()
1460 if ((Access.Type == EFI_USER_INFO_ACCESS_ENROLL_SELF) || in GetAccessRight()
1461 (Access.Type == EFI_USER_INFO_ACCESS_ENROLL_OTHERS) || in GetAccessRight()
1462 (Access.Type == EFI_USER_INFO_ACCESS_MANAGE) in GetAccessRight()
1464 *AccessRight = Access.Type; in GetAccessRight()
1468 CheckLen += Access.Size; in GetAccessRight()
/device/linaro/bootloader/edk2/SecurityPkg/Library/TpmCommLib/
DTisPc.c32 RegRead = MmioRead8 ((UINTN)&TisReg->Access); in TisPcPresenceCheck()
172 MmioWrite8((UINTN)&TisReg->Access, TIS_PC_ACC_RQUUSE); in TisPcRequestUseTpm()
177 &TisReg->Access, in TisPcRequestUseTpm()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
DVlanConfigDxe.uni4 // This module produces EFI HII Configuration Access Protocol to provide one way to
22 …ION #language en-US "This module produces EFI HII Configuration Access Protocol to provid…
/device/linaro/bootloader/edk2/MdePkg/Library/BasePcdLibNull/
DBasePcdLibNull.uni5 // and Binary Patch typed PCD entries. Access to Dynamic PCD entries is ignored.
21 …ess to Feature Flag, Fixed At Build, and Binary Patch typed PCD entries. Access to Dynamic PCD ent…
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
DTpm12Tis.c38 UINT8 Access; // 0 member
205 RegRead = MmioRead8 ((UINTN)&TisReg->Access); in Tpm12TisPcPresenceCheck()
341 MmioWrite8((UINTN)&TisReg->Access, TIS_PC_ACC_RQUUSE); in Tpm12TisPcRequestUseTpm()
343 &TisReg->Access, in Tpm12TisPcRequestUseTpm()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
DTpm2Tis.c38 UINT8 Access; // 0 member
211 RegRead = MmioRead8 ((UINTN)&TisReg->Access); in TisPcPresenceCheck()
347 MmioWrite8((UINTN)&TisReg->Access, TIS_PC_ACC_RQUUSE); in TisPcRequestUseTpm()
349 &TisReg->Access, in TisPcRequestUseTpm()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DUefiPxeBcDxe.uni2 // Access PXE-compatible devices for network access and network booting.
21 #string STR_MODULE_ABSTRACT #language en-US "Access PXE-compatible devices for network …
/device/google/marlin/sepolicy/
Dgoogle_camera_app.te5 # Access standard system services
28 # Access to Hexagon DSP kernel device
Dhal_graphics_composer_default.te22 # Access /sys/devices/virtual/graphics/fb0/mdp/caps and maybe others
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
DIScsi4Dxe.uni6 // data over TCP/IP. It installs EFI HII Configuration Access Protocol to provide
24 …e transport for SCSI data over TCP/IP. It installs EFI HII Configuration Access Protocol to provid…
/device/google/atv/sepolicy/
Dsystem_service.te1 # Access devices.
/device/huawei/angler/sepolicy/
Dsystem_server.te38 # Access /dev/graphics/fb0 for setting display persistence
42 # Access for thermal-engine
Dhal_dumpstate_impl.te7 # Access to files for dumping
Doem_qmi_server.te16 # Access device /dev/diag
Dqmux.te16 # Access to /sys/devices/virtual/smdpkt/smdcntl*/open_timeout
/device/generic/car/common/sepolicy/
Dqemud.te7 # Access /dev/ttyS1 and /dev/ttyGF1.
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
DUserIdentifyManager.c423 EFI_USER_INFO_ACCESS_CONTROL Access; in CheckAccessPolicy() local
432 CopyMem (&Access, PolicyInfo + TotalLen, sizeof (Access)); in CheckAccessPolicy()
433 ValueLen = Access.Size - sizeof (EFI_USER_INFO_ACCESS_CONTROL); in CheckAccessPolicy()
434 switch (Access.Type) { in CheckAccessPolicy()
441 Path = (EFI_DEVICE_PATH_PROTOCOL *) (PolicyInfo + TotalLen + sizeof (Access) + OffSet); in CheckAccessPolicy()
475 TotalLen += Access.Size; in CheckAccessPolicy()
758 EFI_USER_INFO_ACCESS_CONTROL Access; in CheckCurrentUserAccessRight() local
780 CopyMem (&Access, (UINT8 *) (Info + 1) + CheckLen, sizeof (Access)); in CheckCurrentUserAccessRight()
781 if (Access.Type == RightType) { in CheckCurrentUserAccessRight()
785 CheckLen += Access.Size; in CheckCurrentUserAccessRight()
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/
DSpcr.asl53 [0001] Encoded Access Width : 03 [DWord Access:32]
DDbg2.asl66 [0001] Encoded Access Width : 03 [DWord Access:32]

123