Home
last modified time | relevance | path

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

/hafnium/
A DAUTHORS1 # This is the list of Hafnium authors for copyright purposes.
3 # This does not necessarily list everyone who has contributed code, since in
4 # some cases, their employer may be the copyright holder. To see the full list
7 # Please keep the list sorted alphabetically.
A DLICENSE8 notice, this list of conditions and the following disclaimer.
10 copyright notice, this list of conditions and the following disclaimer
A DMakefile154 .PHONY: list
155 list: target
/hafnium/src/
A Dmanifest.c388 return memiter_size(&list->mem_it) > 0; in uint32list_has_next()
396 CHECK(uint32list_has_next(list)); in uint32list_get_next()
590 struct uint32list_iter list; in parse_common_fields_mem_dev_region_node() local
602 while (uint32list_has_next(&list)) { in parse_common_fields_mem_dev_region_node()
634 struct uint32list_iter list; in parse_ffa_memory_region_node() local
735 while (uint32list_has_next(&list)) { in parse_ffa_memory_region_node()
817 struct uint32list_iter list; in parse_ffa_device_region_node() local
894 while (uint32list_has_next(&list) && in parse_ffa_device_region_node()
911 if (uint32list_has_next(&list)) { in parse_ffa_device_region_node()
912 TRY(uint32list_get_next(&list, in parse_ffa_device_region_node()
[all …]
A Dvm_test.cc97 std::list<struct_vm *> expected_final_order; in TEST_F()
153 std::list<struct_vm *>::iterator it; in TEST_F()
/hafnium/test/hftest/
A Dhftest_common.h15 void hftest_use_list(struct hftest_test list[], size_t count);
A Dservice_common.c43 static bool uint32list_has_next(const struct memiter *list) in uint32list_has_next() argument
45 return memiter_size(list) > 0; in uint32list_has_next()
48 static void uint32list_get_next(struct memiter *list, uint32_t *out) in uint32list_get_next() argument
52 CHECK(uint32list_has_next(list)); in uint32list_get_next()
53 if (!fdt_parse_number(list, sizeof(uint32_t), &num)) { in uint32list_get_next()
A Dcommon.c60 void hftest_use_list(struct hftest_test list[], size_t count) in hftest_use_list() argument
62 hftest_list = list; in hftest_use_list()
A Dhftest.py331 def get_manifests_from_json(self, partitions : list): argument
/hafnium/build/
A Dparse_strace_open.py140 syscall_args = list(map(lambda x: x.strip(), syscall_args))
180 return list(files)
192 files = sorted(list(files))
A DBUILDCONFIG.gn47 # All binary targets will get this list of configs by default.
55 # Apply that default list to the binary target types.
/hafnium/kokoro/
A Dtest_common.sh43 --list=enable_assertions --short \
/hafnium/build/image/
A Dgenerate_partitions_json.py52 def list_of_partitions(partitions : list): argument
/hafnium/docs/getting_started/
A Dbuilding.rst38 To get a list of available platforms, you may use:
42 make list
/hafnium/docs/
A Dindex.rst50 - Through our mailing list `hafnium@lists.trustedfirmware.org`_.
A Dthreat_model_spm.rst201 | | It can be configured with the list of known IDs |
/hafnium/docs/secure-partition-manager/
A Dffa-manifest-binding.rst290 - A list of (id, attributes) pair describing the device interrupts, where:
322 - A list of (id, mpdir upper bits, mpidr lower bits) tuples describing which
A Dsecure-partition-manager.rst63 SPD=spmd is chosen.The context save/restore routine and exhaustive list
270 ranges are described in a list of unsigned 32-bit values, in which the first
1004 An SP specifies the list of interrupts it owns through its partition manifest.
1871 [8] https://lists.trustedfirmware.org/archives/list/tf-a@lists.trustedfirmware.org/thread/CFQFGU6H2…

Completed in 26 milliseconds