Searched refs:SZ_4K (Results 1 – 5 of 5) sorted by relevance
25 #define SZ_4K 0x00001000 macro
296 void *table = _xmalloc(lpi_data.max_host_lpi_ids, SZ_4K); in gicv3_lpi_set_proptable()
320 reg |= ((ITS_CMD_QUEUE_SZ / SZ_4K) - 1) & GITS_CBASER_SIZE_MASK; in its_map_cbaser()
1150 unsigned int ret, page_size[4] = {SZ_4K, SZ_16K, SZ_64K, SZ_64K}; in its_baser_table_size()
337 #if PAGE_SIZE == SZ_4K1127 if (PAGE_SIZE == SZ_4K) in arm_smmu_init_context_bank()2249 if ((PAGE_SIZE == SZ_4K && !(id & ID2_PTFS_4K)) || in arm_smmu_device_cfg_probe()2251 (PAGE_SIZE != SZ_4K && PAGE_SIZE != SZ_64K)) { in arm_smmu_device_cfg_probe()
Completed in 14 milliseconds