Searched refs:processor_offset (Results 1 – 13 of 13) sorted by relevance
131 ((char*)hwrpb + hwrpb->processor_offset); in sx164_init_arch()
208 + hwrpb->processor_offset in send_secondary_console_msg()257 + hwrpb->processor_offset in recv_secondary_console_msg()299 + hwrpb->processor_offset in secondary_cpu_start()419 ((char*)hwrpb + hwrpb->processor_offset); in setup_smp()
315 cpu = (struct percpu_struct *)((char*)hwrpb + hwrpb->processor_offset); in validate_cc_value()
270 ((unsigned long)hwrpb + hwrpb->processor_offset in cdl_check_console_data_log()
83 ((unsigned long)hwrpb + hwrpb->processor_offset in common_shutdown_1()
208 cpu = (struct percpu_struct*)((char*)hwrpb + hwrpb->processor_offset); in albacore_init_arch()
635 cpu = (struct percpu_struct*)((char*)hwrpb + hwrpb->processor_offset); in setup_arch()1483 return *pos ? NULL : (char *)hwrpb + hwrpb->processor_offset; in c_start()
585 cpu = (struct percpu_struct *)((char *)hwrpb + hwrpb->processor_offset); in supported_cpu()
796 ((char*)hwrpb + hwrpb->processor_offset); in SYSCALL_DEFINE5()
102 (INIT_HWRPB->processor_offset + (unsigned long) INIT_HWRPB); in pal_init()
96 (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