Lines Matching refs:bytes
168 * ``GPCCR_PPS_4GB`` (4GB protected space, 0x100000000 bytes)
169 * ``GPCCR_PPS_64GB`` (64GB protected space, 0x1000000000 bytes)
170 * ``GPCCR_PPS_1TB`` (1TB protected space, 0x10000000000 bytes)
171 * ``GPCCR_PPS_4TB`` (4TB protected space, 0x40000000000 bytes)
172 * ``GPCCR_PPS_16TB`` (16TB protected space, 0x100000000000 bytes)
173 * ``GPCCR_PPS_256TB`` (256TB protected space, 0x1000000000000 bytes)
174 * ``GPCCR_PPS_4PB`` (4PB protected space, 0x10000000000000 bytes)
178 * ``GPCCR_PGS_4K`` (4KB granules, 0x1000 bytes)
179 * ``GPCCR_PGS_16K`` (16KB granules, 0x4000 bytes)
180 * ``GPCCR_PGS_64K`` (64KB granules, 0x10000 bytes)
184 * ``GPCCR_L0GPTSZ_30BITS`` (1GB regions, 0x40000000 bytes)
185 * ``GPCCR_L0GPTSZ_34BITS`` (16GB regions, 0x400000000 bytes)
186 * ``GPCCR_L0GPTSZ_36BITS`` (64GB regions, 0x1000000000 bytes)
187 * ``GPCCR_L0GPTSZ_39BITS`` (512GB regions, 0x8000000000 bytes)
195 * The L0 table must be aligned to either the table size or 4096 bytes, whichever
198 (8 bytes). ((PPS / L0GPTSZ) * 8)
223 And solve to get 32 bytes. In this case, 4096 is greater than 32, so the L0
224 tables must be aligned to 4096 bytes.
235 And solve to get 0x20000 bytes per L1 table.