MAX_LOCAL_APIC     90 arch/x86/include/asm/mpspec.h #define PHYSID_ARRAY_SIZE	BITS_TO_LONGS(MAX_LOCAL_APIC)
MAX_LOCAL_APIC    105 arch/x86/include/asm/mpspec.h 	bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_LOCAL_APIC)
MAX_LOCAL_APIC    108 arch/x86/include/asm/mpspec.h 	bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_LOCAL_APIC)
MAX_LOCAL_APIC    111 arch/x86/include/asm/mpspec.h 	bitmap_zero((map).mask, MAX_LOCAL_APIC)
MAX_LOCAL_APIC    114 arch/x86/include/asm/mpspec.h 	bitmap_complement((dst).mask, (src).mask, MAX_LOCAL_APIC)
MAX_LOCAL_APIC    117 arch/x86/include/asm/mpspec.h 	bitmap_empty((map).mask, MAX_LOCAL_APIC)
MAX_LOCAL_APIC    120 arch/x86/include/asm/mpspec.h 	bitmap_equal((map1).mask, (map2).mask, MAX_LOCAL_APIC)
MAX_LOCAL_APIC    123 arch/x86/include/asm/mpspec.h 	bitmap_weight((map).mask, MAX_LOCAL_APIC)
MAX_LOCAL_APIC    126 arch/x86/include/asm/mpspec.h 	bitmap_shift_right((d).mask, (s).mask, n, MAX_LOCAL_APIC)
MAX_LOCAL_APIC    129 arch/x86/include/asm/mpspec.h 	bitmap_shift_left((d).mask, (s).mask, n, MAX_LOCAL_APIC)
MAX_LOCAL_APIC     30 arch/x86/include/asm/numa.h extern s16 __apicid_to_node[MAX_LOCAL_APIC];