Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/kernel/
Dunaligned_64.c133 } else if (!test_thread_64bit_stack(fp)) { in fetch_reg()
158 } else if (!test_thread_64bit_stack(fp)) { in fetch_reg_addr()
417 if (!test_thread_64bit_stack(fp)) { in handle_popc()
584 } else if (!test_thread_64bit_stack(regs->u_regs[UREG_FP])) { in handle_ld_nf()
Dprocess_64.c427 bool stack_64bit = test_thread_64bit_stack(psp); in clone_stackframe()
493 if (test_thread_64bit_stack(sp)) in synchronize_user_stack()
533 if (test_thread_64bit_stack(sp)) in fault_in_user_windows()
Dvisemul.c164 } else if (!test_thread_64bit_stack(fp)) { in fetch_reg()
184 if (!test_thread_64bit_stack(fp)) { in __fetch_reg_addr_user()
213 if (!test_thread_64bit_stack(regs->u_regs[UREG_FP])) in store_reg()
Duprobes.c145 if (test_thread_64bit_stack(fp)) { in retpc_fixup()
Dptrace_64.c196 if (!test_thread_64bit_stack(rw_addr)) { in regwindow64_get()
221 if (!test_thread_64bit_stack(rw_addr)) { in regwindow64_set()
/linux-5.19.10/arch/sparc/include/asm/
Dthread_info_64.h234 #define test_thread_64bit_stack(__SP) \ macro
/linux-5.19.10/arch/sparc/math-emu/
Dmath_64.c324 else if (!test_thread_64bit_stack(regs->u_regs[UREG_FP])) { in do_mathemu()