Searched refs:boot_pc (Results 1 – 5 of 5) sorted by relevance
/arch/tile/kernel/ |
D | smpboot.c | 98 per_cpu(boot_pc, cpu) = (unsigned long) smp_nap; in smp_prepare_cpus() 110 per_cpu(boot_pc, cpu) = idle->thread.pc; in smp_prepare_cpus()
|
D | head_32.S | 119 addli r0, r5, lo16(boot_pc) 123 auli r0, r0, ha16(boot_pc)
|
D | head_64.S | 189 moveli r0, hw2_last(boot_pc) 193 shl16insli r0, r0, hw1(boot_pc) 197 shl16insli r0, r0, hw0(boot_pc)
|
D | setup.c | 77 DEFINE_PER_CPU(unsigned long, boot_pc) = (unsigned long)start_kernel; 83 unsigned long __initdata boot_pc = (unsigned long)start_kernel; variable
|
/arch/tile/include/asm/ |
D | processor.h | 198 DECLARE_PER_CPU(unsigned long, boot_pc);
|