Searched refs:vpe_table_mask (Results 1 – 2 of 2) sorted by relevance
2730 *mask = gic_data_rdist_cpu(cpu)->vpe_table_mask; in inherit_vpe_l1_table_from_rd()2835 val = inherit_vpe_l1_table_from_rd(&gic_data_rdist()->vpe_table_mask); in allocate_vpe_l1_table()2839 gic_data_rdist()->vpe_table_mask = kzalloc(sizeof(cpumask_t), GFP_ATOMIC); in allocate_vpe_l1_table()2840 if (!gic_data_rdist()->vpe_table_mask) in allocate_vpe_l1_table()2922 cpumask_set_cpu(smp_processor_id(), gic_data_rdist()->vpe_table_mask); in allocate_vpe_l1_table()2926 cpumask_pr_args(gic_data_rdist()->vpe_table_mask)); in allocate_vpe_l1_table()3852 if (gic_data_rdist_cpu(cpu)->vpe_table_mask && in its_vpe_set_affinity()3853 cpumask_test_cpu(from, gic_data_rdist_cpu(cpu)->vpe_table_mask)) in its_vpe_set_affinity()
675 cpumask_t *vpe_table_mask; member