Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/irqchip/
Dirq-gic-v3-its.c2724 *mask = gic_data_rdist_cpu(cpu)->vpe_table_mask; in inherit_vpe_l1_table_from_rd()
2829 val = inherit_vpe_l1_table_from_rd(&gic_data_rdist()->vpe_table_mask); in allocate_vpe_l1_table()
2833 gic_data_rdist()->vpe_table_mask = kzalloc(sizeof(cpumask_t), GFP_ATOMIC); in allocate_vpe_l1_table()
2834 if (!gic_data_rdist()->vpe_table_mask) in allocate_vpe_l1_table()
2916 cpumask_set_cpu(smp_processor_id(), gic_data_rdist()->vpe_table_mask); in allocate_vpe_l1_table()
2920 cpumask_pr_args(gic_data_rdist()->vpe_table_mask)); in allocate_vpe_l1_table()
3809 if (gic_data_rdist_cpu(cpu)->vpe_table_mask && in its_vpe_set_affinity()
3810 cpumask_test_cpu(from, gic_data_rdist_cpu(cpu)->vpe_table_mask)) in its_vpe_set_affinity()
/linux-6.1.9/include/linux/irqchip/
Darm-gic-v3.h621 cpumask_t *vpe_table_mask; member