Searched refs:iac2 (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-adv.c | 165 child->thread.debug.iac2 = bp_info->addr2; in set_instruction_bp() 193 * Don't use iac1 if iac1-iac2 are free and either in set_instruction_bp() 205 child->thread.debug.iac2 = bp_info->addr; in set_instruction_bp() 237 child->thread.debug.iac2 = 0; in del_instruction_bp() 250 child->thread.debug.iac2 = 0; in del_instruction_bp()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-adv.c | 166 child->thread.debug.iac2 = bp_info->addr2; in set_instruction_bp() 194 * Don't use iac1 if iac1-iac2 are free and either in set_instruction_bp() 206 child->thread.debug.iac2 = bp_info->addr; in set_instruction_bp() 238 child->thread.debug.iac2 = 0; in del_instruction_bp() 251 child->thread.debug.iac2 = 0; in del_instruction_bp()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | booke_emulate.c | 164 vcpu->arch.dbg_reg.iac2 = spr_val; in kvmppc_booke_emulate_mtspr() 412 *spr_val = vcpu->arch.dbg_reg.iac2; in kvmppc_booke_emulate_mfspr()
|
H A D | booke.c | 1647 *val = get_reg_val(id, vcpu->arch.dbg_reg.iac2); in kvmppc_get_one_reg() 1703 vcpu->arch.dbg_reg.iac2 = set_reg_val(id, *val); in kvmppc_set_one_reg() 1878 dbg_reg->iac2 = addr; in kvmppc_booke_add_breakpoint()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | booke_emulate.c | 164 vcpu->arch.dbg_reg.iac2 = spr_val; in kvmppc_booke_emulate_mtspr() 412 *spr_val = vcpu->arch.dbg_reg.iac2; in kvmppc_booke_emulate_mfspr()
|
H A D | booke.c | 1681 *val = get_reg_val(id, vcpu->arch.dbg_reg.iac2); in kvmppc_get_one_reg() 1737 vcpu->arch.dbg_reg.iac2 = set_reg_val(id, *val); in kvmppc_set_one_reg() 1911 dbg_reg->iac2 = addr; in kvmppc_booke_add_breakpoint()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | processor.h | 126 unsigned long iac2; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | processor.h | 119 unsigned long iac2; member
|
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | apds990x.c | 433 int iac, iac1, iac2; /* IR adjusted counts */ in apds990x_get_lux() local 438 * iac2 = CF2 * CLEAR_CH - IRF2 * IR_CH in apds990x_get_lux() 441 iac2 = (chip->cf.cf2 * clear - chip->cf.irf2 * ir) / APDS_PARAM_SCALE; in apds990x_get_lux() 443 iac = max(iac1, iac2); in apds990x_get_lux()
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | apds990x.c | 433 int iac, iac1, iac2; /* IR adjusted counts */ in apds990x_get_lux() local 438 * iac2 = CF2 * CLEAR_CH - IRF2 * IR_CH in apds990x_get_lux() 441 iac2 = (chip->cf.cf2 * clear - chip->cf.irf2 * ir) / APDS_PARAM_SCALE; in apds990x_get_lux() 443 iac = max(iac1, iac2); in apds990x_get_lux()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | process.c | 697 thread->debug.iac1 = thread->debug.iac2 = 0; in set_debug_reg_defaults() 732 mtspr(SPRN_IAC2, debug->iac2); in prime_debug_regs()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | process.c | 694 thread->debug.iac1 = thread->debug.iac2 = 0; in set_debug_reg_defaults() 729 mtspr(SPRN_IAC2, debug->iac2); in prime_debug_regs()
|
Completed in 19 milliseconds