Home
last modified time | relevance | path

Searched refs:core_id (Results 1 – 18 of 18) sorted by relevance

/u-boot/arch/arm/mach-keystone/
A Dcmd_mon.c71 int rcode = 0, core_id, on; in do_mon_power() local
79 core_id = hextoul(argv[1], NULL); in do_mon_power()
83 rcode = mon_power_on(core_id, fn); in do_mon_power()
85 rcode = mon_power_off(core_id); in do_mon_power()
89 printf("core %d powered on successfully\n", core_id); in do_mon_power()
91 printf("core %d power on failure\n", core_id); in do_mon_power()
93 printf("core %d powered off successfully\n", core_id); in do_mon_power()
A Dmon.c36 int mon_power_on(int core_id, void *ep) in mon_power_on() argument
49 : "r" (core_id), "r" (ep) in mon_power_on()
54 int mon_power_off(int core_id) in mon_power_off() argument
66 : "r" (core_id) in mon_power_off()
/u-boot/arch/arm/mach-exynos/
A Dlowlevel_init.c129 uint32_t tmp, core_id, core_config; in power_down_core() local
137 mrc_mpafr(core_id); in power_down_core()
138 tmp = core_id & 0x3; in power_down_core()
139 core_id = (core_id >> 6) & ~3; in power_down_core()
140 core_id |= tmp; in power_down_core()
141 core_id &= 0x3f; in power_down_core()
144 core_config = (core_id * CPU_CONFIG_STATUS_OFFSET); in power_down_core()
/u-boot/arch/arm/mach-keystone/include/mach/
A Dmon.h13 int mon_power_on(int core_id, void *ep);
14 int mon_power_off(int core_id);
/u-boot/arch/arm/mach-imx/imx9/
A Dimx_bootaux.c12 int arch_auxiliary_core_check_up(u32 core_id) in arch_auxiliary_core_check_up() argument
22 int arch_auxiliary_core_down(u32 core_id) in arch_auxiliary_core_down() argument
34 int arch_auxiliary_core_up(u32 core_id, ulong addr) in arch_auxiliary_core_up() argument
/u-boot/arch/x86/cpu/apollolake/
A Dcpu.c63 uint core_id = dev_seq(dev); in acpi_cpu_fill_ssdt() local
68 ret = acpi_generate_cpu_header(ctx, core_id, cstate_map, in acpi_cpu_fill_ssdt()
72 generate_p_state_entries(ctx, core_id, cores_per_package); in acpi_cpu_fill_ssdt()
75 generate_t_state_entries(ctx, core_id, cores_per_package, NULL, 0); in acpi_cpu_fill_ssdt()
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dfdt.c56 u64 val, core_id; in ft_fixup_cpu() local
73 core_id = fdt_read_number(reg, addr_cells); in ft_fixup_cpu()
74 if (!test_bit(id_to_core(core_id), &mask)) { in ft_fixup_cpu()
127 core_id = fdt_read_number(reg, addr_cells); in ft_fixup_cpu()
128 if (core_id == 0 || (is_core_online(core_id))) { in ft_fixup_cpu()
130 val += id_to_core(core_id) * in ft_fixup_cpu()
/u-boot/drivers/misc/sentinel/
A Ds400_api.c17 int ahab_release_rdc(u8 core_id, u8 xrdc, u32 *response) in ahab_release_rdc() argument
35 msg.data[0] = (0x74 << 8) | core_id; in ahab_release_rdc()
38 msg.data[0] = (0x78 << 8) | core_id; in ahab_release_rdc()
41 msg.data[0] = (0x82 << 8) | core_id; in ahab_release_rdc()
44 msg.data[0] = (0x86 << 8) | core_id; in ahab_release_rdc()
54 __func__, ret, core_id, msg.data[0]); in ahab_release_rdc()
/u-boot/arch/x86/include/asm/
A Dintel_acpi.h27 int acpi_generate_cpu_header(struct acpi_ctx *ctx, int core_id,
/u-boot/drivers/remoteproc/
A Dipu_rproc.c364 u32 ipu_config_mmu(u32 core_id, struct rproc *cfg) in ipu_config_mmu() argument
542 u32 ipu1_config_peripherals(u32 core_id, struct rproc *cfg) in ipu1_config_peripherals() argument
547 u32 ipu2_config_peripherals(u32 core_id, struct rproc *cfg) in ipu2_config_peripherals() argument
605 u32 spl_pre_boot_core(struct udevice *dev, u32 core_id) in spl_pre_boot_core() argument
611 cfg = rproc_cfg_arr[core_id]; in spl_pre_boot_core()
627 cfg->config_mmu(core_id, cfg); in spl_pre_boot_core()
/u-boot/arch/arm/mach-imx/
A Dimx_bootaux.c96 int arch_auxiliary_core_up(u32 core_id, ulong addr) in arch_auxiliary_core_up() argument
144 int arch_auxiliary_core_check_up(u32 core_id) in arch_auxiliary_core_check_up() argument
/u-boot/arch/x86/cpu/intel_common/
A Dacpi.c352 int acpi_generate_cpu_header(struct acpi_ctx *ctx, int core_id, in acpi_generate_cpu_header() argument
356 bool is_first = !core_id; in acpi_generate_cpu_header()
359 acpigen_write_processor(ctx, core_id, is_first ? ACPI_BASE_ADDRESS : 0, in acpi_generate_cpu_header()
/u-boot/lib/acpi/
A Dacpigen.c384 int core_id; in acpigen_write_processor_cnot() local
387 for (core_id = 0; core_id < num_cores; core_id++) { in acpigen_write_processor_cnot()
390 snprintf(buffer, sizeof(buffer), ACPI_CPU_STRING, core_id); in acpigen_write_processor_cnot()
/u-boot/arch/arm/include/asm/mach-imx/
A Ds400_api.h133 int ahab_release_rdc(u8 core_id, u8 xrdc, u32 *response);
A Dsys_proto.h239 int arch_auxiliary_core_check_up(u32 core_id);
/u-boot/drivers/video/
A Dmali_dp.c85 #define MALIDP_PRODUCT_ID(core_id) ((u32)(core_id) >> 16) argument
/u-boot/include/
A Dimx8image.h142 unsigned int core_id; member
A Dremoteproc.h275 typedef u32(*init_func_proto) (u32 core_id, struct rproc *cfg);

Completed in 45 milliseconds