Home
last modified time | relevance | path

Searched refs:secondary_data (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dsmp.h79 struct secondary_data { struct
84 extern struct secondary_data secondary_data; argument
116 WRITE_ONCE(secondary_data.status, val); in update_cpu_boot_status()
/openbmc/linux/arch/arm/kernel/
H A Dsmp.c58 struct secondary_data secondary_data; variable
146 secondary_data.stack = task_stack_page(idle) + THREAD_START_SP; in __cpu_up()
148 secondary_data.mpu_rgn_info = &mpu_rgn_info; in __cpu_up()
152 secondary_data.pgdir = virt_to_phys(idmap_pgd); in __cpu_up()
153 secondary_data.swapper_pg_dir = get_arch_pgd(swapper_pg_dir); in __cpu_up()
155 secondary_data.task = idle; in __cpu_up()
156 sync_cache_w(&secondary_data); in __cpu_up()
179 memset(&secondary_data, 0, sizeof(secondary_data)); in __cpu_up()
H A Dhead.S410 adr_l r3, secondary_data
412 ldrd r4, r5, [r3, #0] @ get secondary_data.pgdir
416 ldr r8, [r3, #8] @ get secondary_data.swapper_pg_dir
H A Dhead-nommu.S125 .long secondary_data
456 ldr r6, [r7] @ get secondary_data.mpu_rgn_info
/openbmc/linux/arch/arm/include/asm/
H A Dsmp.h52 struct secondary_data { struct
61 extern struct secondary_data secondary_data; argument
/openbmc/linux/arch/loongarch/include/asm/
H A Dsmp.h66 struct secondary_data { struct
70 extern struct secondary_data cpuboot_data; argument
/openbmc/linux/arch/arm64/kernel/
H A Dsmp.c64 struct secondary_data secondary_data; variable
121 secondary_data.task = idle; in __cpu_up()
141 secondary_data.task = NULL; in __cpu_up()
142 status = READ_ONCE(secondary_data.status); in __cpu_up()
H A Dasm-offsets.c123 DEFINE(CPU_BOOT_TASK, offsetof(struct secondary_data, task)); in main()
H A Dhead.S676 adr_l x0, secondary_data
/openbmc/linux/arch/loongarch/kernel/
H A Dasm-offsets.c263 OFFSET(CPU_BOOT_STACK, secondary_data, stack); in output_smpboot_defines()
264 OFFSET(CPU_BOOT_TINFO, secondary_data, thread_info); in output_smpboot_defines()
H A Dsmp.c66 struct secondary_data cpuboot_data;