Lines Matching refs:max_apic_id
181 u32 max_apic_id = map->max_apic_id;
183 if (offset <= max_apic_id) {
184 u8 cluster_size = min(max_apic_id - offset + 1, 16U);
186 offset = array_index_nospec(offset, map->max_apic_id + 1);
232 if (WARN_ON_ONCE(xapic_id > new->max_apic_id))
241 if (x2apic_id > new->max_apic_id)
427 new->max_apic_id = max_id;
838 if (min > map->max_apic_id)
842 min((u32)BITS_PER_LONG, (map->max_apic_id - min + 1))) {
1160 if (irq->dest_id > map->max_apic_id) {
1163 u32 dest_id = array_index_nospec(irq->dest_id, map->max_apic_id + 1);