Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dfirmware.h36 int (*get_cpu_boot_addr)(int cpu, unsigned long *boot_addr); member
/arch/arm/mach-exynos/
Dfirmware.c145 .get_cpu_boot_addr = exynos_get_cpu_boot_addr,
Dplatsmp.c304 ret = call_firmware_op(get_cpu_boot_addr, core_id, boot_addr); in exynos_get_boot_addr()