Searched refs:boot_hart (Results 1 – 11 of 11) sorted by relevance
75 opensbi_info.boot_hart = gd->arch.boot_hart; in spl_invoke_opensbi()97 opensbi_entry(gd->arch.boot_hart, (ulong)spl_image->fdt_addr, in spl_invoke_opensbi()
88 unsigned int ipi = (SEND_IPI_TO_HART(hart) << (8 * gd->arch.boot_hart)); in riscv_send_ipi()91 gd->arch.boot_hart)); in riscv_send_ipi()109 gd->arch.boot_hart)); in riscv_get_ipi()
17 DEFINE(GD_BOOT_HART, offsetof(gd_t, arch.boot_hart)); in main()
61 image_entry(gd->arch.boot_hart, fdt_blob); in jump_to_image_no_args()
106 kernel(gd->arch.boot_hart, images->ft_addr); in boot_jump_linux()
39 if (reg == gd->arch.boot_hart) in send_ipi_many()
161 fdt_setprop_u32(blob, chosen_offset, "boot-hartid", gd->arch.boot_hart); in arch_fixup_fdt()
53 unsigned long boot_hart; member
19 long boot_hart; /* boot hart id */ member
118 if (plat->cpu_id == gd->arch.boot_hart && plat->timebase_freq) { in riscv_cpu_bind()
90 u8 hart = gd->arch.boot_hart; in v5l2_disable()
Completed in 14 milliseconds