Home
last modified time | relevance | path

Searched refs:bp2 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/kernel/
A Dhw_breakpoint.c147 static bool bp_addr_range_overlap(struct perf_event *bp1, struct perf_event *bp2) in bp_addr_range_overlap() argument
153 bp2_saddr = ALIGN_DOWN(bp2->attr.bp_addr, HW_BREAKPOINT_SIZE); in bp_addr_range_overlap()
154 bp2_eaddr = ALIGN(bp2->attr.bp_addr + bp2->attr.bp_len, HW_BREAKPOINT_SIZE); in bp_addr_range_overlap()
/linux/fs/xfs/libxfs/
A Dxfs_attr_leaf.c1186 struct xfs_buf *bp2 = NULL; in xfs_attr3_leaf_to_node() local
1205 bp2->b_ops = bp1->b_ops; in xfs_attr3_leaf_to_node()
1208 struct xfs_da3_blkinfo *hdr3 = bp2->b_addr; in xfs_attr3_leaf_to_node()
1209 hdr3->blkno = cpu_to_be64(xfs_buf_daddr(bp2)); in xfs_attr3_leaf_to_node()
1222 leaf = bp2->b_addr; in xfs_attr3_leaf_to_node()
2861 struct xfs_buf *bp2; in xfs_attr3_leaf_flipflags() local
2885 &bp2); in xfs_attr3_leaf_flipflags()
2889 bp2 = bp1; in xfs_attr3_leaf_flipflags()
2895 leaf2 = bp2->b_addr; in xfs_attr3_leaf_flipflags()
2946 xfs_trans_log_buf(args->trans, bp2, in xfs_attr3_leaf_flipflags()
[all …]
/linux/net/sctp/
A Dbind_addr.c331 struct sctp_bind_addr *bp2 = &sp2->ep->base.bind_addr; in sctp_bind_addrs_check() local
339 list_for_each_entry_rcu(laddr2, &bp2->address_list, list) { in sctp_bind_addrs_check()
/linux/arch/powerpc/xmon/
A Dxmon.c912 struct bpt *bp, *bp2; in insert_bpts() local
945 bp2 = at_breakpoint(bp->address - 4); in insert_bpts()
946 if (bp2 && ppc_inst_prefixed(ppc_inst_read(bp2->instr))) { in insert_bpts()

Completed in 23 milliseconds