apic.h 3.1 KB
Newer Older
Y
Yinghai Lu 已提交
1 2
#ifndef __ASM_MACH_APIC_H
#define __ASM_MACH_APIC_H
3

4
#define xapic_phys_to_log_apicid(cpu) (per_cpu(x86_bios_cpu_apicid, cpu))
L
Linus Torvalds 已提交
5

6
static inline int bigsmp_apic_id_registered(void)
L
Linus Torvalds 已提交
7
{
8
	return 1;
L
Linus Torvalds 已提交
9 10
}

11
static inline const cpumask_t *bigsmp_target_cpus(void)
Y
Yinghai Lu 已提交
12
{
13
#ifdef CONFIG_SMP
14
	return &cpu_online_map;
15
#else
16
	return &cpumask_of_cpu(0);
17
#endif
L
Linus Torvalds 已提交
18 19
}

20
#define APIC_DFR_VALUE		(APIC_DFR_FLAT)
L
Linus Torvalds 已提交
21

22 23
static inline unsigned long
bigsmp_check_apicid_used(physid_mask_t bitmap, int apicid)
L
Linus Torvalds 已提交
24
{
25
	return 0;
L
Linus Torvalds 已提交
26 27
}

28
static inline unsigned long bigsmp_check_apicid_present(int bit)
L
Linus Torvalds 已提交
29
{
30
	return 1;
L
Linus Torvalds 已提交
31 32
}

33
static inline unsigned long calculate_ldr(int cpu)
L
Linus Torvalds 已提交
34
{
35 36 37 38 39
	unsigned long val, id;
	val = apic_read(APIC_LDR) & ~APIC_LDR_MASK;
	id = xapic_phys_to_log_apicid(cpu);
	val |= SET_APIC_LOGICAL_ID(id);
	return val;
L
Linus Torvalds 已提交
40 41 42 43 44 45 46 47 48
}

/*
 * Set up the logical destination ID.
 *
 * Intel recommends to set DFR, LDR and TPR before enabling
 * an APIC.  See e.g. "AP-388 82489DX User's Manual" (Intel
 * document number 292116).  So here it goes...
 */
49
static inline void bigsmp_init_apic_ldr(void)
L
Linus Torvalds 已提交
50 51
{
	unsigned long val;
52
	int cpu = smp_processor_id();
L
Linus Torvalds 已提交
53

54
	apic_write(APIC_DFR, APIC_DFR_VALUE);
55
	val = calculate_ldr(cpu);
56
	apic_write(APIC_LDR, val);
L
Linus Torvalds 已提交
57 58
}

59
static inline void bigsmp_setup_apic_routing(void)
L
Linus Torvalds 已提交
60 61
{
	printk("Enabling APIC mode:  %s.  Using %d I/O APICs\n",
62
		"Physflat", nr_ioapics);
L
Linus Torvalds 已提交
63 64 65 66
}

static inline int multi_timer_check(int apic, int irq)
{
67
	return (0);
L
Linus Torvalds 已提交
68 69 70 71
}

static inline int apicid_to_node(int logical_apicid)
{
72
	return apicid_2_node[hard_smp_processor_id()];
L
Linus Torvalds 已提交
73 74 75 76
}

static inline int cpu_present_to_apicid(int mps_cpu)
{
77
	if (mps_cpu < nr_cpu_ids)
78
		return (int) per_cpu(x86_bios_cpu_apicid, mps_cpu);
79 80

	return BAD_APICID;
L
Linus Torvalds 已提交
81 82 83 84 85 86 87 88 89 90 91
}

static inline physid_mask_t apicid_to_cpu_present(int phys_apicid)
{
	return physid_mask_of_physid(phys_apicid);
}

extern u8 cpu_2_logical_apicid[];
/* Mapping from cpu number to logical apicid */
static inline int cpu_to_logical_apicid(int cpu)
{
92
	if (cpu >= nr_cpu_ids)
93 94 95
		return BAD_APICID;
	return cpu_physical_id(cpu);
}
L
Linus Torvalds 已提交
96

97
static inline physid_mask_t bigsmp_ioapic_phys_id_map(physid_mask_t phys_map)
L
Linus Torvalds 已提交
98 99
{
	/* For clustered we don't have a good way to do this yet - hack */
100
	return physids_promote(0xFFL);
L
Linus Torvalds 已提交
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
}

static inline void setup_portio_remap(void)
{
}

static inline void enable_apic_mode(void)
{
}

static inline int check_phys_apicid_present(int boot_cpu_physical_apicid)
{
	return (1);
}

/* As we are using single CPU as destination, pick only one CPU here */
117
static inline unsigned int cpu_mask_to_apicid(const cpumask_t *cpumask)
L
Linus Torvalds 已提交
118 119 120 121
{
	int cpu;
	int apicid;	

122
	cpu = first_cpu(*cpumask);
L
Linus Torvalds 已提交
123 124 125 126
	apicid = cpu_to_logical_apicid(cpu);
	return apicid;
}

127 128
static inline unsigned int cpu_mask_to_apicid_and(const struct cpumask *cpumask,
						  const struct cpumask *andmask)
M
Mike Travis 已提交
129 130 131 132 133 134 135
{
	int cpu;

	/*
	 * We're using fixed IRQ delivery, can only return one phys APIC ID.
	 * May as well be the first.
	 */
136 137 138
	for_each_cpu_and(cpu, cpumask, andmask)
		if (cpumask_test_cpu(cpu, cpu_online_mask))
			break;
139 140
	if (cpu < nr_cpu_ids)
		return cpu_to_logical_apicid(cpu);
M
Mike Travis 已提交
141 142 143 144

	return BAD_APICID;
}

L
Linus Torvalds 已提交
145 146 147 148 149
static inline u32 phys_pkg_id(u32 cpuid_apic, int index_msb)
{
	return cpuid_apic >> index_msb;
}

Y
Yinghai Lu 已提交
150
#endif /* __ASM_MACH_APIC_H */