| /lib/efi_loader/ |
| A D | efi_runtime.c | 664 if (addr >= map->physical_start && in efi_convert_pointer() 665 (addr < map->physical_start in efi_convert_pointer() 668 (addr + map->virtual_start - in efi_convert_pointer() 669 map->physical_start); in efi_convert_pointer() 770 if (map && ((newaddr < map->virtual_start) || in efi_runtime_relocate() 771 newaddr > (map->virtual_start + in efi_runtime_relocate() 877 u64 off = map->virtual_start - map_start; in efi_set_virtual_address_map() 903 struct efi_mem_desc *map; in efi_set_virtual_address_map() local 907 ulong new_offset = map->virtual_start - in efi_set_virtual_address_map() 908 map->physical_start + gd->relocaddr; in efi_set_virtual_address_map() [all …]
|
| A D | efi_memory.c | 196 static s64 efi_mem_carve_out(struct efi_mem_list *map, in efi_mem_carve_out() argument 201 struct efi_mem_desc *map_desc = &map->desc; in efi_mem_carve_out() 224 list_del(&map->link); in efi_mem_carve_out() 225 free(map); in efi_mem_carve_out() 227 map->desc.physical_start = carve_end; in efi_mem_carve_out() 228 map->desc.virtual_start = carve_end; in efi_mem_carve_out() 229 map->desc.num_pages = (map_end - carve_end) in efi_mem_carve_out() 247 newmap->desc = map->desc; in efi_mem_carve_out() 252 list_add_tail(&newmap->link, &map->link); in efi_mem_carve_out()
|
| /lib/mbedtls/external/mbedtls/scripts/ |
| A D | generate_psa_constants.py | 234 return '\n '.join(map(self._make_return_case, 238 return '\n '.join(map(self._make_return_case, 242 return '\n '.join(map(self._make_return_case, 246 return '\n '.join(map(self._make_append_case, 272 return '\n '.join(map(self._make_return_case, 276 return '\n '.join(map(self._make_return_case, 280 return '\n '.join(map(self._make_append_case,
|
| A D | code_size_compare.py | 885 choices=list(map(lambda s: s.value, SupportedArch)), 890 choices=list(map(lambda s: s.value, SupportedConfig)),
|
| /lib/efi_client/ |
| A D | efi_stub.c | 306 struct efi_entry_memmap map; in efi_main() local 356 map.version = priv->memmap_version; in efi_main() 357 map.desc_size = priv->memmap_desc_size; in efi_main() 358 add_entry_addr(priv, EFIET_MEMORY_MAP, &map, sizeof(map), in efi_main()
|
| /lib/lwip/lwip/contrib/ports/win32/example_app/ |
| A D | Makefile | 42 cmd /c del /q *.o $(LWIPLIBCOMMON) $(APPLIB) test.exe *.s .depend* *.map 52 …if.o -Wl,--start-group $(APPLIB) $(LWIPLIBCOMMON) -Wl,--end-group $(LDFLAGS) -Xlinker -Map=test.map
|
| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | generate_tls13_compat_tests.py | 156 map(lambda named_group: self.NAMED_GROUP[named_group], self._named_groups)) 192 for _, cert, key in map(lambda sig_alg: CERTIFICATES[sig_alg], self._cert_sig_algs): 306 for _, cert, key in map(lambda sig_alg: CERTIFICATES[sig_alg], self._cert_sig_algs): 344 map(lambda cipher: self.CIPHER_SUITE[cipher], self._ciphers)) 428 for _, cert, key in map(lambda sig_alg: CERTIFICATES[sig_alg], self._cert_sig_algs):
|
| A D | generate_test_code.py | 297 map(split_dep, dependencies)]) 313 defines += ' && '.join(['%sdefined(%s)' % (x, y) for x, y in map( 414 dependencies = list(map(validate_dependency, inp_str.split(':')))
|
| A D | generate_pkcs7_tests.py | 174 HEX_DATA = list(map(''.join, [[DATA_STR[i], DATA_STR[i+1]] for i in range(0, len(DATA_STR), \
|
| A D | check_files.py | 491 ascii_filepaths = map(lambda fp: fp.decode('ascii'), bytes_filepaths)
|
| /lib/acpi/ |
| A D | acpi_table.c | 633 const struct acpi_iort_id_mapping *map) in acpi_iort_add_rc() argument 668 output_node = (struct acpi_iort_node *)ctx->tab_start + map[i].output_reference; in acpi_iort_add_rc() 674 memcpy(mapping, &map[i], sizeof(struct acpi_iort_id_mapping)); in acpi_iort_add_rc() 695 const struct acpi_iort_id_mapping *map) in acpi_iort_add_smmu_v3() argument 736 output_node = (struct acpi_iort_node *)ctx->tab_start + map[i].output_reference; in acpi_iort_add_smmu_v3() 743 memcpy(mapping, &map[i], sizeof(struct acpi_iort_id_mapping)); in acpi_iort_add_smmu_v3()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/LwipMibCompiler/ |
| A D | Program.cs | 393 private static IEnumerable<IRestriction> CreateRestrictions(ValueMap map) in CreateRestrictions() argument 395 if ((map != null) && (map.Count > 0)) in CreateRestrictions() 397 return CreateRestrictions(map.GetContinousRanges()); in CreateRestrictions()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/ |
| A D | Lexer.cs | 539 ValueMap map = new ValueMap(); in DecodeEnumerations() 555 map.Add(enumValue, String.Format("{0}({1})", identifier, enumValue)); in DecodeEnumerations() 575 return map; in DecodeEnumerations()
|
| /lib/mbedtls/external/mbedtls/ |
| A D | .pylintrc | 10 # Allow filter and map.
|
| /lib/ |
| A D | Kconfig | 12 int "Size of the address-map table" 1234 needed for maintaining the LMB memory map. 1242 the data structures needed for maintaining the LMB memory map. 1245 bool "Add an architecture specific memory map" 1251 memory map. Enable this config in such scenarios which allow 1252 architectures and boards to define their own memory map. 1255 bool "Add an architecture specific memory map" 1260 memory map. Enable this config in such scenarios which allow 1261 architectures and boards to define their own memory map.
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/ |
| A D | IANA-MAU-MIB | 219 28 Auto-Negotiation, will map remote fault indication to 223 Auto-Negotiation, will map the received RF1 and RF2 bits as 258 For 10 Gb/s the enumerations map to value of the link_fault
|
| A D | IANA-PRINTER-MIB | 675 -- bit-map and CCITT group 3/4
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A D | psa-driver-interface.md | 121 …map the entry point to the same function name, the driver is considered available for this cryptog… 875 …ilities' `"names"` property to arrange for multiple driver entry points to map to the same C funct…
|