/linux/arch/arm64/kernel/ |
H A D | acpi_parking_protocol.c | 17 __le64 entry_point; member 103 &mailbox->entry_point); in acpi_parking_protocol_cpu_boot() 116 u64 entry_point; in acpi_parking_protocol_cpu_postboot() local 118 entry_point = readq_relaxed(&mailbox->entry_point); in acpi_parking_protocol_cpu_postboot() 123 WARN_ON(entry_point); in acpi_parking_protocol_cpu_postboot()
|
/linux/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_scb_types.h | 106 entry_point, /* REQUIRED */ 291 entry_point, /* REQUIRED */ 359 entry_point, /* REQUIRED */ 423 entry_point, /* REQUIRED */ 480 entry_point, /* REQUIRED */ 714 entry_point, /* REQUIRED */ 760 entry_point, /* REQUIRED */ 865 entry_point, 911 entry_point, 1050 entry_point, /* REQUIRED */ [all …]
|
H A D | cs46xx_dsp_task_types.h | 98 entry_point,
|
/linux/arch/sh/kernel/cpu/sh4a/ |
H A D | smp-shx3.c | 84 static void shx3_start_cpu(unsigned int cpu, unsigned long entry_point) in shx3_start_cpu() argument 87 __raw_writel(entry_point, RESET_REG(cpu)); in shx3_start_cpu() 89 __raw_writel(virt_to_phys(entry_point), RESET_REG(cpu)); in shx3_start_cpu()
|
/linux/include/linux/ |
H A D | psci.h | 26 int (*cpu_suspend)(u32 state, unsigned long entry_point); 28 int (*cpu_on)(unsigned long cpuid, unsigned long entry_point);
|
H A D | pe.h | 225 uint32_t entry_point; /* file offset of entry point */ member 260 uint32_t entry_point; /* file offset of entry point */ member
|
/linux/drivers/media/pci/intel/ipu6/ |
H A D | ipu6-cpd.h | 70 u32 entry_point; member 78 u32 entry_point; member
|
/linux/arch/sh/kernel/cpu/sh2/ |
H A D | smp-j2.c | 79 static void j2_start_cpu(unsigned int cpu, unsigned long entry_point) in j2_start_cpu() argument 94 __raw_writel(entry_point, initpc); in j2_start_cpu()
|
/linux/drivers/input/misc/ |
H A D | wistron_btns.c | 96 u32 entry_point; in map_bios() local 106 entry_point = readl(base + offset + 5); in map_bios() 109 base + offset, entry_point); in map_bios() 111 if (entry_point >= 0xF0000) { in map_bios() 113 bios_entry_point = bios_code_map_base + (entry_point & 0xFFFF); in map_bios() 116 bios_code_map_base = ioremap(entry_point & ~0x3FFF, 0x4000); in map_bios() 120 entry_point & ~0x3FFF); in map_bios() 123 bios_entry_point = bios_code_map_base + (entry_point & 0x3FFF); in map_bios()
|
/linux/drivers/accel/ivpu/ |
H A D | ivpu_fw.c | 199 if (fw_hdr->entry_point < image_load_addr || in ivpu_fw_parse() 200 fw_hdr->entry_point >= image_load_addr + image_size) { in ivpu_fw_parse() 201 ivpu_err(vdev, "Invalid entry point: 0x%llx\n", fw_hdr->entry_point); in ivpu_fw_parse() 223 fw->cold_boot_entry_point = fw_hdr->entry_point; in ivpu_fw_parse() 224 fw->entry_point = fw->cold_boot_entry_point; in ivpu_fw_parse() 252 fw->runtime_addr, image_load_addr, fw->entry_point); in ivpu_fw_parse()
|
H A D | ivpu_pm.c | 46 fw->entry_point = fw->cold_boot_entry_point; in ivpu_pm_prepare_cold_boot() 60 fw->entry_point = bp->save_restore_ret_address; in ivpu_pm_prepare_warm_boot()
|
/linux/arch/sh/include/asm/ |
H A D | smp-ops.h | 9 void (*start_cpu)(unsigned int cpu, unsigned long entry_point);
|
/linux/arch/mips/include/asm/octeon/ |
H A D | octeon.h | 64 uint64_t entry_point; member 115 uint64_t entry_point;
|
/linux/include/uapi/linux/ |
H A D | fsl_hypervisor.h | 92 __u32 entry_point; member
|
/linux/drivers/mtd/parsers/ |
H A D | redboot.c | 24 u32 entry_point; // Execution entry point member 173 swab32s(&buf[j].entry_point); in parse_redboot_partitions()
|
/linux/include/sound/sof/ |
H A D | ext_manifest4.h | 99 uint32_t entry_point; member
|
/linux/arch/powerpc/include/asm/ |
H A D | fsl_hcalls.h | 286 uint32_t entry_point, int load) in fh_partition_start() argument 295 r4 = entry_point; in fh_partition_start()
|
/linux/arch/sh/boards/ |
H A D | of-generic.c | 28 static void dummy_start_cpu(unsigned int cpu, unsigned long entry_point) in dummy_start_cpu() argument
|
/linux/sound/soc/intel/catpt/ |
H A D | loader.c | 34 u32 entry_point; member 452 type->entry_point = mod->entry_point - 4; in catpt_load_module()
|
H A D | core.h | 52 u32 entry_point; member
|
H A D | messages.h | 182 u32 entry_point; member
|
H A D | pcm.c | 1164 entry->entry_point = type->entry_point; in catpt_arm_stream_templates()
|
/linux/drivers/firmware/ |
H A D | arm_sdei.c | 547 static int sdei_api_event_register(u32 event_num, unsigned long entry_point, in sdei_api_event_register() argument 551 (unsigned long)entry_point, (unsigned long)arg, in sdei_api_event_register()
|
/linux/sound/soc/intel/atom/sst/ |
H A D | sst_loader.c | 183 dev_dbg(sst_drv_ctx->dev, "module entrypoint 0x%x\n", module->entry_point); in sst_parse_module_memcpy()
|
H A D | sst.h | 246 u32 entry_point; member
|