1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2013 Texas Instruments, Inc.
6 * Santosh Shilimkar <santosh.shilimkar@ti.com>
9 #include <linux/linkage.h>
12 * u32 keystone_cpu_smc(u32 command, u32 cpu, u32 addr)
14 * Low level CPU monitor API
15 * @command: Monitor command.
17 * @addr: Kernel jump address for boot CPU
19 * Return: Non zero value on failure
22 ENTRY(keystone_cpu_smc)
23 stmfd sp!, {r4-r11, lr}
25 ldmfd sp!, {r4-r11, pc}
26 ENDPROC(keystone_cpu_smc)