Home
last modified time | relevance | path

Searched refs:cpu_to_physid (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/m32r/include/asm/
Dsmp.h61 #define cpu_to_physid(cpu_id) cpu_2_physid[cpu_id] macro
/linux-4.1.27/arch/m32r/kernel/
Dsmp.c758 if ((phys_id = cpu_to_physid(cpu_id)) != -1) in send_IPI_mask()