Searched refs:composite (Results 1 – 5 of 5) sorted by relevance
112 struct ffa_comp_mrd *composite; in test_memory_send() local181 composite = ffa_memory_region_get_composite(m, 0); in test_memory_send()182 if (composite == NULL) { in test_memory_send()188 (void *)composite->address_range_array[0].address, in test_memory_send()189 composite->address_range_array[0].page_count, PAGE_SIZE); in test_memory_send()205 for (int32_t i = 0; i < (int32_t)composite->address_range_count; i++) { in test_memory_send()206 size_t size = composite->address_range_array[i].page_count * PAGE_SIZE; in test_memory_send()208 ptr = (char *) composite->address_range_array[i].address; in test_memory_send()217 (uint64_t)composite->address_range_array[i].address, in test_memory_send()223 (uint64_t)composite->address_range_array[i].address, in test_memory_send()[all …]
20 Local power states describe power states for an individual node, and composite62 power states, and doesn't account for composite power states that are shared67 latencies when deciding if a composite power state (e.g. for a cluster) is83 composite power state when the last core enters a low-power state. This234 * Field to specify the requested composite power state.235 * The state ID encodings must uniquely describe every possible composite
56 for the construction of composite state-ID in the power-state parameter.
2908 describe composite power states specific to a platform. The PSCI implementation2913 convert the power-state parameter (possibly encoding a composite power state)
12726 - Added framework to handle composite power states.13229 - Reworked BL2 to BL3-1 handover interface. A new composite structure