Home
last modified time | relevance | path

Searched refs:vpe_table_mask (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/irqchip/
Dirq-gic-v3-its.c2750 *mask = gic_data_rdist_cpu(cpu)->vpe_table_mask; in inherit_vpe_l1_table_from_rd()
2855 val = inherit_vpe_l1_table_from_rd(&gic_data_rdist()->vpe_table_mask); in allocate_vpe_l1_table()
2859 gic_data_rdist()->vpe_table_mask = kzalloc(sizeof(cpumask_t), GFP_ATOMIC); in allocate_vpe_l1_table()
2860 if (!gic_data_rdist()->vpe_table_mask) in allocate_vpe_l1_table()
2942 cpumask_set_cpu(smp_processor_id(), gic_data_rdist()->vpe_table_mask); in allocate_vpe_l1_table()
2946 cpumask_pr_args(gic_data_rdist()->vpe_table_mask)); in allocate_vpe_l1_table()
3842 if (gic_data_rdist_cpu(cpu)->vpe_table_mask && in its_vpe_set_affinity()
3843 cpumask_test_cpu(from, gic_data_rdist_cpu(cpu)->vpe_table_mask)) in its_vpe_set_affinity()
/Linux-v6.6/include/linux/irqchip/
Darm-gic-v3.h621 cpumask_t *vpe_table_mask; member