Searched refs:tbl_size (Results 1 – 2 of 2) sorted by relevance
129 unsigned long heap_base, tbl_size; in simple_alloc_init() local135 tbl_size = tbl_entries * sizeof(struct alloc_info); in simple_alloc_init()138 memset(alloc_tbl, 0, tbl_size); in simple_alloc_init()140 heap_base = _ALIGN_UP((unsigned long)alloc_tbl + tbl_size, alloc_min); in simple_alloc_init()
175 static inline unsigned long tbl_size(int entry_size) in tbl_size() function1057 dev_table_size = tbl_size(DEV_TABLE_ENTRY_SIZE); in amd_iommu_init()1058 alias_table_size = tbl_size(ALIAS_TABLE_ENTRY_SIZE); in amd_iommu_init()1059 rlookup_table_size = tbl_size(RLOOKUP_TABLE_ENTRY_SIZE); in amd_iommu_init()