Home
last modified time | relevance | path

Searched refs:hwrpb (Results 1 - 25 of 77) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dsmp.c33 #include <asm/hwrpb.h>
172 /* Wait until hwrpb->txrdy is clear for cpu. Return -1 on timeout. */
178 if (!(hwrpb->txrdy & cpumask)) in wait_for_txrdy()
183 if (!(hwrpb->txrdy & cpumask)) in wait_for_txrdy()
205 ((char*)hwrpb in send_secondary_console_msg()
206 + hwrpb->processor_offset in send_secondary_console_msg()
207 + cpuid * hwrpb->processor_size); in send_secondary_console_msg()
221 set_bit(cpuid, &hwrpb->rxrdy); in send_secondary_console_msg()
238 unsigned long txrdy = hwrpb->txrdy; in recv_secondary_console_msg()
254 ((char*)hwrpb in recv_secondary_console_msg()
[all...]
H A Dsetup.c58 #include <asm/hwrpb.h>
67 struct hwrpb_struct *hwrpb; variable
68 EXPORT_SYMBOL(hwrpb); variable
319 (hwrpb->mddt_offset + (unsigned long) hwrpb); in setup_memory()
404 (hwrpb->mddt_offset + (unsigned long) hwrpb); in page_is_ram()
457 hwrpb = (struct hwrpb_struct*) __va(INIT_HWRPB->phys_addr); in setup_arch()
470 if ((long)hwrpb->sys_type < 0) { in setup_arch()
471 hwrpb in setup_arch()
[all...]
H A Dbugs.c2 #include <asm/hwrpb.h>
13 cpu = (struct percpu_struct *)((char *)hwrpb + hwrpb->processor_offset); in cpu_is_ev6_or_later()
H A Dsys_sx164.c26 #include <asm/hwrpb.h>
132 ((char*)hwrpb + hwrpb->processor_offset); in sx164_init_arch()
H A Derr_common.c14 #include <asm/hwrpb.h>
271 for (cpu = 0; cpu < hwrpb->nr_processors; cpu++) { in cdl_check_console_data_log()
273 ((unsigned long)hwrpb + hwrpb->processor_offset in cdl_check_console_data_log()
274 + cpu * hwrpb->processor_size); in cdl_check_console_data_log()
H A Dsys_eb64p.c27 #include <asm/hwrpb.h>
105 hwrpb->sys_variation |= 2L << 10; in eb64p_init_irq()
106 hwrpb_update_checksum(hwrpb); in eb64p_init_irq()
H A Dtime.c40 #include <asm/hwrpb.h>
321 cpu = (struct percpu_struct *)((char*)hwrpb + hwrpb->processor_offset); in validate_cc_value()
422 cycle_freq = hwrpb->cycle_freq; in time_init()
444 if (hwrpb->nr_processors == 1) in time_init()
H A Dconsole.c74 u64 *pu64 = (u64 *)((u64)hwrpb + hwrpb->ctbt_offset); in find_console_vga_hose()
H A Dprocess.c40 #include <asm/hwrpb.h>
86 ((unsigned long)hwrpb + hwrpb->processor_offset in common_shutdown_1()
87 + hwrpb->processor_size * cpuid); in common_shutdown_1()
153 the hwrpb bits above, we can't reliably halt the in common_shutdown_1()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dsmp.c33 #include <asm/hwrpb.h>
172 /* Wait until hwrpb->txrdy is clear for cpu. Return -1 on timeout. */
178 if (!(hwrpb->txrdy & cpumask)) in wait_for_txrdy()
183 if (!(hwrpb->txrdy & cpumask)) in wait_for_txrdy()
205 ((char*)hwrpb in send_secondary_console_msg()
206 + hwrpb->processor_offset in send_secondary_console_msg()
207 + cpuid * hwrpb->processor_size); in send_secondary_console_msg()
221 set_bit(cpuid, &hwrpb->rxrdy); in send_secondary_console_msg()
238 unsigned long txrdy = hwrpb->txrdy; in recv_secondary_console_msg()
254 ((char*)hwrpb in recv_secondary_console_msg()
[all...]
H A Dsetup.c58 #include <asm/hwrpb.h>
67 struct hwrpb_struct *hwrpb; variable
68 EXPORT_SYMBOL(hwrpb); variable
313 (hwrpb->mddt_offset + (unsigned long) hwrpb); in setup_memory()
395 (hwrpb->mddt_offset + (unsigned long) hwrpb); in page_is_ram()
448 hwrpb = (struct hwrpb_struct*) __va(INIT_HWRPB->phys_addr); in setup_arch()
461 if ((long)hwrpb->sys_type < 0) { in setup_arch()
462 hwrpb in setup_arch()
[all...]
H A Dbugs.c2 #include <asm/hwrpb.h>
13 cpu = (struct percpu_struct *)((char *)hwrpb + hwrpb->processor_offset); in cpu_is_ev6_or_later()
H A Dsys_sx164.c26 #include <asm/hwrpb.h>
132 ((char*)hwrpb + hwrpb->processor_offset); in sx164_init_arch()
H A Derr_common.c14 #include <asm/hwrpb.h>
271 for (cpu = 0; cpu < hwrpb->nr_processors; cpu++) { in cdl_check_console_data_log()
273 ((unsigned long)hwrpb + hwrpb->processor_offset in cdl_check_console_data_log()
274 + cpu * hwrpb->processor_size); in cdl_check_console_data_log()
H A Dsys_eb64p.c27 #include <asm/hwrpb.h>
105 hwrpb->sys_variation |= 2L << 10; in eb64p_init_irq()
106 hwrpb_update_checksum(hwrpb); in eb64p_init_irq()
H A Dtime.c40 #include <asm/hwrpb.h>
321 cpu = (struct percpu_struct *)((char*)hwrpb + hwrpb->processor_offset); in validate_cc_value()
422 cycle_freq = hwrpb->cycle_freq; in time_init()
444 if (hwrpb->nr_processors == 1) in time_init()
H A Dconsole.c74 u64 *pu64 = (u64 *)((u64)hwrpb + hwrpb->ctbt_offset); in find_console_vga_hose()
H A Dprocess.c41 #include <asm/hwrpb.h>
87 ((unsigned long)hwrpb + hwrpb->processor_offset in common_shutdown_1()
88 + hwrpb->processor_size * cpuid); in common_shutdown_1()
154 the hwrpb bits above, we can't reliably halt the in common_shutdown_1()
/kernel/linux/linux-5.10/arch/alpha/mm/
H A Dinit.c28 #include <asm/hwrpb.h>
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()
154 crb = (struct crb_struct *)((char *)hwrpb + hwrpb->crb_offset); in callback_init()
158 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()
H A Dnuma.c19 #include <asm/hwrpb.h>
44 (hwrpb->mddt_offset + (unsigned long) hwrpb); in show_mem_layout()
73 (hwrpb->mddt_offset + (unsigned long) hwrpb); in setup_memory_node()
/kernel/linux/linux-6.6/arch/alpha/mm/
H A Dinit.c28 #include <asm/hwrpb.h>
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()
154 crb = (struct crb_struct *)((char *)hwrpb + hwrpb->crb_offset); in callback_init()
158 if (srm_fixup(VMALLOC_START, (unsigned long)hwrpb)) in callback_init()
267 hwrpb->vptb = 0x200000000UL; in srm_paging_stop()
268 hwrpb_update_checksum(hwrpb); in srm_paging_stop()
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dgct.h52 #define GCT_NODE_PTR(off) ((gct6_node *)((char *)hwrpb + \
53 hwrpb->frut_offset + \
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dgct.h52 #define GCT_NODE_PTR(off) ((gct6_node *)((char *)hwrpb + \
53 hwrpb->frut_offset + \
/kernel/linux/linux-5.10/arch/alpha/boot/
H A Dbootp.c18 #include <asm/hwrpb.h>
31 struct hwrpb_struct *hwrpb = INIT_HWRPB; variable
H A Dmain.c16 #include <asm/hwrpb.h>
25 struct hwrpb_struct *hwrpb = INIT_HWRPB; variable

Completed in 12 milliseconds

1234