Searched refs:tm_dscr (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-tm.c | 754 return membuf_write(&to, &target->thread.tm_dscr, sizeof(u64)); in tm_dscr_get() 770 &target->thread.tm_dscr, 0, sizeof(u64)); in tm_dscr_set()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | processor.h | 210 unsigned long tm_dscr; member
|
/openbmc/qemu/target/ppc/ |
H A D | machine.c | 459 VMSTATE_UINT64(env.tm_dscr, PowerPCCPU),
|
H A D | kvm.c | 996 kvm_set_one_reg(cs, KVM_REG_PPC_TM_DSCR, &env->tm_dscr); in kvm_arch_put_registers() 1296 kvm_get_one_reg(cs, KVM_REG_PPC_TM_DSCR, &env->tm_dscr); in kvm_arch_get_registers()
|
H A D | cpu.h | 1394 uint64_t tm_dscr; member
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | asm-offsets.c | 164 OFFSET(THREAD_TM_DSCR, thread_struct, tm_dscr); in main()
|