Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dsignal_64.c95 int ctx_has_vsx_region) in setup_sigcontext() argument
149 if (current->thread.used_vsr && ctx_has_vsx_region) { in setup_sigcontext()
608 int ctx_has_vsx_region = 0; in sys_swapcontext() local
628 ctx_has_vsx_region = 1; in sys_swapcontext()
633 ctx_has_vsx_region) in sys_swapcontext()
Dsignal_32.c410 int ctx_has_vsx_region) in save_user_regs() argument
460 if (current->thread.used_vsr && ctx_has_vsx_region) { in save_user_regs()
1144 int ctx_has_vsx_region = 0; in sys_swapcontext() local
1179 ctx_has_vsx_region = 1; in sys_swapcontext()
1200 || save_user_regs(regs, mctx, NULL, 0, ctx_has_vsx_region) in sys_swapcontext()