MAX_LOCAL_APIC     91 arch/x86/include/asm/mpspec.h #define PHYSID_ARRAY_SIZE	BITS_TO_LONGS(MAX_LOCAL_APIC)
MAX_LOCAL_APIC    106 arch/x86/include/asm/mpspec.h 	bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_LOCAL_APIC)
MAX_LOCAL_APIC    109 arch/x86/include/asm/mpspec.h 	bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_LOCAL_APIC)
MAX_LOCAL_APIC    112 arch/x86/include/asm/mpspec.h 	bitmap_zero((map).mask, MAX_LOCAL_APIC)
MAX_LOCAL_APIC    115 arch/x86/include/asm/mpspec.h 	bitmap_complement((dst).mask, (src).mask, MAX_LOCAL_APIC)
MAX_LOCAL_APIC    118 arch/x86/include/asm/mpspec.h 	bitmap_empty((map).mask, MAX_LOCAL_APIC)
MAX_LOCAL_APIC    121 arch/x86/include/asm/mpspec.h 	bitmap_equal((map1).mask, (map2).mask, MAX_LOCAL_APIC)
MAX_LOCAL_APIC    124 arch/x86/include/asm/mpspec.h 	bitmap_weight((map).mask, MAX_LOCAL_APIC)
MAX_LOCAL_APIC    127 arch/x86/include/asm/mpspec.h 	bitmap_shift_right((d).mask, (s).mask, n, MAX_LOCAL_APIC)
MAX_LOCAL_APIC    130 arch/x86/include/asm/mpspec.h 	bitmap_shift_left((d).mask, (s).mask, n, MAX_LOCAL_APIC)
MAX_LOCAL_APIC     31 arch/x86/include/asm/numa.h extern s16 __apicid_to_node[MAX_LOCAL_APIC];
MAX_LOCAL_APIC    162 arch/x86/kernel/acpi/boot.c 	if (id >= MAX_LOCAL_APIC) {
MAX_LOCAL_APIC   1047 arch/x86/kernel/acpi/boot.c 				      acpi_parse_sapic, MAX_LOCAL_APIC);
MAX_LOCAL_APIC   1057 arch/x86/kernel/acpi/boot.c 				madt_proc, ARRAY_SIZE(madt_proc), MAX_LOCAL_APIC);
MAX_LOCAL_APIC    298 arch/x86/kernel/cpu/amd.c 	for (i = apicid + 1; i < MAX_LOCAL_APIC; i++) {
MAX_LOCAL_APIC     44 arch/x86/kernel/cpu/hygon.c 	for (i = apicid + 1; i < MAX_LOCAL_APIC; i++) {
MAX_LOCAL_APIC     58 arch/x86/mm/numa.c s16 __apicid_to_node[MAX_LOCAL_APIC] = {
MAX_LOCAL_APIC     59 arch/x86/mm/numa.c 	[0 ... MAX_LOCAL_APIC-1] = NUMA_NO_NODE
MAX_LOCAL_APIC    624 arch/x86/mm/numa.c 	for (i = 0; i < MAX_LOCAL_APIC; i++)
MAX_LOCAL_APIC     55 arch/x86/mm/srat.c 	if (apic_id >= MAX_LOCAL_APIC) {
MAX_LOCAL_APIC     95 arch/x86/mm/srat.c 	if (apic_id >= MAX_LOCAL_APIC) {
MAX_LOCAL_APIC     28 arch/x86/platform/sfi/sfi.c 	if (MAX_LOCAL_APIC - id <= 0) {
MAX_LOCAL_APIC     30 arch/x86/platform/sfi/sfi.c 			id, MAX_LOCAL_APIC);