Lines Matching refs:partition
4 This document defines the nodes and properties used to define a partition,
25 - X is the major version of FF-A expected by the partition at the FFA
27 - Y is the minor version of FF-A expected by the partition at the FFA
33 implemented by this partition. The UUID format is described in RFC 4122.
37 - Pre-allocated partition ID.
45 - Name of the partition e.g. for debugging purposes.
52 contexts that a partition implements.
53 - If value of this field = 1 and number of PEs > 1 then the partition is
55 - If the value of this field > 1 then the partition is treated as a MP
56 capable partition irrespective of the number of PEs.
60 - The target exception level for the partition:
68 - The target execution state of the partition:
75 - Physical base address of the partition in memory. Absence of this field
76 indicates that the partition is position independent and can be loaded at
81 - Offset from the base of the partition's binary image to the entry point of
82 the partition. Absence of this field indicates that the entry point is at
83 offset 0x0 from the base of the partition's binary.
87 - Translation granule used with the partition:
95 - A unique number amongst all partitions that specifies if this partition
96 must be booted before others. The partition with the smaller number will be
102 by the partition.
107 - Specifies which messaging methods are supported by the partition, set bit
110 - Bit[0]: partition can receive direct requests if set
111 - Bit[1]: partition can send direct requests if set
112 - Bit[2]: partition can send and receive indirect messages
141 - Presence of this field indicates that the partition implements the primary
146 - Presence of this field indicates that the partition doesn't expect the
147 partition manager to time slice long running memory management functions.
152 The width is derived from the partition's execution state, as specified in
153 the partition properties. For example, if the number value is 1 then the
156 Presence of this field indicates that the partition expects the address of
162 - List of <u32> tuples, identifying the IDs this partition is acting as
167 - Specifies which power management messages a partition subscribes to.
168 A set bit means the partition should be informed of the power event, clear
207 If the base address is omitted then the partition manager must map a memory
208 region of the specified size into the partition's translation regime and
210 by the partition manager) to the partition.
248 identifier is used to inform the partition manager which SMMU the device is
256 - id: A unique <u32> value amongst all devices assigned to the partition.