Searched refs:secondary_data (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/arm/include/asm/ |
| H A D | smp.h | 52 struct secondary_data { struct 61 extern struct secondary_data secondary_data; argument
|
| /linux/arch/loongarch/include/asm/ |
| H A D | smp.h | 83 struct secondary_data { struct 88 extern struct secondary_data cpuboot_data; argument
|
| /linux/arch/arm64/kernel/ |
| H A D | smp.c | 65 struct secondary_data secondary_data; variable 122 secondary_data.task = idle; in __cpu_up() 143 secondary_data.task = NULL; in __cpu_up() 144 status = READ_ONCE(secondary_data.status); in __cpu_up()
|
| /linux/arch/arm/kernel/ |
| H A D | head.S | 415 ldr r3, =(secondary_data + PLAT_PHYS_OFFSET - PAGE_OFFSET) 417 adr_l r3, secondary_data 420 ldrd r4, r5, [r3, #0] @ get secondary_data.pgdir 424 ldr r8, [r3, #8] @ get secondary_data.swapper_pg_dir
|
| H A D | head-nommu.S | 125 .long secondary_data 456 ldr r6, [r7] @ get secondary_data.mpu_rgn_info
|
| /linux/arch/loongarch/kernel/ |
| H A D | asm-offsets.c | 268 OFFSET(CPU_BOOT_TASK, secondary_data, task); in output_smpboot_defines() 269 OFFSET(CPU_BOOT_STACK, secondary_data, stack); in output_smpboot_defines() 270 OFFSET(CPU_BOOT_OFFSET, secondary_data, offset); in output_smpboot_defines()
|
| H A D | smp.c | 76 struct secondary_data cpuboot_data;
|