Searched refs:do_add (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/perf/util/bpf_skel/ |
H A D | bperf_follower.bpf.c | 44 goto do_add; in BPF_PROG() 62 do_add: in BPF_PROG()
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | vfio_ap_ops.c | 2510 bool do_add; in vfio_ap_mdev_on_cfg_add() local 2515 do_add = bitmap_andnot(apm_add, in vfio_ap_mdev_on_cfg_add() 2519 do_add |= bitmap_andnot(aqm_add, in vfio_ap_mdev_on_cfg_add() 2523 do_add |= bitmap_andnot(adm_add, in vfio_ap_mdev_on_cfg_add() 2528 if (do_add) in vfio_ap_mdev_on_cfg_add()
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 1186 static void do_add(DisasContext *ctx, unsigned rt, TCGv_i64 orig_in1, in do_add() function 1269 do_add(ctx, a->t, tcg_r1, tcg_r2, a->sh, is_l, in do_add_reg() 1289 do_add(ctx, a->t, tcg_im, tcg_r2, 0, 0, is_tsv, is_tc, 0, a->cf, false); in do_add_imm()
|