Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dprocess.c1187 t->hashkeyr = mfspr(SPRN_HASHKEYR); in save_sprs()
1268 old_thread->hashkeyr != new_thread->hashkeyr) in restore_sprs()
1269 mtspr(SPRN_HASHKEYR, new_thread->hashkeyr); in restore_sprs()
1880 p->thread.hashkeyr = current->thread.hashkeyr; in copy_thread()
2000 current->thread.hashkeyr = get_random_long(); in start_thread()
2001 mtspr(SPRN_HASHKEYR, current->thread.hashkeyr); in start_thread()
/openbmc/linux/arch/powerpc/include/asm/
H A Dprocessor.h262 unsigned long hashkeyr; member
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c501 return membuf_store(&to, target->thread.hashkeyr); in hashkeyr_get()
511 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.hashkeyr, in hashkeyr_set()
/openbmc/qemu/include/hw/ppc/
H A Dspapr_nested.h459 uint64_t hashkeyr; member
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c183 save->hashkeyr = env->spr[SPR_HASHKEYR]; in nested_save_state()
282 env->spr[SPR_HASHKEYR] = load->hashkeyr; in nested_load_state()
909 GUEST_STATE_ELEMENT_ENV_DW(GSB_VCPU_SPR_HASHKEYR, hashkeyr),