Searched refs:dac1 (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-adv.c80 return put_user(child->thread.debug.dac1, datalp);
110 task->thread.debug.dac1 = data & ~0x3UL;
112 if (task->thread.debug.dac1 == 0) {
305 child->thread.debug.dac1 = (unsigned long)bp_info->addr;
317 /* Both dac1 and dac2 are part of a range */
351 child->thread.debug.dac1 = 0;
406 * kernel space address from a valid dac1 value
426 child->thread.debug.dac1 = bp_info->addr;
H A Dptrace32.c257 ret = put_user(child->thread.debug.dac1, (u32 __user *)data);
/linux-master/arch/powerpc/kvm/
H A Dbooke_emulate.c199 vcpu->arch.dbg_reg.dac1 = spr_val;
423 *spr_val = vcpu->arch.dbg_reg.dac1;
H A Dbooke.c908 run->debug.arch.address = dbg_reg->dac1;
1692 *val = get_reg_val(id, vcpu->arch.dbg_reg.dac1);
1748 vcpu->arch.dbg_reg.dac1 = set_reg_val(id, *val);
1940 dbg_reg->dac1 = addr;
/linux-master/arch/powerpc/include/asm/
H A Dprocessor.h124 unsigned long dac1; member in struct:debug_reg
/linux-master/arch/powerpc/kernel/
H A Dprocess.c698 thread->debug.dac1 = thread->debug.dac2 = 0;
734 mtspr(SPRN_DAC1, debug->dac1);

Completed in 142 milliseconds