/device/linaro/bootloader/arm-trusted-firmware/drivers/arm/tzc400/ |
D | tzc400.c | 74 uint32_t region, in tzc_write_region_base_low() argument 78 REGION_NUM_OFF(region), val); in tzc_write_region_base_low() 82 uint32_t region, in tzc_write_region_base_high() argument 86 REGION_NUM_OFF(region), val); in tzc_write_region_base_high() 90 uint32_t region, in tzc_write_region_top_low() argument 94 REGION_NUM_OFF(region), val); in tzc_write_region_top_low() 98 uint32_t region, in tzc_write_region_top_high() argument 102 REGION_NUM_OFF(region), val); in tzc_write_region_top_high() 106 uint32_t region, in tzc_write_region_attributes() argument 110 REGION_NUM_OFF(region), val); in tzc_write_region_attributes() [all …]
|
/device/linaro/hikey/gralloc960/ |
D | gralloc_buffer_priv.h | 155 attr_region *region = (attr_region *) hnd->attr_base; in gralloc_buffer_attr_write() local 160 memcpy( ®ion->crop_top, val, sizeof(int)*4 ); in gralloc_buffer_attr_write() 165 region->use_yuv_transform = *val; in gralloc_buffer_attr_write() 170 region->use_sparse_alloc = *val; in gralloc_buffer_attr_write() 189 attr_region *region = (attr_region *) hnd->attr_base; in gralloc_buffer_attr_read() local 194 memcpy( val, ®ion->crop_top, sizeof(int)*4 ); in gralloc_buffer_attr_read() 199 *val = region->use_yuv_transform; in gralloc_buffer_attr_read() 204 *val = region->use_sparse_alloc; in gralloc_buffer_attr_read()
|
D | gralloc_buffer_priv.cpp | 72 attr_region *region = (attr_region *) hnd->attr_base; in gralloc_buffer_attr_allocate() local
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/ |
D | edk2_debugger.py | 117 for region in regions: 118 if region[0] == ArmPlatformDebugger.REGION_TYPE_SYSMEM: 119 sysmem_base = region[1] 120 sysmem_size = region[2] 121 elif region[0] == ArmPlatformDebugger.REGION_TYPE_FV: 122 fvs.append((region[1],region[2])) 123 elif region[0] == ArmPlatformDebugger.REGION_TYPE_ROM: 124 for base in xrange(region[1], region[1] + region[2], 0x400000): 129 print "Region type '%d' Not Supported" % region[0]
|
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/ |
D | plat_security.c | 70 static volatile struct rgn_map_reg *get_rgn_map_reg(uint32_t base, int region, int port) in get_rgn_map_reg() argument 72 uint64_t addr = base + 0x100 + 0x10 * region + 0x400 * port; in get_rgn_map_reg() 76 static volatile struct rgn_attr_reg *get_rgn_attr_reg(uint32_t base, int region, in get_rgn_attr_reg() argument 79 uint64_t addr = base + 0x104 + 0x10 * region + 0x400 * port; in get_rgn_attr_reg()
|
/device/google/marlin/camera/usbcamcore/src/ |
D | QCameraMjpegDecode.cpp | 88 jpeg_rectangle_t region; member 348 dest.region = p_args->region; in decoder_test() 354 if (p_args->region.right || p_args->region.bottom) in decoder_test() 359 (uint32_t)(dest.region.right - dest.region.left + 1)); in decoder_test() 361 (uint32_t)(dest.region.bottom - dest.region.top + 1)); in decoder_test() 367 (uint32_t)(dest.region.right - dest.region.left + 1)); in decoder_test() 369 (uint32_t)(dest.region.bottom - dest.region.top + 1)); in decoder_test()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regexec.c | 155 onig_get_capture_tree(OnigRegion* region) in onig_get_capture_tree() argument 157 return region->history_root; in onig_get_capture_tree() 162 onig_region_clear(OnigRegion* region) in onig_region_clear() argument 166 for (i = 0; i < region->num_regs; i++) { in onig_region_clear() 167 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS; in onig_region_clear() 170 history_root_free(region); in onig_region_clear() 175 onig_region_resize(OnigRegion* region, int n) in onig_region_resize() argument 177 region->num_regs = n; in onig_region_resize() 182 if (region->allocated == 0) { in onig_region_resize() 183 region->beg = (int* )xmalloc(n * sizeof(int)); in onig_region_resize() [all …]
|
D | regtrav.c | 67 onig_capture_tree_traverse(OnigRegion* region, int at, in onig_capture_tree_traverse() argument 71 return capture_tree_traverse(region->history_root, at, in onig_capture_tree_traverse()
|
D | oniguruma.h | 743 …gUChar* end, const OnigUChar* start, const OnigUChar* range, OnigRegion* region, OnigOptionType op… 745 …t OnigUChar* str, const OnigUChar* end, const OnigUChar* at, OnigRegion* region, OnigOptionType op… 749 void onig_region_init P_((OnigRegion* region)); 751 void onig_region_free P_((OnigRegion* region, int free_self)); 755 void onig_region_clear P_((OnigRegion* region)); 757 int onig_region_resize P_((OnigRegion* region, int n)); 759 int onig_region_set P_((OnigRegion* region, int at, int beg, int end)); 763 …f_number P_((OnigRegex reg, const OnigUChar* name, const OnigUChar* name_end, OnigRegion *region)); 773 OnigCaptureTreeNode* onig_get_capture_tree P_((OnigRegion* region)); 775 int onig_capture_tree_traverse P_((OnigRegion* region, int at, int(*callback_func)(int,int,int,int,…
|
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/arm/ |
D | tzc400.h | 54 #define REGION_NUM_OFF(region) (0x20 * region) argument 191 uint8_t region,
|
/device/google/dragon/sepolicy/ |
D | locale.te | 1 # init_regions.sh reads region from vpd and sets 11 # use cat to read /sys/firmware/vpd/ro/region
|
/device/google/dragon/recovery/updater/ |
D | flash_ec.c | 91 struct ec_params_flash_region_info region; in ec_open() local 117 region.region = EC_FLASH_REGION_RO; in ec_open() 119 ®ion, sizeof(region), in ec_open()
|
/device/google/dragon/ |
D | init_regions.sh | 5 REGION_VPD_FILE=/sys/firmware/vpd/ro/region
|
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/ |
D | FspApiEntry.asm | 112 ; Beginning of microcode update region starts on paragraph boundary 233 ; Address >= microcode region address + microcode region size? 236 jae done ;Jif address is outside of microcode region 299 push DATA_LEN_OF_MCUD ; Size of the data region 300 push 4455434Dh ; Signature of the data region 'MCUD' 309 push DATA_LEN_OF_PER0 ; Size of the data region 310 push 30524550h ; Signature of the data region 'PER0' 343 ; region specified by the boot loader and also setup a temporary stack to be
|
D | FspApiEntry.s | 264 # Beginning of microcode update region starts on paragraph boundary 414 # Address >= microcode region address + microcode region size? 419 jae Done #Jif address is outside of microcode region 492 pushl $DATA_LEN_OF_MCUD # Size of the data region 493 pushl $0x4455434D # Signature of the data region 'MCUD' 502 pushl $DATA_LEN_OF_PER0 # Size of the data region 503 pushl $0x30524550 # Signature of the data region 'PER0' 534 # region specified by the boot loader and also setup a temporary stack to be
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/LegacyRegion2Dxe/ |
D | LegacyRegion2Dxe.uni | 11 // Protocol. For Lock/UnLock/Decode, EFI_SUCCESS is returned although the region's 29 …2 Protocol. For Lock/UnLock/Decode, EFI_SUCCESS is returned although the region's attributes were …
|
D | LegacyRegion2Dxe.inf | 11 # Protocol. For Lock/UnLock/Decode, EFI_SUCCESS is returned although the region's
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/ |
D | Tpm.asl | 48 // Operational region for Smi port access 57 // Operational region for TPM access 66 // Operational region for TPM support, TPM Physical Presence and TPM Memory Clear
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/ |
D | Tpm.asl | 47 // Operational region for Smi port access 56 // Operational region for TPM access 65 // Operational region for TPM support, TPM Physical Presence and TPM Memory Clear
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/ |
D | Tpm.asl | 47 // Operational region for Smi port access 56 // Operational region for TPM access 65 // Operational region for TPM support, TPM Physical Presence and TPM Memory Clear
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ |
D | ArmPlatformPkg.fdf | 42 # the pipe "|" character, followed by the size of the region, also in hex with the leading 72 # the pipe "|" character, followed by the size of the region, also in hex with the leading
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/ |
D | IntelFspWrapperPkg.dec | 90 # This is MAX UPD region size
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/ |
D | IntelFrameworkModulePkg.dec | 216 ## Indicates if memory space for legacy region will be set as cacheable.<BR><BR> 217 # TRUE - Set cachebility for legacy region.<BR> 218 # FALSE - Does not set cachebility for legacy region.<BR>
|
/device/linaro/bootloader/edk2/ArmPkg/ |
D | ArmPkg.dec | 224 # System Memory (DRAM): These PCDs define the region of in-built system memory 254 # Base address for the GIC Redistributor region that contains the boot CPU
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Documentation/ |
D | ArmPlatformPkg.txt | 36 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize : Size of the region reserve for PI & UEFI
|