Searched refs:processor_offset (Results 1 – 13 of 13) sorted by relevance
131 ((char*)hwrpb + hwrpb->processor_offset); in sx164_init_arch()
207 + hwrpb->processor_offset in send_secondary_console_msg()256 + hwrpb->processor_offset in recv_secondary_console_msg()297 + hwrpb->processor_offset in secondary_cpu_start()417 ((char*)hwrpb + hwrpb->processor_offset); in setup_smp()
270 ((unsigned long)hwrpb + hwrpb->processor_offset in cdl_check_console_data_log()
66 ((unsigned long)hwrpb + hwrpb->processor_offset in common_shutdown_1()
209 cpu = (struct percpu_struct*)((char*)hwrpb + hwrpb->processor_offset); in albacore_init_arch()
285 cpu = (struct percpu_struct *)((char*)hwrpb + hwrpb->processor_offset); in validate_cc_value()
623 cpu = (struct percpu_struct*)((char*)hwrpb + hwrpb->processor_offset); in setup_arch()1465 return *pos ? NULL : (char *)hwrpb + hwrpb->processor_offset; in c_start()
576 cpu = (struct percpu_struct *)((char *)hwrpb + hwrpb->processor_offset); in supported_cpu()
806 ((char*)hwrpb + hwrpb->processor_offset); in SYSCALL_DEFINE5()
97 (INIT_HWRPB->processor_offset + (unsigned long) INIT_HWRPB); in pal_init()
102 (INIT_HWRPB->processor_offset + (unsigned long) INIT_HWRPB); in pal_init()
150 (INIT_HWRPB->processor_offset + (unsigned long) INIT_HWRPB); in pal_init()
183 unsigned long processor_offset; member