Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dprocessor.h181 u8 load_vec; member
/linux/arch/powerpc/kernel/
H A Dprocess.c473 if (cpu_has_feature(CPU_FTR_ALTIVEC) && (current->thread.load_vec)) { in should_restore_altivec()
474 current->thread.load_vec++; in should_restore_altivec()
1141 current->thread.load_vec = 1; in restore_tm_state()
1999 current->thread.load_vec = 0; in start_thread()
H A Dtraps.c1902 current->thread.load_vec = 1; in DEFINE_INTERRUPT_HANDLER()
1925 current->thread.load_vec = 1; in DEFINE_INTERRUPT_HANDLER()
H A Dasm-offsets.c118 OFFSET(THREAD_LOAD_VEC, thread_struct, load_vec); in main()