Home
last modified time | relevance | path

Searched refs:__phys_per_cpu_start (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/ia64/include/asm/
Dpercpu.h30 #define per_cpu_init() (__phys_per_cpu_start)
Dsections.h13 extern char __per_cpu_start[], __per_cpu_end[], __phys_per_cpu_start[];
/linux-3.4.99/arch/ia64/kernel/
Dvmlinux.lds.S201 __phys_per_cpu_start = __per_cpu_load; symbol
206 . = __phys_per_cpu_start + PERCPU_PAGE_SIZE;
Dhead.S361 movl r19=__phys_per_cpu_start
/linux-3.4.99/arch/ia64/mm/
Ddiscontig.c147 void *src = cpu == 0 ? __cpu0_per_cpu : __phys_per_cpu_start; in per_cpu_node_setup()
462 cpu0_cpu_info = (struct cpuinfo_ia64 *)(__phys_per_cpu_start + in initialize_pernode_data()
Dcontig.c176 void *src = cpu == 0 ? cpu0_data : __phys_per_cpu_start; in per_cpu_init()