Lines Matching refs:lbt_context
233 static int copy_lbt_to_sigcontext(struct lbt_context __user *ctx) in copy_lbt_to_sigcontext()
248 static int copy_lbt_from_sigcontext(struct lbt_context __user *ctx) in copy_lbt_from_sigcontext()
263 static int copy_ftop_to_sigcontext(struct lbt_context __user *ctx) in copy_ftop_to_sigcontext()
270 static int copy_ftop_from_sigcontext(struct lbt_context __user *ctx) in copy_ftop_from_sigcontext()
339 static int save_hw_lbt_context(struct lbt_context __user *ctx) in save_hw_lbt_context()
347 static int restore_hw_lbt_context(struct lbt_context __user *ctx) in restore_hw_lbt_context()
355 static int save_hw_ftop_context(struct lbt_context __user *ctx) in save_hw_ftop_context()
362 static int restore_hw_ftop_context(struct lbt_context __user *ctx) in restore_hw_ftop_context()
622 struct lbt_context __user *lbt_ctx = in protected_save_lbt_context()
623 (struct lbt_context *)get_ctx_through_ctxinfo(info); in protected_save_lbt_context()
658 struct lbt_context __user *lbt_ctx = in protected_restore_lbt_context()
659 (struct lbt_context *)get_ctx_through_ctxinfo(info); in protected_restore_lbt_context()
760 sizeof(struct lbt_context))) in parse_extcontext()
889 sizeof(struct lbt_context), LBT_CTX_ALIGN, new_sp); in setup_extcontext()