Searched refs:entry_point (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/arch/arm64/kernel/
H A Dacpi_parking_protocol.c17 __le64 entry_point; member in struct:parking_protocol_mailbox
103 &mailbox->entry_point);
116 u64 entry_point; local
118 entry_point = readq_relaxed(&mailbox->entry_point);
120 * Check if firmware has cleared the entry_point as expected
123 WARN_ON(entry_point);
/linux-master/include/linux/
H A Dpsci.h26 int (*cpu_suspend)(u32 state, unsigned long entry_point);
28 int (*cpu_on)(unsigned long cpuid, unsigned long entry_point);
H A Dpe.h225 uint32_t entry_point; /* file offset of entry point */ member in struct:pe32_opt_hdr
260 uint32_t entry_point; /* file offset of entry point */ member in struct:pe32plus_opt_hdr
/linux-master/drivers/accel/ivpu/
H A Divpu_fw.h25 u64 entry_point; /* Cold or warm boot entry point for next boot */ member in struct:ivpu_fw_info
40 return vdev->fw->entry_point == vdev->fw->cold_boot_entry_point;
H A Divpu_fw.c172 if (fw_hdr->entry_point < image_load_addr ||
173 fw_hdr->entry_point >= image_load_addr + image_size) {
174 ivpu_err(vdev, "Invalid entry point: 0x%llx\n", fw_hdr->entry_point);
194 fw->cold_boot_entry_point = fw_hdr->entry_point;
195 fw->entry_point = fw->cold_boot_entry_point;
206 fw->runtime_addr, image_load_addr, fw->entry_point);
H A Divpu_pm.c40 fw->entry_point = fw->cold_boot_entry_point;
54 fw->entry_point = bp->save_restore_ret_address;
H A Dvpu_boot_api.h59 u64 entry_point; member in struct:vpu_firmware_header
/linux-master/arch/sh/include/asm/
H A Dsmp-ops.h9 void (*start_cpu)(unsigned int cpu, unsigned long entry_point);
/linux-master/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h106 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, /* REQUIRE
[all...]
H A Dcs46xx_dsp_task_types.h98 entry_point,
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dsmp-shx3.c84 static void shx3_start_cpu(unsigned int cpu, unsigned long entry_point) argument
87 __raw_writel(entry_point, RESET_REG(cpu));
89 __raw_writel(virt_to_phys(entry_point), RESET_REG(cpu));
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-cpd.h70 u32 entry_point; member in struct:ipu6_cpd_metadata_cmpnt
78 u32 entry_point; member in struct:ipu6se_cpd_metadata_cmpnt
/linux-master/drivers/firmware/psci/
H A Dpsci.c176 __psci_cpu_suspend(u32 fn, u32 state, unsigned long entry_point) argument
180 err = invoke_psci_fn(fn, state, entry_point, 0);
185 psci_0_1_cpu_suspend(u32 state, unsigned long entry_point) argument
188 state, entry_point);
192 psci_0_2_cpu_suspend(u32 state, unsigned long entry_point) argument
195 state, entry_point);
216 static int __psci_cpu_on(u32 fn, unsigned long cpuid, unsigned long entry_point) argument
220 err = invoke_psci_fn(fn, cpuid, entry_point, 0);
224 static int psci_0_1_cpu_on(unsigned long cpuid, unsigned long entry_point) argument
226 return __psci_cpu_on(psci_0_1_function_ids.cpu_on, cpuid, entry_point);
229 psci_0_2_cpu_on(unsigned long cpuid, unsigned long entry_point) argument
[all...]
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dsmp-j2.c79 static void j2_start_cpu(unsigned int cpu, unsigned long entry_point) argument
94 __raw_writel(entry_point, initpc);
/linux-master/include/uapi/linux/
H A Dfsl_hypervisor.h84 * @entry_point: The offset within the guest IMA to start execution
92 __u32 entry_point; member in struct:fsl_hv_ioctl_start
/linux-master/include/sound/sof/
H A Dext_manifest4.h99 uint32_t entry_point; member in struct:sof_man4_module
/linux-master/arch/sh/boards/
H A Dof-generic.c28 static void dummy_start_cpu(unsigned int cpu, unsigned long entry_point) argument
/linux-master/arch/mips/include/asm/octeon/
H A Docteon.h64 uint64_t entry_point; member in struct:octeon_boot_descriptor
115 uint64_t entry_point;
/linux-master/sound/soc/intel/catpt/
H A Dcore.h52 u32 entry_point; member in struct:catpt_module_type
H A Dloader.c34 u32 entry_point; member in struct:catpt_fw_mod_hdr
452 type->entry_point = mod->entry_point - 4;
H A Dmessages.h182 u32 entry_point; member in struct:catpt_module_entry
/linux-master/arch/powerpc/include/asm/
H A Dfsl_hcalls.h278 * @entry_point: guest physical address to start execution
286 uint32_t entry_point, int load)
295 r4 = entry_point;
285 fh_partition_start(unsigned int partition, uint32_t entry_point, int load) argument
/linux-master/drivers/input/misc/
H A Dwistron_btns.c96 u32 entry_point; local
106 entry_point = readl(base + offset + 5);
109 base + offset, entry_point);
111 if (entry_point >= 0xF0000) {
113 bios_entry_point = bios_code_map_base + (entry_point & 0xFFFF);
116 bios_code_map_base = ioremap(entry_point & ~0x3FFF, 0x4000);
120 entry_point & ~0x3FFF);
123 bios_entry_point = bios_code_map_base + (entry_point & 0x3FFF);
/linux-master/drivers/mtd/parsers/
H A Dredboot.c24 u32 entry_point; // Execution entry point member in struct:fis_image_desc
173 swab32s(&buf[j].entry_point);
/linux-master/sound/soc/intel/skylake/
H A Dskl-sst-utils.c56 u32 entry_point; member in struct:adsp_module_entry

Completed in 389 milliseconds

12