Searched refs:b_op (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | inst.h | 41 b_op = 0x14, enumerator 435 case b_op: in is_self_loop_ins() 530 DEF_EMIT_REG0I26_FORMAT(b, b_op)
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | alternative.c | 75 case b_op: in recompute_jump()
|
H A D | inst.c | 59 case b_op: in simu_branch()
|
H A D | kgdb.c | 311 case b_op: in get_step_address()
|
/openbmc/linux/drivers/md/bcache/ |
H A D | btree.h | 377 typedef int (btree_map_nodes_fn)(struct btree_op *b_op, struct btree *b);
|
H A D | sysfs.c | 622 static int bch_btree_bset_stats(struct btree_op *b_op, struct btree *b) in bch_btree_bset_stats() argument 624 struct bset_stats_op *op = container_of(b_op, struct bset_stats_op, op); in bch_btree_bset_stats()
|
H A D | btree.c | 2465 static int btree_insert_fn(struct btree_op *b_op, struct btree *b) in btree_insert_fn() argument 2467 struct btree_insert_op *op = container_of(b_op, in btree_insert_fn()
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 2748 const char *b_op, *m_op; in tcg_dump_ops() local 2752 b_op = "none"; in tcg_dump_ops() 2755 b_op = "acq"; in tcg_dump_ops() 2758 b_op = "rel"; in tcg_dump_ops() 2761 b_op = "seq"; in tcg_dump_ops() 2820 col += ne_fprintf(f, "%s%s:%s", (k ? "," : ""), b_op, m_op); in tcg_dump_ops()
|