Lines Matching +full:rom +full:- +full:addr
1 // SPDX-License-Identifier: GPL-2.0-only
11 #include <linux/arm-smccc.h>
23 #include "omap-secure.h"
39 * We only check that the OP-TEE node is present and available. The in omap_optee_init_check()
40 * OP-TEE kernel driver is not needed for the type of interaction made in omap_optee_init_check()
41 * with OP-TEE here so the driver's status is not checked. in omap_optee_init_check()
50 * omap_secure_dispatcher - Routine to dispatch low power secure
57 * Return the non-zero error value on failure.
101 * If this platform has OP-TEE installed we use ARM SMC calls in omap_smc1()
102 * otherwise fall back to the OMAP ROM style calls. in omap_smc1()
122 u32 omap3_save_secure_ram(void *addr, int size) in omap3_save_secure_ram() argument
131 param[1] = __pa(addr); /* Physical address for saving */ in omap3_save_secure_ram()
150 * Return the non-zero error value on failure.
161 param[0] = nargs+1; /* RX-51 needs number of arguments + 1 */ in rx51_secure_dispatcher()
188 * Return the non-zero error value on failure.
222 * Dummy dispatcher call after core OSWR and MPU off. Updates the ROM return
223 * address after MMU has been re-enabled after CPU1 has been woken up again.
224 * Otherwise the ROM code will attempt to use the earlier physical return