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

/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-adv.c166 child->thread.debug.iac2 = bp_info->addr2;
194 * Don't use iac1 if iac1-iac2 are free and either
206 child->thread.debug.iac2 = bp_info->addr;
238 child->thread.debug.iac2 = 0;
251 child->thread.debug.iac2 = 0;
/linux-master/arch/powerpc/kvm/
H A Dbooke_emulate.c164 vcpu->arch.dbg_reg.iac2 = spr_val;
412 *spr_val = vcpu->arch.dbg_reg.iac2;
H A Dbooke.c1681 *val = get_reg_val(id, vcpu->arch.dbg_reg.iac2);
1737 vcpu->arch.dbg_reg.iac2 = set_reg_val(id, *val);
1911 dbg_reg->iac2 = addr;
/linux-master/arch/powerpc/include/asm/
H A Dprocessor.h119 unsigned long iac2; member in struct:debug_reg
/linux-master/drivers/misc/
H A Dapds990x.c433 int iac, iac1, iac2; /* IR adjusted counts */ local
438 * iac2 = CF2 * CLEAR_CH - IRF2 * IR_CH
441 iac2 = (chip->cf.cf2 * clear - chip->cf.irf2 * ir) / APDS_PARAM_SCALE;
443 iac = max(iac1, iac2);
/linux-master/arch/powerpc/kernel/
H A Dprocess.c694 thread->debug.iac1 = thread->debug.iac2 = 0;
729 mtspr(SPRN_IAC2, debug->iac2);

Completed in 225 milliseconds