Searched refs:apple_dart_cfg (Results 1 – 2 of 2) sorted by relevance
430 cfg->apple_dart_cfg.n_ttbrs = 1 << data->tbl_bits; in apple_dart_alloc_pgtable()431 cfg->apple_dart_cfg.n_levels = data->levels; in apple_dart_alloc_pgtable()433 for (i = 0; i < cfg->apple_dart_cfg.n_ttbrs; ++i) { in apple_dart_alloc_pgtable()438 cfg->apple_dart_cfg.ttbr[i] = virt_to_phys(data->pgd[i]); in apple_dart_alloc_pgtable()
183 } apple_dart_cfg; member