Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | smp_master_cpu 0 |
#define | smp_height 1 |
#define | smp_width 1 |
#define | cpu_x(cpu) 0 |
#define | cpu_y(cpu) 0 |
#define | xy_to_cpu(x, y) 0 |
#define | cpu_is_valid_lotar(cpu) cpumask_test_cpu((cpu), &cpu_lotar_map) |
#define | cpu_cacheable(cpu) cpumask_test_cpu((cpu), &cpu_cacheable_map) |
#define | cpulist_parse_crop(buf, dst) __cpulist_parse_crop((buf), (dst), NR_CPUS) |
Functions | |
int | bitmap_parselist_crop (const char *bp, unsigned long *maskp, int nmaskbits) |
void | ipi_init (void) |
Variables | |
struct cpumask | cpu_lotar_map |
struct cpumask | cpu_cacheable_map |
unsigned long | start_cpu_function_addr |
#define cpu_cacheable | ( | cpu | ) | cpumask_test_cpu((cpu), &cpu_cacheable_map) |
#define cpu_is_valid_lotar | ( | cpu | ) | cpumask_test_cpu((cpu), &cpu_lotar_map) |