Searched refs:hwrpb (Results 1 – 22 of 22) sorted by relevance
180 if (!(hwrpb->txrdy & cpumask)) in wait_for_txrdy()185 if (!(hwrpb->txrdy & cpumask)) in wait_for_txrdy()207 ((char*)hwrpb in send_secondary_console_msg()208 + hwrpb->processor_offset in send_secondary_console_msg()209 + cpuid * hwrpb->processor_size); in send_secondary_console_msg()223 set_bit(cpuid, &hwrpb->rxrdy); in send_secondary_console_msg()240 unsigned long txrdy = hwrpb->txrdy; in recv_secondary_console_msg()256 ((char*)hwrpb in recv_secondary_console_msg()257 + hwrpb->processor_offset in recv_secondary_console_msg()258 + i * hwrpb->processor_size); in recv_secondary_console_msg()[all …]
67 struct hwrpb_struct *hwrpb; variable68 EXPORT_SYMBOL(hwrpb);320 (hwrpb->mddt_offset + (unsigned long) hwrpb); in setup_memory()478 (hwrpb->mddt_offset + (unsigned long) hwrpb); in page_is_ram()517 hwrpb = (struct hwrpb_struct*) __va(INIT_HWRPB->phys_addr); in setup_arch()530 if ((long)hwrpb->sys_type < 0) { in setup_arch()531 hwrpb->sys_type = -((long)hwrpb->sys_type); in setup_arch()532 hwrpb_update_checksum(hwrpb); in setup_arch()542 alpha_using_srm = strncmp((const char *)hwrpb->ssn, "MILO", 4) != 0; in setup_arch()546 alpha_using_qemu = strstr((const char *)hwrpb->ssn, "QEMU") != 0; in setup_arch()[all …]
131 ((char*)hwrpb + hwrpb->processor_offset); in sx164_init_arch()
315 cpu = (struct percpu_struct *)((char*)hwrpb + hwrpb->processor_offset); in validate_cc_value()418 cycle_freq = hwrpb->cycle_freq; in time_init()440 if (hwrpb->nr_processors == 1) in time_init()
72 u64 *pu64 = (u64 *)((u64)hwrpb + hwrpb->ctbt_offset); in find_console_vga_hose()
268 for (cpu = 0; cpu < hwrpb->nr_processors; cpu++) { in cdl_check_console_data_log()270 ((unsigned long)hwrpb + hwrpb->processor_offset in cdl_check_console_data_log()271 + cpu * hwrpb->processor_size); in cdl_check_console_data_log()
105 hwrpb->sys_variation |= 2L << 10; in eb64p_init_irq()106 hwrpb_update_checksum(hwrpb); in eb64p_init_irq()
83 ((unsigned long)hwrpb + hwrpb->processor_offset in common_shutdown_1()84 + hwrpb->processor_size * cpuid); in common_shutdown_1()
208 cpu = (struct percpu_struct*)((char*)hwrpb + hwrpb->processor_offset); in albacore_init_arch()
804 ((char*)hwrpb + hwrpb->processor_offset); in SYSCALL_DEFINE5()811 if (nbytes > sizeof(*hwrpb)) in SYSCALL_DEFINE5()813 if (copy_to_user(buffer, hwrpb, nbytes) != 0) in SYSCALL_DEFINE5()
585 cpu = (struct percpu_struct *)((char *)hwrpb + hwrpb->processor_offset); in supported_cpu()
799 hwrpb->cycle_freq = ((cc1 >> 11) * 100000000UL) / 3; in pyxis_init_arch()800 hwrpb_update_checksum(hwrpb); in pyxis_init_arch()
373 u64 *pu64 = (u64 *)((u64)hwrpb + hwrpb->ctbt_offset); in marvel_find_console_vga_hose()
115 if (hwrpb->vptb != 0xfffffffe00000000UL) { in switch_to_system_map()117 hwrpb->vptb = 0xfffffffe00000000UL; in switch_to_system_map()118 hwrpb_update_checksum(hwrpb); in switch_to_system_map()152 crb = (struct crb_struct *)((char *)hwrpb + hwrpb->crb_offset); in callback_init()156 if (srm_fixup(VMALLOC_START, (unsigned long)hwrpb)) in callback_init()270 hwrpb->vptb = 0x200000000UL; in srm_paging_stop()271 hwrpb_update_checksum(hwrpb); in srm_paging_stop()
44 (hwrpb->mddt_offset + (unsigned long) hwrpb); in show_mem_layout()75 (hwrpb->mddt_offset + (unsigned long) hwrpb); in setup_memory_node()
51 #define GCT_NODE_PTR(off) ((gct6_node *)((char *)hwrpb + \52 hwrpb->frut_offset + \
207 extern struct hwrpb_struct *hwrpb;
82 phys &= (1ul << hwrpb->pa_bits) - 1; in virt_to_phys()
17 ldq $0,hwrpb # gp is set up by CALLBACK macro.41 ldq $0,hwrpb
31 struct hwrpb_struct *hwrpb = INIT_HWRPB; variable
25 struct hwrpb_struct *hwrpb = INIT_HWRPB; variable
53 struct hwrpb_struct *hwrpb = INIT_HWRPB; variable