Searched refs:dac1 (Results 1 – 4 of 4) sorted by relevance
992 task->thread.dac1 = data & ~0x3UL; in ptrace_set_debugreg()994 if (task->thread.dac1 == 0) { in ptrace_set_debugreg()1201 child->thread.dac1 = (unsigned long)bp_info->addr; in set_dac()1246 child->thread.dac1 = 0; in del_dac()1321 child->thread.dac1 = bp_info->addr; in set_dac_range()1596 ret = put_user(child->thread.dac1, datalp); in arch_ptrace()
284 ret = put_user(child->thread.dac1, (u32 __user *)data); in compat_arch_ptrace()
303 thread->dac1 = thread->dac2 = 0; in set_debug_reg_defaults()332 mtspr(SPRN_DAC1, thread->dac1); in prime_debug_regs()
191 unsigned long dac1; member