Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dvmlinux.lds.S169 __phys_per_cpu_start = __per_cpu_load; symbol
174 . = __phys_per_cpu_start + PERCPU_PAGE_SIZE;
H A Dhead.S364 movl r19=__phys_per_cpu_start
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpercpu.h29 #define per_cpu_init() (__phys_per_cpu_start)
H A Dsections.h14 extern char __phys_per_cpu_start[];
/OK3568_Linux_fs/kernel/arch/ia64/mm/
H A Ddiscontig.c141 void *src = cpu == 0 ? __cpu0_per_cpu : __phys_per_cpu_start; in per_cpu_node_setup()
415 cpu0_cpu_info = (struct cpuinfo_ia64 *)(__phys_per_cpu_start + in initialize_pernode_data()
H A Dcontig.c57 void *src = cpu == 0 ? cpu0_data : __phys_per_cpu_start; in per_cpu_init()