Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dprocess.c235 if (tsk->thread.load_fp || msr_tm_active(tsk->thread.regs->msr)) { in restore_fp()
237 current->thread.load_fp++; in restore_fp()
511 !current->thread.load_fp && !loadvec(current->thread)) in restore_math()
1047 current->thread.load_fp = 1; in restore_tm_state()
1685 current->thread.load_fp = 0; in start_thread()
Dasm-offsets.c106 OFFSET(THREAD_LOAD_FP, thread_struct, load_fp); in main()
/arch/powerpc/include/asm/
Dprocessor.h268 u8 load_fp; member