Home
last modified time | relevance | path

Searched refs:composite (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/bl32/tsp/
H A Dtsp_ffa_main.c112 struct ffa_comp_mrd *composite; in test_memory_send() local
181 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 …]
/rk3399_ARM-atf/docs/design_documents/
H A Dpsci_osi_mode.rst20 Local power states describe power states for an individual node, and composite
62 power states, and doesn't account for composite power states that are shared
67 latencies when deciding if a composite power state (e.g. for a cluster) is
83 composite power state when the last core enters a low-power state. This
234 * Field to specify the requested composite power state.
235 * The state ID encodings must uniquely describe every possible composite
/rk3399_ARM-atf/docs/plat/arm/
H A Darm-build-options.rst56 for the construction of composite state-ID in the power-state parameter.
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst2908 describe composite power states specific to a platform. The PSCI implementation
2913 convert the power-state parameter (possibly encoding a composite power state)
H A Dchange-log.md12726 - Added framework to handle composite power states.
13229 - Reworked BL2 to BL3-1 handover interface. A new composite structure