Searched refs:vpe_table_mask (Results 1 – 2 of 2) sorted by relevance
2718 *mask = gic_data_rdist_cpu(cpu)->vpe_table_mask; in inherit_vpe_l1_table_from_rd()2823 val = inherit_vpe_l1_table_from_rd(&gic_data_rdist()->vpe_table_mask); in allocate_vpe_l1_table()2827 gic_data_rdist()->vpe_table_mask = kzalloc(sizeof(cpumask_t), GFP_ATOMIC); in allocate_vpe_l1_table()2828 if (!gic_data_rdist()->vpe_table_mask) in allocate_vpe_l1_table()2910 cpumask_set_cpu(smp_processor_id(), gic_data_rdist()->vpe_table_mask); in allocate_vpe_l1_table()2914 cpumask_pr_args(gic_data_rdist()->vpe_table_mask)); in allocate_vpe_l1_table()3794 if (gic_data_rdist_cpu(cpu)->vpe_table_mask && in its_vpe_set_affinity()3795 cpumask_test_cpu(from, gic_data_rdist_cpu(cpu)->vpe_table_mask)) in its_vpe_set_affinity()
619 cpumask_t *vpe_table_mask; member