Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 42) sorted by relevance

12

/tf-a-ffa_el3_spmc/drivers/partition/
A Dpartition.c29 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 Dfdt_ro.c729 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 Dbase.c143 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 Dpartition.h39 partition_entry_t list[PLAT_PARTITION_MAX_ENTRIES]; member
/tf-a-ffa_el3_spmc/docs/threat_model/
A Dindex.rst8 using a data flow diagram. Then we provide a list of threats we have identified
/tf-a-ffa_el3_spmc/docs/process/
A Dplatform-compatibility-policy.rst28 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 Dsecurity.rst25 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 Dcontributing.rst11 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 Dcode-review-guidelines.rst59 - 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 Dfconf_properties.rst17 Then a list of subnodes representing a configuration |DTB|, which can be used
/tf-a-ffa_el3_spmc/docs/components/measured_boot/
A Devent_log.rst18 Then a list of properties representing Event Log configuration, which
/tf-a-ffa_el3_spmc/docs/plat/
A Dindex.rst47 This section provides a list of supported upstream *platform ports* and the
/tf-a-ffa_el3_spmc/plat/mediatek/common/
A Dmtk_cirq.h98 void set_wakeup_sources(uint32_t *list, uint32_t num_of_events);
A Dmtk_cirq.c372 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 Dromlib-design.rst12 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 Dxlat-tables-lib-v2-design.rst14 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 Dffa-manifest-binding.rst224 - 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 Dromlib_generator.py218 if self.config.list:
230 if self.config.list:
A DMakefile23 …WRAPPER_SOURCES = $(shell $(ROMLIB_GEN) genwrappers -b $(WRAPPER_DIR) --list ../../$(PLAT_DIR)/j…
/tf-a-ffa_el3_spmc/lib/compiler-rt/
A DLICENSE.TXT37 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 Dindex.rst74 **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 Dlicense.rst16 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 Dsecurity-advisory-tfv-5.rst38 to the list of saved/restored registers both when entering EL3 and also
/tf-a-ffa_el3_spmc/fdts/
A Dfvp-base-gicv3-psci-common.dtsi78 * Define a list of Group 1 Secure and Group 0 interrupts as per GICv3
/tf-a-ffa_el3_spmc/docs/getting_started/
A Ddocs-build.rst44 the list to ensure that there will be no conflicts with other modules already

Completed in 26 milliseconds

12