Searched refs:max_apic_id (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/x86/kernel/apic/
H A Dapic_flat_64.c81 .max_apic_id = 0xFE,
148 .max_apic_id = 0xFE,
H A Dx2apic_phys.c17 apic->max_apic_id = apicid;
144 .max_apic_id = UINT_MAX,
H A Dapic_noop.c55 .max_apic_id = 0xFE,
H A Dbigsmp_32.c73 .max_apic_id = 0xFE,
H A Dapic_numachip.c216 .max_apic_id = UINT_MAX,
250 .max_apic_id = UINT_MAX,
H A Dinit.c99 apic->max_apic_id = x2apic_max_apicid;
H A Dprobe_32.c49 .max_apic_id = 0xFE,
H A Dx2apic_cluster.c237 .max_apic_id = UINT_MAX,
H A Dx2apic_uv_x.c765 .max_apic_id = UINT_MAX,
/linux-master/arch/x86/xen/
H A Dapic.c126 .max_apic_id = UINT_MAX,
/linux-master/arch/x86/kvm/
H A Dlapic.c184 u32 max_apic_id = map->max_apic_id; local
186 if (offset <= max_apic_id) {
187 u8 cluster_size = min(max_apic_id - offset + 1, 16U);
189 offset = array_index_nospec(offset, map->max_apic_id + 1);
235 if (WARN_ON_ONCE(xapic_id > new->max_apic_id))
244 if (x2apic_id > new->max_apic_id)
430 new->max_apic_id = max_id;
841 if (min > map->max_apic_id)
845 min((u32)BITS_PER_LONG, (map->max_apic_id
[all...]
H A Dx86.c10022 if (likely(map) && dest_id <= map->max_apic_id && map->phys_map[dest_id])
/linux-master/arch/x86/include/asm/
H A Dapic.h300 u32 max_apic_id; member in struct:apic
474 return apic_id <= apic->max_apic_id;
H A Dkvm_host.h1084 u32 max_apic_id; member in struct:kvm_apic_map

Completed in 381 milliseconds