| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Keystone Secure APIs |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2013 Texas Instruments, Inc. |
|---|
| 5 | 6 | * Santosh Shilimkar <santosh.shilimkar@ti.com> |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software,you can redistribute it and/or modify |
|---|
| 8 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 9 | | - * published by the Free Software Foundation. |
|---|
| 10 | 7 | */ |
|---|
| 11 | 8 | |
|---|
| 12 | 9 | #include <linux/linkage.h> |
|---|
| .. | .. |
|---|
| 21 | 18 | * |
|---|
| 22 | 19 | * Return: Non zero value on failure |
|---|
| 23 | 20 | */ |
|---|
| 21 | + .arch_extension sec |
|---|
| 24 | 22 | ENTRY(keystone_cpu_smc) |
|---|
| 25 | 23 | stmfd sp!, {r4-r11, lr} |
|---|
| 26 | 24 | smc #0 |
|---|