Home
last modified time | relevance | path

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

/arch/sparc/kernel/
Dunaligned_64.c132 } else if (!test_thread_64bit_stack(fp)) { in fetch_reg()
157 } else if (!test_thread_64bit_stack(fp)) { in fetch_reg_addr()
416 if (!test_thread_64bit_stack(fp)) { in handle_popc()
575 } else if (!test_thread_64bit_stack(regs->u_regs[UREG_FP])) { in handle_ld_nf()
Dprocess_64.c450 bool stack_64bit = test_thread_64bit_stack(psp); in clone_stackframe()
516 if (test_thread_64bit_stack(sp)) in synchronize_user_stack()
558 if (test_thread_64bit_stack(sp)) in fault_in_user_windows()
Dvisemul.c163 } else if (!test_thread_64bit_stack(fp)) { in fetch_reg()
183 if (!test_thread_64bit_stack(fp)) { in __fetch_reg_addr_user()
212 if (!test_thread_64bit_stack(regs->u_regs[UREG_FP])) in store_reg()
Dptrace_64.c157 if (!test_thread_64bit_stack(rw_addr)) { in regwindow64_get()
182 if (!test_thread_64bit_stack(rw_addr)) { in regwindow64_set()
/arch/sparc/include/asm/
Dthread_info_64.h257 #define test_thread_64bit_stack(__SP) \ macro
Dcompat.h235 if (test_thread_64bit_stack(usp)) in arch_compat_alloc_user_space()
/arch/sparc/math-emu/
Dmath_64.c323 else if (!test_thread_64bit_stack(regs->u_regs[UREG_FP])) { in do_mathemu()