Searched refs:physid (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/xen/interface/
H A Dvcpu.h176 #define xen_vcpu_physid_to_x86_apicid(physid) ((uint32_t)(physid))
177 #define xen_vcpu_physid_to_x86_acpiid(physid) ((uint32_t)((physid) >> 32))
/linux-master/arch/loongarch/kernel/
H A Dacpi.c293 static int __ref acpi_map_cpu2node(acpi_handle handle, int cpu, int physid) argument
300 set_cpuid_to_node(physid, nid);
309 int acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, u32 acpi_id, int *pcpu) argument
313 cpu = set_processor_mask(physid, ACPI_MADT_ENABLED);
319 acpi_map_cpu2node(handle, cpu, physid);
H A Dnuma.c120 int physid = cpu_logical_map(cpu); local
122 if (physid < 0)
125 return __cpuid_to_node[physid];
/linux-master/arch/mips/sgi-ip30/
H A Dip30-smp.c32 u32 physid; member in struct:mpconf
91 i, mpc->prid, mpc->physid, mpc->virtid);
/linux-master/arch/mips/sgi-ip27/
H A Dip27-smp.c49 cputoslice(cpus_found) = acpu->cpu_info.physid;
/linux-master/arch/x86/kernel/acpi/
H A Dboot.c804 static int acpi_map_cpu2node(acpi_handle handle, int cpu, int physid) argument
811 set_apicid_to_node(physid, nid);
818 int acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, u32 acpi_id, int *pcpu) argument
820 int cpu = topology_hotplug_apic(physid, acpi_id);
828 acpi_map_cpu2node(handle, cpu, physid);
/linux-master/arch/mips/include/asm/sn/
H A Dklconfig.h475 #define KLCF_BRIDGE_W_ID(_comp) ((_comp)->physid) /* Widget ID */
493 unsigned char physid; /* physical id of component */ member in struct:klinfo_s
/linux-master/include/linux/
H A Dacpi.h307 int acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, u32 acpi_id,
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h947 __be32 physid; member in struct:fw_ldst_cmd::fw_ldst::fw_ldst_idctxt
H A Dt4_hw.c10337 c.u.idctxt.physid = cpu_to_be32(cid);

Completed in 231 milliseconds