Searched refs:max_apic_id (Results 1 – 8 of 8) sorted by relevance
44 .max_apic_id = 0xFE,
99 apic->max_apic_id = x2apic_max_apicid; in apic_install_driver()
240 .max_apic_id = UINT_MAX,
404 .max_apic_id = UINT_MAX,
765 .max_apic_id = UINT_MAX,
124 .max_apic_id = UINT_MAX,
1157 u32 max_apic_id; member
10394 if (likely(map) && dest_id <= map->max_apic_id) { in kvm_sched_yield()10395 dest_id = array_index_nospec(dest_id, map->max_apic_id + 1); in kvm_sched_yield()