Searched refs:hashkeyr (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | process.c | 1185 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 D | book3s_hv.h | 120 KVMPPC_BOOK3S_HV_VCPU_ACCESSOR(hashkeyr, 64, KVMPPC_GSID_HASHKEYR)
|
| /linux/arch/powerpc/include/asm/ |
| H A D | processor.h | 262 unsigned long hashkeyr; member
|
| /linux/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-view.c | 496 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()
|