Home
last modified time | relevance | path

Searched refs:lbt_ctx (Results 1 – 1 of 1) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dsignal.c601 struct lbt_context __user *lbt_ctx = in protected_save_lbt_context() local
603 uint64_t __user *regs = (uint64_t *)&lbt_ctx->regs; in protected_save_lbt_context()
604 uint32_t __user *eflags = (uint32_t *)&lbt_ctx->eflags; in protected_save_lbt_context()
609 err |= save_hw_lbt_context(lbt_ctx); in protected_save_lbt_context()
611 err |= copy_lbt_to_sigcontext(lbt_ctx); in protected_save_lbt_context()
613 err |= save_hw_ftop_context(lbt_ctx); in protected_save_lbt_context()
615 err |= copy_ftop_to_sigcontext(lbt_ctx); in protected_save_lbt_context()
637 struct lbt_context __user *lbt_ctx = in protected_restore_lbt_context() local
639 uint64_t __user *regs = (uint64_t *)&lbt_ctx->regs; in protected_restore_lbt_context()
640 uint32_t __user *eflags = (uint32_t *)&lbt_ctx->eflags; in protected_restore_lbt_context()
[all …]