Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprocess.c476 if (cpu_has_feature(CPU_FTR_ALTIVEC) && (current->thread.load_vec)) { in should_restore_altivec()
477 current->thread.load_vec++; in should_restore_altivec()
1125 current->thread.load_vec = 1; in restore_tm_state()
1882 current->thread.load_vec = 0; in start_thread()
H A Dtraps.c1895 current->thread.load_vec = 1; in altivec_unavailable_tm()
1918 current->thread.load_vec = 1; in vsx_unavailable_tm()
H A Dasm-offsets.c124 OFFSET(THREAD_LOAD_VEC, thread_struct, load_vec); in main()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dprocessor.h190 u8 load_vec; member