Home
last modified time | relevance | path

Searched refs:boot_core (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/media/platform/amphion/
H A Dvpu_rpc.c171 .boot_core = vpu_imx8q_boot_core,
197 .boot_core = vpu_imx8q_boot_core,
H A Dvpu_rpc.h47 int (*boot_core)(struct vpu_core *core); member
142 if (ops && ops->boot_core) in vpu_iface_boot_core()
143 return ops->boot_core(core); in vpu_iface_boot_core()
/linux-6.15/include/linux/soc/qcom/
H A Dsocinfo.h84 __le32 boot_core; member
/linux-6.15/drivers/soc/qcom/
H A Dsocinfo.c155 u32 boot_core; member
613 qcom_socinfo->info.boot_core = __le32_to_cpu(info->boot_core); in socinfo_debugfs_init()
620 &qcom_socinfo->info.boot_core); in socinfo_debugfs_init()
/linux-6.15/arch/mips/kernel/
H A Dsmp-cps.c455 static void boot_core(unsigned int cluster, unsigned int core, in boot_core() function
626 boot_core(cluster, core, vpe_id); in cps_boot_secondary()