Searched refs:sm_ctx (Results 1 – 10 of 10) sorted by relevance
19 enum sm_handler_ret __weak sm_platform_handler(struct sm_ctx *ctx __unused) in sm_platform_handler()57 uint32_t sm_from_nsec(struct sm_ctx *ctx) in sm_from_nsec()67 COMPILE_TIME_ASSERT(!(offsetof(struct sm_ctx, sec.r0) % 8)); in sm_from_nsec()68 COMPILE_TIME_ASSERT(!(offsetof(struct sm_ctx, nsec.r0) % 8)); in sm_from_nsec()69 COMPILE_TIME_ASSERT(!(sizeof(struct sm_ctx) % 8)); in sm_from_nsec()
10 uint32_t sm_from_nsec(struct sm_ctx *ctx);
16 static enum sm_handler_ret sip_service(struct sm_ctx *ctx __unused, in sip_service()59 enum sm_handler_ret sm_platform_handler(struct sm_ctx *ctx) in sm_platform_handler()
86 struct sm_ctx { struct101 #define SM_STACK_TMP_RESERVE_SIZE sizeof(struct sm_ctx)123 enum sm_handler_ret sm_platform_handler(struct sm_ctx *ctx);
69 static enum sm_handler_ret oem_service(struct sm_ctx *ctx __unused, in oem_service()87 enum sm_handler_ret sm_platform_handler(struct sm_ctx *ctx) in sm_platform_handler()
34 enum sm_handler_ret sm_platform_handler(struct sm_ctx *ctx) in sm_platform_handler()
22 DEFINE(SM_CTX_SIZE, sizeof(struct sm_ctx));23 DEFINE(SM_CTX_NSEC, offsetof(struct sm_ctx, nsec));24 DEFINE(SM_CTX_SEC, offsetof(struct sm_ctx, sec));
44 enum sm_handler_ret sm_platform_handler(struct sm_ctx *ctx) in sm_platform_handler()
69 enum sm_handler_ret sm_platform_handler(struct sm_ctx *ctx) in sm_platform_handler()
72 enum sm_handler_ret sm_platform_handler(struct sm_ctx *ctx) in sm_platform_handler()
Completed in 8 milliseconds