Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dprocess.c254 #define loadvec(thr) ((thr).load_vec)
324 if (cpu_has_feature(CPU_FTR_ALTIVEC) && (tsk->thread.load_vec)) { in restore_altivec()
327 tsk->thread.load_vec++; in restore_altivec()
1039 current->thread.load_vec = 1; in restore_tm_state()
1801 current->thread.load_vec = 0; in start_thread()
Dtraps.c1868 current->thread.load_vec = 1; in altivec_unavailable_tm()
1891 current->thread.load_vec = 1; in vsx_unavailable_tm()
Dasm-offsets.c121 OFFSET(THREAD_LOAD_VEC, thread_struct, load_vec); in main()
/arch/powerpc/include/asm/
Dprocessor.h185 u8 load_vec; member