Lines Matching refs:L1
93 GPT L1 entries having the same PAS. The maximum size of
120 ``GPT_MAP_REGION_GRANULE`` creates a region using L0 and L1 mappings.
153 During Granule Transition access to L1 tables is controlled by a lock to ensure
157 structure. Setting this option to 0 chooses a single spinlock for all GPT L1
175 are then added to the L1 PAS regions to be initialized in the next step and
187 all GPT L1 table entries(``RME_GPT_BITLOCK_BLOCK`` is 0) and are passed as zero
231 The L1 memory also has some constraints.
233 * The L1 tables must be aligned to their size. The size of each L1 table is the
236 * There must be enough L1 memory supplied to build all requested L1 tables.
237 * The L1 memory must fall within a PAS of type GPT_GPI_ROOT.
277 Sample calculation for L1 table size and alignment
282 We can find the size of each L1 table with ((L0GPTSZ / PGS) / 2).
286 And solve to get 0x20000 bytes per L1 table.