Searched refs:hashkeyr (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dprocess.c1187 t->hashkeyr = mfspr(SPRN_HASHKEYR);
1268 old_thread->hashkeyr != new_thread->hashkeyr)
1269 mtspr(SPRN_HASHKEYR, new_thread->hashkeyr);
1880 p->thread.hashkeyr = current->thread.hashkeyr;
2000 current->thread.hashkeyr = get_random_long();
2001 mtspr(SPRN_HASHKEYR, current->thread.hashkeyr);
/linux-master/arch/powerpc/include/asm/
H A Dprocessor.h262 unsigned long hashkeyr; member in struct:thread_struct
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c501 return membuf_store(&to, target->thread.hashkeyr);
511 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.hashkeyr,

Completed in 161 milliseconds