Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/regulator/
H A Dact8865-regulator.c146 int off_reg; member
581 regmap_write(act8865->regmap, act8865->off_reg, act8865->off_mask); in act8865_power_off()
664 int off_reg, off_mask; in act8865_pmic_probe() local
689 off_reg = -1; in act8865_pmic_probe()
696 off_reg = ACT8846_GLB_OFF_CTRL; in act8865_pmic_probe()
708 off_reg = ACT8865_SYS_CTRL; in act8865_pmic_probe()
728 if (!pm_power_off && (off_reg > 0)) { in act8865_pmic_probe()
730 act8865->off_reg = off_reg; in act8865_pmic_probe()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dact8865-regulator.c146 int off_reg; member
581 regmap_write(act8865->regmap, act8865->off_reg, act8865->off_mask); in act8865_power_off()
664 int off_reg, off_mask; in act8865_pmic_probe() local
689 off_reg = -1; in act8865_pmic_probe()
696 off_reg = ACT8846_GLB_OFF_CTRL; in act8865_pmic_probe()
708 off_reg = ACT8865_SYS_CTRL; in act8865_pmic_probe()
728 if (!pm_power_off && (off_reg > 0)) { in act8865_pmic_probe()
730 act8865->off_reg = off_reg; in act8865_pmic_probe()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dverifier.c6046 const struct bpf_reg_state *off_reg, in sanitize_ptr_alu()
6053 bool off_is_imm = tnum_is_const(off_reg->var_off); in sanitize_ptr_alu()
6054 bool off_is_neg = off_reg->smin_value < 0; in sanitize_ptr_alu()
6073 if (!tnum_is_const(off_reg->var_off) && in sanitize_ptr_alu()
6074 (off_reg->smin_value < 0) != (off_reg->smax_value < 0)) in sanitize_ptr_alu()
6154 const struct bpf_reg_state *off_reg, in sanitize_err()
6164 off_reg == dst_reg ? dst : src, err); in sanitize_err()
6168 off_reg == dst_reg ? src : dst, err); in sanitize_err()
6265 const struct bpf_reg_state *off_reg) in adjust_ptr_min_max_vals()
6043 sanitize_ptr_alu(struct bpf_verifier_env *env, struct bpf_insn *insn, const struct bpf_reg_state *ptr_reg, const struct bpf_reg_state *off_reg, struct bpf_reg_state *dst_reg, struct bpf_sanitize_info *info, const bool commit_window) sanitize_ptr_alu() argument
6152 sanitize_err(struct bpf_verifier_env *env, const struct bpf_insn *insn, int reason, const struct bpf_reg_state *off_reg, const struct bpf_reg_state *dst_reg) sanitize_err() argument
6262 adjust_ptr_min_max_vals(struct bpf_verifier_env *env, struct bpf_insn *insn, const struct bpf_reg_state *ptr_reg, const struct bpf_reg_state *off_reg) adjust_ptr_min_max_vals() argument
7233 struct bpf_reg_state *ptr_reg = NULL, off_reg = {0}; adjust_reg_min_max_vals() local
11718 u32 off_reg; fixup_bpf_calls() local
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dverifier.c12231 const struct bpf_reg_state *off_reg, in sanitize_ptr_alu()
12238 bool off_is_imm = tnum_is_const(off_reg->var_off); in sanitize_ptr_alu()
12239 bool off_is_neg = off_reg->smin_value < 0; in sanitize_ptr_alu()
12258 if (!tnum_is_const(off_reg->var_off) && in sanitize_ptr_alu()
12259 (off_reg->smin_value < 0) != (off_reg->smax_value < 0)) in sanitize_ptr_alu()
12339 const struct bpf_reg_state *off_reg, in sanitize_err()
12349 off_reg == dst_reg ? dst : src, err); in sanitize_err()
12353 off_reg == dst_reg ? src : dst, err); in sanitize_err()
12450 const struct bpf_reg_state *off_reg) in adjust_ptr_min_max_vals()
12228 sanitize_ptr_alu(struct bpf_verifier_env *env, struct bpf_insn *insn, const struct bpf_reg_state *ptr_reg, const struct bpf_reg_state *off_reg, struct bpf_reg_state *dst_reg, struct bpf_sanitize_info *info, const bool commit_window) sanitize_ptr_alu() argument
12337 sanitize_err(struct bpf_verifier_env *env, const struct bpf_insn *insn, int reason, const struct bpf_reg_state *off_reg, const struct bpf_reg_state *dst_reg) sanitize_err() argument
12447 adjust_ptr_min_max_vals(struct bpf_verifier_env *env, struct bpf_insn *insn, const struct bpf_reg_state *ptr_reg, const struct bpf_reg_state *off_reg) adjust_ptr_min_max_vals() argument
13415 struct bpf_reg_state *ptr_reg = NULL, off_reg = {0}; adjust_reg_min_max_vals() local
18938 u32 off_reg; do_misc_fixups() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c2911 swreg off_reg; in mem_st_data() local
2913 off_reg = re_load_imm_any(nfp_prog, meta->insn.off, imm_b(nfp_prog)); in mem_st_data()
2915 return data_st_host_order(nfp_prog, meta->insn.dst_reg * 2, off_reg, in mem_st_data()
2952 swreg off_reg; in mem_stx_data() local
2954 off_reg = re_load_imm_any(nfp_prog, meta->insn.off, imm_b(nfp_prog)); in mem_stx_data()
2956 return data_stx_host_order(nfp_prog, meta->insn.dst_reg * 2, off_reg, in mem_stx_data()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c2911 swreg off_reg; in mem_st_data() local
2913 off_reg = re_load_imm_any(nfp_prog, meta->insn.off, imm_b(nfp_prog)); in mem_st_data()
2915 return data_st_host_order(nfp_prog, meta->insn.dst_reg * 2, off_reg, in mem_st_data()
2952 swreg off_reg; in mem_stx_data() local
2954 off_reg = re_load_imm_any(nfp_prog, meta->insn.off, imm_b(nfp_prog)); in mem_stx_data()
2956 return data_stx_host_order(nfp_prog, meta->insn.dst_reg * 2, off_reg, in mem_stx_data()

Completed in 45 milliseconds