Home
last modified time | relevance | path

Searched defs:boot_addr (Results 1 – 25 of 25) sorted by relevance

/linux/arch/arm/mach-exynos/ !
H A Dpm.c204 unsigned long boot_addr; in exynos_cpu0_enter_aftr() local
234 unsigned long boot_addr = __pa_symbol(exynos_cpu_resume); in exynos_cpu0_enter_aftr() local
322 unsigned long boot_addr = __pa_symbol(exynos_cpu_resume); in exynos_pre_enter_aftr() local
H A Dplatsmp.c267 int exynos_set_boot_addr(u32 core_id, unsigned long boot_addr) in exynos_set_boot_addr()
292 int exynos_get_boot_addr(u32 core_id, unsigned long *boot_addr) in exynos_get_boot_addr()
370 unsigned long boot_addr; in exynos_boot_secondary() local
H A Dfirmware.c82 static int exynos_set_cpu_boot_addr(int cpu, unsigned long boot_addr) in exynos_set_cpu_boot_addr()
103 static int exynos_get_cpu_boot_addr(int cpu, unsigned long *boot_addr) in exynos_get_cpu_boot_addr()
/linux/drivers/soc/renesas/ !
H A Drcar-rst.c43 static int rcar_rst_set_gen3_rproc_boot_addr(u64 boot_addr) in rcar_rst_set_gen3_rproc_boot_addr()
178 int rcar_rst_set_rproc_boot_addr(u64 boot_addr) in rcar_rst_set_rproc_boot_addr()
/linux/include/linux/soc/renesas/ !
H A Drcar-rst.h10 static inline int rcar_rst_set_rproc_boot_addr(u64 boot_addr) { return -ENODEV; } in rcar_rst_set_rproc_boot_addr()
/linux/sound/soc/sof/mediatek/mt8186/ !
H A Dmt8186-loader.c14 void mt8186_sof_hifixdsp_boot_sequence(struct snd_sof_dev *sdev, u32 boot_addr) in mt8186_sof_hifixdsp_boot_sequence()
/linux/sound/soc/sof/mediatek/mt8195/ !
H A Dmt8195-loader.c13 void sof_hifixdsp_boot_sequence(struct snd_sof_dev *sdev, u32 boot_addr) in sof_hifixdsp_boot_sequence()
/linux/arch/riscv/kernel/ !
H A Dcpu_ops_sbi.c67 unsigned long boot_addr = __pa_symbol(secondary_start_sbi); in sbi_cpu_start() local
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ !
H A Dpmu.h20 u32 boot_addr; member
/linux/drivers/firmware/ !
H A Dtrusted_foundations.c57 static int tf_set_cpu_boot_addr(int cpu, unsigned long boot_addr) in tf_set_cpu_boot_addr()
/linux/arch/arm/mach-mvebu/ !
H A Dsystem-controller.c145 void mvebu_system_controller_set_cpu_boot_addr(void *boot_addr) in mvebu_system_controller_set_cpu_boot_addr()
H A Dplatsmp.c193 static int mv98dx3236_resume_set_cpu_boot_addr(int hw_cpu, void *boot_addr) in mv98dx3236_resume_set_cpu_boot_addr()
H A Dpmsu.c110 void mvebu_pmsu_set_cpu_boot_addr(int hw_cpu, void *boot_addr) in mvebu_pmsu_set_cpu_boot_addr()
/linux/arch/mips/bcm63xx/boards/ !
H A Dboard_bcm963xx.c731 u8 *boot_addr, *cfe; in board_prom_init() local
/linux/arch/arm/mach-bcm/ !
H A Dplatsmp-brcmstb.c130 static void cpu_set_boot_addr(u32 cpu, unsigned long boot_addr) in cpu_set_boot_addr()
/linux/drivers/media/platform/amphion/ !
H A Dvpu_rpc.h26 unsigned long boot_addr; member
197 dma_addr_t boot_addr) in vpu_iface_init()
H A Dvpu_malone.c354 struct vpu_buffer *rpc, dma_addr_t boot_addr) in vpu_malone_init_rpc()
H A Dvpu_windsor.c555 struct vpu_buffer *rpc, dma_addr_t boot_addr) in vpu_windsor_init_rpc()
/linux/drivers/remoteproc/ !
H A Dkeystone_remoteproc.c76 static int keystone_rproc_dsp_boot(struct keystone_rproc *ksproc, u32 boot_addr) in keystone_rproc_dsp_boot()
H A Dti_k3_r5_remoteproc.c470 u32 boot_addr; in k3_r5_rproc_start() local
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ !
H A Dfalcon.h130 u32 boot_addr; member
/linux/drivers/bluetooth/ !
H A Dbtintel.c45 __le32 boot_addr; member
1073 u32 *boot_addr) in btintel_firmware_version()
1889 static int btintel_boot(struct hci_dev *hdev, u32 boot_addr) in btintel_boot()
/linux/drivers/gpu/nova-core/ !
H A Dfalcon.rs317 fn boot_addr(&self) -> u32; in boot_addr() method
/linux/drivers/gpu/nova-core/firmware/ !
H A Dfwsec.rs237 fn boot_addr(&self) -> u32 { in boot_addr() method
/linux/drivers/net/ethernet/chelsio/cxgb4/ !
H A Dt4_hw.c10578 unsigned int boot_addr, unsigned int size) in t4_load_boot()