Searched refs:list (Results 1 – 18 of 18) sorted by relevance
/hafnium/ |
A D | AUTHORS | 1 # 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 D | LICENSE | 8 notice, this list of conditions and the following disclaimer. 10 copyright notice, this list of conditions and the following disclaimer
|
A D | Makefile | 154 .PHONY: list 155 list: target
|
/hafnium/src/ |
A D | manifest.c | 388 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 D | vm_test.cc | 97 std::list<struct_vm *> expected_final_order; in TEST_F() 153 std::list<struct_vm *>::iterator it; in TEST_F()
|
/hafnium/test/hftest/ |
A D | hftest_common.h | 15 void hftest_use_list(struct hftest_test list[], size_t count);
|
A D | service_common.c | 43 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 D | common.c | 60 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 D | hftest.py | 331 def get_manifests_from_json(self, partitions : list): argument
|
/hafnium/build/ |
A D | parse_strace_open.py | 140 syscall_args = list(map(lambda x: x.strip(), syscall_args)) 180 return list(files) 192 files = sorted(list(files))
|
A D | BUILDCONFIG.gn | 47 # All binary targets will get this list of configs by default. 55 # Apply that default list to the binary target types.
|
/hafnium/kokoro/ |
A D | test_common.sh | 43 --list=enable_assertions --short \
|
/hafnium/build/image/ |
A D | generate_partitions_json.py | 52 def list_of_partitions(partitions : list): argument
|
/hafnium/docs/getting_started/ |
A D | building.rst | 38 To get a list of available platforms, you may use: 42 make list
|
/hafnium/docs/ |
A D | index.rst | 50 - Through our mailing list `hafnium@lists.trustedfirmware.org`_.
|
A D | threat_model_spm.rst | 201 | | It can be configured with the list of known IDs |
|
/hafnium/docs/secure-partition-manager/ |
A D | ffa-manifest-binding.rst | 290 - 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 D | secure-partition-manager.rst | 63 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 52 milliseconds