Home
last modified time | relevance | path

Searched defs:apicid (Results 1 – 25 of 32) sorted by relevance

12

/linux/arch/x86/kernel/cpu/
H A Dtopology.c79 static void cpu_mark_primary_thread(unsigned int cpu, unsigned int apicid) in cpu_mark_primary_thread() argument
85 static inline void cpu_mark_primary_thread(unsigned int cpu, unsigned int apicid) { } in cpu_mark_primary_thread() argument
92 static inline u32 topo_apicid(u32 apicid, enum x86_topology_domains dom) in topo_apicid() argument
326 topology_get_logical_id(u32 apicid,enum x86_topology_domains at_level) topology_get_logical_id() argument
358 topology_unit_count(u32 apicid,enum x86_topology_domains which_units,enum x86_topology_domains at_level) topology_unit_count() argument
467 u32 apicid, firstid; topology_init_possible_cpus() local
[all...]
H A Dtopology.h26 static inline u32 topo_shift_apicid(u32 apicid, enum x86_topology_domains dom) in topo_shift_apicid() argument
33 static inline u32 topo_relative_domain_id(u32 apicid, enum x86_topology_domains dom) in topo_relative_domain_id() argument
60 static inline unsigned int topology_unit_count(u32 apicid, enum x86_topology_domains which_units, in topology_unit_count() argument
H A Dhygon.c27 static int nearby_node(int apicid) in nearby_node() argument
50 unsigned int apicid = c->topo.apicid; in srat_detect_node() local
H A Dtopology_common.c127 apicid : 8; in parse_topology() member
180 u32 apicid = c->topo.apicid; in topo_set_ids() local
[all...]
H A Damd.c284 static int nearby_node(int apicid) in nearby_node() argument
307 unsigned apicid = c->topo.apicid; in srat_detect_node() local
H A Dtopology_amd.c144 unsigned int apicid = tscan->c->topo.initial_apicid; in legacy_set_llc() local
/linux/arch/x86/kernel/apic/
H A Dx2apic_cluster.c12 #define apic_cluster(apicid) ((apicid) >> 4) argument
111 u32 apicid = apic->cpu_present_to_apicid(cpu_i); in prefill_clustermask() local
147 u32 apicid = apic->cpu_present_to_apicid(cpu_i); in alloc_clustermask() local
H A Dapic_numachip.c50 static void numachip1_apic_icr_write(int apicid, unsigned int val) in numachip1_apic_icr_write() argument
55 static void numachip2_apic_icr_write(int apicid, unsigned int val) in numachip2_apic_icr_write() argument
71 int local_apicid, apicid = per_cpu(x86_cpu_to_apicid, cpu); in numachip_send_IPI_one() local
H A Dapic_noop.c31 static int noop_wakeup_secondary_cpu(u32 apicid, unsigned long start_eip, in noop_wakeup_secondary_cpu() argument
38 static u32 noop_get_apic_id(u32 apicid) { return 0; } in noop_get_apic_id() argument
H A Dx2apic_phys.c13 void __init x2apic_set_max_apicid(u32 apicid) in x2apic_set_max_apicid() argument
110 void __x2apic_send_IPI_dest(unsigned int apicid, int vector, unsigned int dest) in __x2apic_send_IPI_dest() argument
H A Dx2apic_uv_x.c696 unsigned long apicid = per_cpu(x86_cpu_to_apicid, cpu); in uv_send_IPI_one() local
1484 int i, lnid, apicid; in build_socket_tables() local
1757 int apicid = per_cpu(x86_cpu_to_apicid, cpu); uv_system_init_hub() local
[all...]
/linux/arch/x86/include/asm/
H A Dnuma.h26 static inline void set_apicid_to_node(int apicid, s16 node) in set_apicid_to_node() argument
34 static inline void set_apicid_to_node(int apicid, s16 node) in set_apicid_to_node() argument
H A Dapicdef.h170 #define APIC_CLUSTER(apicid) ((apicid) & XAPIC_DEST_CLUSTER_MASK) argument
171 #define APIC_CLUSTERID(apicid) (APIC_CLUSTER(apicid) >> XAPIC_DEST_CPUS_SHIFT) argument
172 #define APIC_CPUID(apicid) ((apicid) & XAPIC_DEST_CPUS_MASK) argument
H A Dmpspec.h66 static inline void reset_phys_cpu_present_map(u32 apicid) in reset_phys_cpu_present_map() argument
H A Dmpspec_def.h70 unsigned char apicid; /* Local APIC number */ member
108 unsigned char apicid; member
H A Dtopology.h185 static inline int topology_get_logical_id(u32 apicid, enum x86_topology_domains at_level) in topology_get_logical_id() argument
/linux/arch/x86/kernel/acpi/
H A Dmadt_wakeup.c40 u32 apicid = per_cpu(x86_cpu_to_apicid, cpu); in acpi_mp_cpu_die() local
129 static int acpi_wakeup_cpu(u32 apicid, unsigned long start_ip, unsigned int cpu) in acpi_wakeup_cpu() argument
/linux/arch/x86/platform/uv/
H A Duv_time.c73 unsigned long apicid, val; in uv_rtc_send_IPI() local
96 unsigned long apicid = cpu_physical_id(cpu); in uv_setup_intr() local
/linux/arch/x86/mm/
H A Damdtopology.c58 unsigned int numnodes, cores, apicid; in amd_numa_init() local
H A Dnuma.c53 u32 apicid = early_per_cpu(x86_cpu_to_apicid, cpu); in numa_cpu_node() local
/linux/arch/x86/kernel/
H A Dsmpboot.c778 static void announce_cpu(int cpu, int apicid) in announce_cpu() argument
842 static int do_boot_cpu(u32 apicid, unsigned int cpu, struct task_struct *idle) in do_boot_cpu() argument
910 u32 apicid = apic->cpu_present_to_apicid(cpu); in native_kick_ap() local
[all...]
H A Dkvm.c1038 u32 apicid; in kvm_kick_cpu() local
/linux/arch/x86/hyperv/
H A Dhv_vtl.c215 static int hv_vtl_wakeup_secondary_cpu(u32 apicid, unsigned long start_eip, unsigned int cpu) in hv_vtl_wakeup_secondary_cpu() argument
/linux/arch/x86/include/uapi/asm/
H A Dmce.h33 __u32 apicid; /* CPU initial APIC ID */ member
/linux/arch/x86/xen/
H A Dsmp_pv.c151 u32 apicid = 0; in xen_pv_smp_config() local

12