Home
last modified time | relevance | path

Searched refs:PHYSID_MASK_NONE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/m32r/include/asm/
Dsmp.h39 physid_mask_t __physid_mask = PHYSID_MASK_NONE; \
46 physid_mask_t __physid_mask = PHYSID_MASK_NONE; \
52 #define PHYSID_MASK_NONE { {[0 ... PHYSID_ARRAY_SIZE-1] = 0UL} } macro
/linux-4.1.27/arch/x86/include/asm/
Dmpspec.h149 #define PHYSID_MASK_NONE { {[0 ... PHYSID_ARRAY_SIZE-1] = 0UL} } macro
/linux-4.1.27/arch/x86/kernel/apic/
Dio_apic.c2497 static physid_mask_t apic_id_map = PHYSID_MASK_NONE; in io_apic_get_unique_id()