Searched defs:physid (Results 1 – 8 of 8) sorted by relevance
/arch/x86/include/asm/ |
D | mpspec.h | 116 #define physid_set(physid, map) set_bit(physid, (map).mask) argument 117 #define physid_clear(physid, map) clear_bit(physid, (map).mask) argument 118 #define physid_isset(physid, map) test_bit(physid, (map).mask) argument 119 #define physid_test_and_set(physid, map) \ argument 160 static inline void physid_set_mask_of_physid(int physid, physid_mask_t *map) in physid_set_mask_of_physid()
|
/arch/m32r/include/asm/ |
D | smp.h | 21 #define physid_set(physid, map) set_bit(physid, (map).mask) argument 22 #define physid_clear(physid, map) clear_bit(physid, (map).mask) argument 23 #define physid_isset(physid, map) test_bit(physid, (map).mask) argument 24 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) argument 44 #define physid_mask_of_physid(physid) \ argument
|
/arch/ia64/sn/kernel/sn2/ |
D | sn2_smp.c | 374 void sn_send_IPI_phys(int nasid, long physid, int vector, int delivery_mode) in sn_send_IPI_phys() 419 long physid; in sn2_send_IPI() local
|
/arch/ia64/kernel/ |
D | acpi.c | 808 int acpi_map_cpu2node(acpi_handle handle, int cpu, int physid) in acpi_map_cpu2node() 888 int cpu, physid; in _acpi_map_lsapic() local
|
/arch/m32r/kernel/ |
D | smpboot.c | 95 #define physid_to_cpu(physid) physid_2_cpu[physid] argument
|
/arch/x86/kernel/acpi/ |
D | boot.c | 598 static void __cpuinit acpi_map_cpu2node(acpi_handle handle, int cpu, int physid) in acpi_map_cpu2node() 617 u8 physid; in _acpi_map_lsapic() local
|
/arch/ia64/include/asm/sn/ |
D | klconfig.h | 226 unsigned char physid; /* physical id of component */ member
|
/arch/mips/include/asm/sn/ |
D | klconfig.h | 493 unsigned char physid; /* physical id of component */ member
|