Searched refs:vpe_table_mask (Results 1 – 2 of 2) sorted by relevance
2713 *mask = gic_data_rdist_cpu(cpu)->vpe_table_mask; in inherit_vpe_l1_table_from_rd()2818 val = inherit_vpe_l1_table_from_rd(&gic_data_rdist()->vpe_table_mask); in allocate_vpe_l1_table()2822 gic_data_rdist()->vpe_table_mask = kzalloc(sizeof(cpumask_t), GFP_ATOMIC); in allocate_vpe_l1_table()2823 if (!gic_data_rdist()->vpe_table_mask) in allocate_vpe_l1_table()2905 cpumask_set_cpu(smp_processor_id(), gic_data_rdist()->vpe_table_mask); in allocate_vpe_l1_table()2909 cpumask_pr_args(gic_data_rdist()->vpe_table_mask)); in allocate_vpe_l1_table()3786 if (gic_data_rdist_cpu(cpu)->vpe_table_mask && in its_vpe_set_affinity()3787 cpumask_test_cpu(from, gic_data_rdist_cpu(cpu)->vpe_table_mask)) in its_vpe_set_affinity()
675 cpumask_t *vpe_table_mask; member