Lines Matching +full:non +full:- +full:secure
2 * OMAP Secure API infrastructure.
23 #include "omap-secure.h"
28 * omap_sec_dispatcher: Routine to dispatch low power secure
33 * @arg1, arg2, arg3 args4: Parameters passed to secure API
35 * Return the non-zero error value on failure.
50 * Secure API needs physical address in omap_secure_dispatcher()
60 /* Allocate the memory to save secure ram */
98 * rx51_secure_dispatcher: Routine to dispatch secure PPA API calls
103 * @arg1, arg2, arg3 args4: Parameters passed to secure API
105 * Return the non-zero error value on failure.
116 param[0] = nargs+1; /* RX-51 needs number of arguments + 1 */ in rx51_secure_dispatcher()
123 * Secure API needs physical address in rx51_secure_dispatcher()
143 * Return the non-zero error value on failure.