Searched refs:hashkeyr (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/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() 2015 current->thread.hashkeyr = get_random_long(); in start_thread() 2016 mtspr(SPRN_HASHKEYR, current->thread.hashkeyr); in start_thread()
|
| /linux-6.15/arch/powerpc/kvm/ |
| H A D | book3s_hv.h | 120 KVMPPC_BOOK3S_HV_VCPU_ACCESSOR(hashkeyr, 64, KVMPPC_GSID_HASHKEYR)
|
| H A D | book3s_hv_nestedv2.c | 200 rc = kvmppc_gse_put_u64(gsb, iden, vcpu->arch.hashkeyr); in gs_msg_ops_vcpu_fill_info() 463 vcpu->arch.hashkeyr = kvmppc_gse_get_u64(gse); in gs_msg_ops_vcpu_refresh_info()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | processor.h | 262 unsigned long hashkeyr; member
|
| H A D | kvm_host.h | 603 ulong hashkeyr; member
|
| /linux-6.15/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()
|