Lines Matching refs:max_apic_id
138 u32 max_apic_id = map->max_apic_id;
140 if (offset <= max_apic_id) {
141 u8 cluster_size = min(max_apic_id - offset + 1, 16U);
143 offset = array_index_nospec(offset, map->max_apic_id + 1);
219 new->max_apic_id = max_id;
237 x2apic_id <= new->max_apic_id)
610 if (min > map->max_apic_id)
614 min((u32)BITS_PER_LONG, (map->max_apic_id - min + 1))) {
934 if (irq->dest_id > map->max_apic_id) {
937 u32 dest_id = array_index_nospec(irq->dest_id, map->max_apic_id + 1);