Home
last modified time | relevance | path

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

/linux-6.15/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()
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 Dbook3s_hv.h120 KVMPPC_BOOK3S_HV_VCPU_ACCESSOR(hashkeyr, 64, KVMPPC_GSID_HASHKEYR)
H A Dbook3s_hv_nestedv2.c200 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 Dprocessor.h262 unsigned long hashkeyr; member
H A Dkvm_host.h603 ulong hashkeyr; member
/linux-6.15/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()