Home
last modified time | relevance | path

Searched refs:get_cpu_boot_addr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dfirmware.h36 int (*get_cpu_boot_addr)(int cpu, unsigned long *boot_addr); member
/openbmc/linux/arch/arm/mach-exynos/
H A Dfirmware.c153 .get_cpu_boot_addr = exynos_get_cpu_boot_addr,
H A Dplatsmp.c300 ret = call_firmware_op(get_cpu_boot_addr, core_id, boot_addr); in exynos_get_boot_addr()