/tf-a-ffa_el3_spmc/drivers/partition/ |
A D | partition.c | 29 len = snprintf(name, EFI_NAMELEN, "%s", list.list[i].name); in dump_entries() 34 VERBOSE("%d: %s %llx-%llx\n", i + 1, name, list.list[i].start, in dump_entries() 35 list.list[i].start + list.list[i].length - 4); in dump_entries() 151 list.list[i].start = mbr_entry.first_lba * 512; in load_mbr_entries() 152 list.list[i].length = mbr_entry.sector_nums * 512; in load_mbr_entries() 153 list.list[i].name[0] = mbr_entry.type; in load_mbr_entries() 180 result = parse_gpt_entry(&entry, &list.list[i]); in verify_partition_gpt() 192 list.entry_count = i; in verify_partition_gpt() 241 if (strcmp(name, list.list[i].name) == 0) { in get_partition_entry() 242 return &list.list[i]; in get_partition_entry() [all …]
|
/tf-a-ffa_el3_spmc/lib/libfdt/ |
A D | fdt_ro.c | 729 if (!list) in fdt_stringlist_count() 732 end = list + length; in fdt_stringlist_count() 735 length = strnlen(list, end - list) + 1; in fdt_stringlist_count() 741 list += length; in fdt_stringlist_count() 755 if (!list) in fdt_stringlist_search() 762 length = strnlen(list, end - list) + 1; in fdt_stringlist_search() 771 list += length; in fdt_stringlist_search() 786 if (!list) { in fdt_stringlist_get() 796 length = strnlen(list, end - list) + 1; in fdt_stringlist_get() 810 return list; in fdt_stringlist_get() [all …]
|
/tf-a-ffa_el3_spmc/drivers/scmi-msg/ |
A D | base.c | 143 const uint8_t *list = NULL; in discover_list_protocols() local 155 list = plat_scmi_protocol_list(msg->agent_id); in discover_list_protocols() 156 count = count_protocols_in_list(list); in discover_list_protocols() 166 memcpy(outargs + sizeof(p2a), list + a2p->skip, count); in discover_list_protocols()
|
/tf-a-ffa_el3_spmc/include/drivers/partition/ |
A D | partition.h | 39 partition_entry_t list[PLAT_PARTITION_MAX_ENTRIES]; member
|
/tf-a-ffa_el3_spmc/docs/threat_model/ |
A D | index.rst | 8 using a data flow diagram. Then we provide a list of threats we have identified
|
/tf-a-ffa_el3_spmc/docs/process/ |
A D | platform-compatibility-policy.rst | 28 public mailing list`_ to notify platforms that they should migrate away from the 36 .. _TF-A public mailing list: https://lists.trustedfirmware.org/mailman/listinfo/tf-a
|
A D | security.rst | 25 report it in the `issue tracker`_ or on the `mailing list`_. Instead, please 74 .. _mailing list: https://lists.trustedfirmware.org/mailman/listinfo/tf-a
|
A D | contributing.rst | 11 start a discussion around it on the mailing list. This gives everyone 146 - At least one code owner for each module modified by the patch. See the list 149 - At least one maintainer. See the list of :ref:`maintainers`. 157 send an email to the `TF-A mailing list`_ to broadcast your review request 168 the `TF-A mailing list`_ to involve more of the community. 245 .. _TF-A mailing list: https://lists.trustedfirmware.org/mailman/listinfo/tf-a
|
A D | code-review-guidelines.rst | 59 - Ping the reviewers on Gerrit or on the mailing list. If it is urgent, 201 posted via the commit message or on the mailing list.
|
/tf-a-ffa_el3_spmc/docs/components/fconf/ |
A D | fconf_properties.rst | 17 Then a list of subnodes representing a configuration |DTB|, which can be used
|
/tf-a-ffa_el3_spmc/docs/components/measured_boot/ |
A D | event_log.rst | 18 Then a list of properties representing Event Log configuration, which
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | index.rst | 47 This section provides a list of supported upstream *platform ports* and the
|
/tf-a-ffa_el3_spmc/plat/mediatek/common/ |
A D | mtk_cirq.h | 98 void set_wakeup_sources(uint32_t *list, uint32_t num_of_events);
|
A D | mtk_cirq.c | 372 void set_wakeup_sources(uint32_t *list, uint32_t num_of_events) in set_wakeup_sources() argument 375 cirq_all_events.wakeup_events = list; in set_wakeup_sources()
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | romlib-design.rst | 12 ROM. The "library at ROM" contains a jump table with the list of functions that 29 Library at ROM is described by an index file with the list of functions to be 40 It is also possible to insert reserved spaces in the list by using the keyword
|
A D | xlat-tables-lib-v2-design.rst | 14 provided by the platform port as a list of memory regions; 67 The user usually provides a list of such mmap regions to map and lets the 239 #. Initialize translation tables based on the list of mmap regions (using one of 317 A translation context contains a list of ``mmap_region_t``, which holds the 320 from) the ``mmap_region_t`` list. 322 The mmap regions list is a conceptual way to represent the memory layout. At 327 mmap regions list. Adding a static or dynamic region at this point through one 329 they only get registered in the internal mmap region list. It is only when the 331 in memory based on the list of mmap regions registered so far. This is an 336 be added. Changes to the translation tables (as well as the mmap regions list)
|
A D | ffa-manifest-binding.rst | 224 - A list of (id, mem-manage) pair, where: 230 - A list of (id, attributes) pair describing the device interrupts, where:
|
/tf-a-ffa_el3_spmc/lib/romlib/ |
A D | romlib_generator.py | 218 if self.config.list: 230 if self.config.list:
|
A D | Makefile | 23 …WRAPPER_SOURCES = $(shell $(ROMLIB_GEN) genwrappers -b $(WRAPPER_DIR) --list ../../$(PLAT_DIR)/j…
|
/tf-a-ffa_el3_spmc/lib/compiler-rt/ |
A D | LICENSE.TXT | 37 this list of conditions and the following disclaimers. 40 this list of conditions and the following disclaimers in the
|
/tf-a-ffa_el3_spmc/docs/ |
A D | index.rst | 74 **Platform Ports** provides a list of the supported hardware and software-model 82 **Security Advisories** holds a list of documents relating to |CVE| entries that
|
A D | license.rst | 16 list of conditions and the following disclaimer. 19 this list of conditions and the following disclaimer in the documentation
|
/tf-a-ffa_el3_spmc/docs/security_advisories/ |
A D | security-advisory-tfv-5.rst | 38 to the list of saved/restored registers both when entering EL3 and also
|
/tf-a-ffa_el3_spmc/fdts/ |
A D | fvp-base-gicv3-psci-common.dtsi | 78 * Define a list of Group 1 Secure and Group 0 interrupts as per GICv3
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | docs-build.rst | 44 the list to ensure that there will be no conflicts with other modules already
|