Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dprocess.c1185 t->hashkeyr = mfspr(SPRN_HASHKEYR); in save_sprs()
1269 old_thread->hashkeyr != new_thread->hashkeyr) in restore_sprs()
1270 mtspr(SPRN_HASHKEYR, new_thread->hashkeyr); in restore_sprs()
1892 p->thread.hashkeyr = current->thread.hashkeyr; in copy_thread()
2010 current->thread.hashkeyr = get_random_long(); in start_thread()
2011 mtspr(SPRN_HASHKEYR, current->thread.hashkeyr); in start_thread()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv.h120 KVMPPC_BOOK3S_HV_VCPU_ACCESSOR(hashkeyr, 64, KVMPPC_GSID_HASHKEYR)
/linux/arch/powerpc/include/asm/
H A Dprocessor.h262 unsigned long hashkeyr; member
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c496 return membuf_store(&to, target->thread.hashkeyr); in hashkeyr_get()
506 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.hashkeyr, in hashkeyr_set()