Searched refs:bp (Results 176 - 200 of 530) sorted by relevance

1234567891011>>

/linux-master/arch/arm64/include/asm/
H A Dhw_breakpoint.h115 extern int hw_breakpoint_arch_parse(struct perf_event *bp,
121 extern int arch_install_hw_breakpoint(struct perf_event *bp);
122 extern void arch_uninstall_hw_breakpoint(struct perf_event *bp);
123 extern void hw_breakpoint_pmu_read(struct perf_event *bp);
/linux-master/fs/xfs/scrub/
H A Drcbag_btree.c142 struct xfs_buf *bp)
144 struct xfs_mount *mp = bp->b_mount;
145 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp);
150 if (!xfs_verify_magic(bp, block->bb_magic))
153 fa = xfs_btree_fsblock_v5hdr_verify(bp, XFS_RMAP_OWN_UNKNOWN);
162 return xfs_btree_memblock_verify(bp, maxrecs);
167 struct xfs_buf *bp)
169 xfs_failaddr_t fa = rcbagbt_verify(bp);
172 xfs_verifier_error(bp, -EFSCORRUPTED, fa);
141 rcbagbt_verify( struct xfs_buf *bp) argument
166 rcbagbt_rw_verify( struct xfs_buf *bp) argument
H A Ddir.c159 struct xfs_buf *bp; local
177 xfs_dir2_leaf_hdr_from_disk(mp, &hdr, blk->bp->b_addr);
200 XFS_DABUF_MAP_HOLE_OK, &bp);
204 if (!bp) {
208 xchk_buffer_recheck(ds->sc, bp);
213 dent = bp->b_addr + off;
217 end = xfs_dir3_data_end_offset(geo, bp->b_addr);
223 struct xfs_dir2_data_entry *dep = bp->b_addr + iter_off;
224 struct xfs_dir2_data_unused *dup = bp->b_addr + iter_off;
259 xfs_trans_brelse(ds->dargs.trans, bp);
302 struct xfs_buf *bp; local
461 struct xfs_buf *bp; local
573 struct xfs_buf *bp; local
[all...]
H A Drepair.c273 struct xfs_buf *bp; local
293 error = xfs_ialloc_read_agi(pag, NULL, &bp);
296 xfs_buf_relse(bp);
301 error = xfs_alloc_read_agf(pag, NULL, 0, &bp);
307 struct xfs_agf *agf = bp->b_addr;
312 xfs_buf_relse(bp);
475 struct xfs_buf *bp; local
517 mp->m_bsize, 0, &bp, NULL);
522 btblock = XFS_BUF_TO_BLOCK(bp);
541 if (bp
700 struct xfs_buf *bp; local
875 struct xfs_buf *bp; local
904 struct xfs_buf *bp; local
[all...]
H A Dbtree.c147 struct xfs_buf *bp; local
149 block = xfs_btree_get_block(cur, 0, &bp);
166 keyblock = xfs_btree_get_block(cur, 1, &bp);
195 struct xfs_buf *bp; local
197 block = xfs_btree_get_block(cur, level, &bp);
213 keyblock = xfs_btree_get_block(cur, level + 1, &bp);
420 struct xfs_buf *bp)
430 if (bp == NULL) {
453 co->daddr = xfs_buf_daddr(bp);
458 return xchk_btree_check_block_owner(bs, level, xfs_buf_daddr(bp));
417 xchk_btree_check_owner( struct xchk_btree *bs, int level, struct xfs_buf *bp) argument
548 struct xfs_buf *bp; local
643 struct xfs_buf *bp; local
689 struct xfs_buf *bp; local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap_btree.c33 struct xfs_buf *bp,
37 if (bp)
38 xfs_btree_init_buf(ip->i_mount, bp, &xfs_bmbt_ops, level,
274 struct xfs_buf *bp)
279 xfs_fsblock_t fsbno = XFS_DADDR_TO_FSB(mp, xfs_buf_daddr(bp));
408 struct xfs_buf *bp)
410 struct xfs_mount *mp = bp->b_mount;
411 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp);
415 if (!xfs_verify_magic(bp, block->bb_magic))
423 fa = xfs_btree_fsblock_v5hdr_verify(bp, XFS_RMAP_OWN_UNKNOW
30 xfs_bmbt_init_block( struct xfs_inode *ip, struct xfs_btree_block *buf, struct xfs_buf *bp, __u16 level, __u16 numrecs) argument
272 xfs_bmbt_free_block( struct xfs_btree_cur *cur, struct xfs_buf *bp) argument
407 xfs_bmbt_verify( struct xfs_buf *bp) argument
443 xfs_bmbt_read_verify( struct xfs_buf *bp) argument
461 xfs_bmbt_write_verify( struct xfs_buf *bp) argument
[all...]
H A Dxfs_dir2_leaf.c31 struct xfs_buf *bp, int first, int last);
33 struct xfs_buf *bp);
103 struct xfs_buf *bp)
105 struct xfs_dir2_leaf *leaf = bp->b_addr;
111 struct xfs_dir3_leaf_hdr *leaf3 = bp->b_addr;
112 if (be64_to_cpu(leaf3->info.blkno) != xfs_buf_daddr(bp))
123 struct xfs_buf *bp)
127 fa = xfs_dir3_leaf1_check(dp, bp);
131 bp->b_addr, BBTOB(bp
101 xfs_dir3_leaf1_check( struct xfs_inode *dp, struct xfs_buf *bp) argument
121 xfs_dir3_leaf_check( struct xfs_inode *dp, struct xfs_buf *bp) argument
196 xfs_dir3_leaf_verify( struct xfs_buf *bp) argument
212 xfs_dir3_leaf_read_verify( struct xfs_buf *bp) argument
229 xfs_dir3_leaf_write_verify( struct xfs_buf *bp) argument
306 xfs_dir3_leaf_init( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buf *bp, xfs_ino_t owner, uint16_t type) argument
360 struct xfs_buf *bp; local
921 xfs_dir3_leaf_compact( xfs_da_args_t *args, struct xfs_dir3_icleaf_hdr *leafhdr, struct xfs_buf *bp) argument
1064 xfs_dir3_leaf_log_bests( struct xfs_da_args *args, struct xfs_buf *bp, int first, int last) argument
1090 xfs_dir3_leaf_log_ents( struct xfs_da_args *args, struct xfs_dir3_icleaf_hdr *hdr, struct xfs_buf *bp, int first, int last) argument
1117 xfs_dir3_leaf_log_header( struct xfs_da_args *args, struct xfs_buf *bp) argument
1137 xfs_dir3_leaf_log_tail( struct xfs_da_args *args, struct xfs_buf *bp) argument
[all...]
H A Dxfs_alloc_btree.c100 struct xfs_buf *bp)
106 bno = xfs_daddr_to_agbno(cur->bc_mp, xfs_buf_daddr(bp));
313 struct xfs_buf *bp)
315 struct xfs_mount *mp = bp->b_mount;
316 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp);
317 struct xfs_perag *pag = bp->b_pag;
321 if (!xfs_verify_magic(bp, block->bb_magic))
325 fa = xfs_btree_agblock_v5hdr_verify(bp);
348 if (bp->b_ops->magic[0] == cpu_to_be32(XFS_ABTC_MAGIC)) {
365 return xfs_btree_agblock_verify(bp, m
98 xfs_allocbt_free_block( struct xfs_btree_cur *cur, struct xfs_buf *bp) argument
312 xfs_allocbt_verify( struct xfs_buf *bp) argument
369 xfs_allocbt_read_verify( struct xfs_buf *bp) argument
387 xfs_allocbt_write_verify( struct xfs_buf *bp) argument
[all...]
H A Dxfs_alloc_btree.h51 struct xfs_trans *tp, struct xfs_buf *bp,
54 struct xfs_trans *tp, struct xfs_buf *bp,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd.c296 struct amdgpu_bo_param bp; local
300 memset(&bp, 0, sizeof(bp));
301 bp.size = size;
302 bp.byte_align = PAGE_SIZE;
303 bp.domain = AMDGPU_GEM_DOMAIN_GTT;
304 bp.flags = AMDGPU_GEM_CREATE_CPU_GTT_USWC;
305 bp.type = ttm_bo_type_kernel;
306 bp.resv = NULL;
307 bp
379 struct amdgpu_bo_param bp; local
[all...]
H A Damdgpu_gart.c121 struct amdgpu_bo_param bp; local
168 memset(&bp, 0, sizeof(bp));
169 bp.size = adev->gart.table_size;
170 bp.byte_align = PAGE_SIZE;
171 bp.domain = AMDGPU_GEM_DOMAIN_CPU;
172 bp.type = ttm_bo_type_sg;
173 bp.resv = NULL;
174 bp.bo_ptr_size = sizeof(struct amdgpu_bo);
175 bp
[all...]
/linux-master/arch/x86/kernel/
H A Dkgdb.c54 { "bp", 4, offsetof(struct pt_regs, bp) },
70 { "bp", 8, offsetof(struct pt_regs, bp) },
153 gdb_regs[GDB_BP] = ((struct inactive_task_frame *)p->thread.sp)->bp;
194 struct perf_event *bp; local
208 bp = *per_cpu_ptr(breakinfo[breakno].pev, cpu);
209 info = counter_arch_bp(bp);
210 if (bp->attr.disabled != 1)
212 bp
299 struct perf_event *bp; local
385 struct perf_event *bp; local
[all...]
H A Dptrace.c101 REG_OFFSET_NAME(bp),
471 static void ptrace_triggered(struct perf_event *bp, argument
483 if (thread->ptrace_bps[i] == bp)
495 static unsigned long ptrace_get_dr7(struct perf_event *bp[]) argument
502 if (bp[i] && !bp[i]->attr.disabled) {
503 info = counter_arch_bp(bp[i]);
544 static int ptrace_modify_breakpoint(struct perf_event *bp, int len, int type, argument
547 struct perf_event_attr attr = bp->attr;
554 return modify_user_hw_breakpoint(bp,
575 struct perf_event *bp = thread->ptrace_bps[i]; local
618 struct perf_event *bp = thread->ptrace_bps[index]; local
634 struct perf_event *bp = t->ptrace_bps[nr]; local
[all...]
/linux-master/drivers/net/ethernet/dec/tulip/
H A Deeprom.c303 unsigned char *bp = leaf->leafdata; local
306 bp[0], bp[1], bp[2 + bp[1]*2],
307 bp[5 + bp[2 + bp[1]*2]*2],
308 bp[4 + bp[
[all...]
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_link.c314 u8 bp[2]; local
321 rlen = drm_dp_dpcd_read(link->aux, addr, bp, len);
327 *val = bp[1] | (bp[0] << 8);
336 u8 bp[2]; local
343 rlen = drm_dp_dpcd_read(link->aux, addr, bp, len);
349 *val1 = (bp[0] & BIT(7)) >> 7;
350 *val2 = bp[1] | ((bp[0] & 0x7F) << 8);
358 u8 bp; local
383 u8 bp; local
538 u8 bp; local
[all...]
/linux-master/arch/loongarch/kernel/
H A Dkgdb.c588 struct perf_event *bp; local
594 bp = *per_cpu_ptr(breakinfo[i].pev, cpu);
595 if (bp->attr.disabled == 1)
598 arch_uninstall_hw_breakpoint(bp);
599 bp->attr.disabled = 1;
610 struct perf_event *bp; local
616 bp = *per_cpu_ptr(breakinfo[i].pev, cpu);
617 if (!bp->attr.disabled) {
618 arch_uninstall_hw_breakpoint(bp);
619 bp
637 struct perf_event *bp; local
[all...]
/linux-master/net/bridge/netfilter/
H A Debt_among.c84 const __be32 *bp; local
92 bp = skb_header_pointer(skb, sizeof(struct arphdr) +
95 if (bp == NULL)
97 *addr = *bp;
115 const __be32 *bp; local
123 bp = skb_header_pointer(skb, sizeof(struct arphdr) +
125 if (bp == NULL)
127 *addr = *bp;
/linux-master/drivers/media/tuners/
H A Dtda827x.c85 u8 bp; member in struct:tda827x_data
92 { .lomax = 62000000, .spd = 3, .bs = 2, .bp = 0, .cp = 0, .gc3 = 3, .div1p5 = 1},
93 { .lomax = 66000000, .spd = 3, .bs = 3, .bp = 0, .cp = 0, .gc3 = 3, .div1p5 = 1},
94 { .lomax = 76000000, .spd = 3, .bs = 1, .bp = 0, .cp = 0, .gc3 = 3, .div1p5 = 0},
95 { .lomax = 84000000, .spd = 3, .bs = 2, .bp = 0, .cp = 0, .gc3 = 3, .div1p5 = 0},
96 { .lomax = 93000000, .spd = 3, .bs = 2, .bp = 0, .cp = 0, .gc3 = 1, .div1p5 = 0},
97 { .lomax = 98000000, .spd = 3, .bs = 3, .bp = 0, .cp = 0, .gc3 = 1, .div1p5 = 0},
98 { .lomax = 109000000, .spd = 3, .bs = 3, .bp = 1, .cp = 0, .gc3 = 1, .div1p5 = 0},
99 { .lomax = 123000000, .spd = 2, .bs = 2, .bp = 1, .cp = 0, .gc3 = 1, .div1p5 = 1},
100 { .lomax = 133000000, .spd = 2, .bs = 3, .bp
[all...]
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.h72 #define SUN4I_TCON0_BASIC1_H_BACKPORCH(bp) (((bp) - 1) & 0xfff)
76 #define SUN4I_TCON0_BASIC2_V_BACKPORCH(bp) (((bp) - 1) & 0xfff)
147 #define SUN4I_TCON1_BASIC3_H_BACKPORCH(bp) (((bp) - 1) & 0xfff)
151 #define SUN4I_TCON1_BASIC4_V_BACKPORCH(bp) (((bp) - 1) & 0xfff)
/linux-master/fs/freevxfs/
H A Dvxfs_bmap.c110 struct buffer_head *bp = NULL; local
118 bp = sb_bread(ip->i_sb,
120 if (!bp || !buffer_mapped(bp))
123 typ = ((struct vxfs_typed *)bp->b_data) +
128 brelse(bp);
164 brelse(bp);
170 brelse(bp);
H A Dvxfs_super.c129 struct buffer_head *bp; local
134 bp = sb_bread(sbp, blk);
136 if (!bp || !buffer_mapped(bp)) {
146 rsbp = (struct vxfs_sb *)bp->b_data;
157 infp->vsi_bp = bp;
163 brelse(bp);
/linux-master/fs/xfs/
H A Dxfs_error.c408 * bp->b_error.
414 struct xfs_buf *bp,
417 struct xfs_mount *mp = bp->b_mount;
421 fa, bp->b_ops->name, xfs_buf_daddr(bp));
435 struct xfs_buf *bp,
442 struct xfs_mount *mp = bp->b_mount;
447 __xfs_buf_ioerror(bp, error, fa);
451 bp->b_error == -EFSBADCRC ? "CRC error" : "corruption",
452 fa, bp
413 xfs_buf_corruption_error( struct xfs_buf *bp, xfs_failaddr_t fa) argument
434 xfs_buf_verifier_error( struct xfs_buf *bp, int error, const char *name, const void *buf, size_t bufsz, xfs_failaddr_t failaddr) argument
472 xfs_verifier_error( struct xfs_buf *bp, int error, xfs_failaddr_t failaddr) argument
[all...]
/linux-master/drivers/net/ethernet/sun/
H A Dsunbmac.h259 #define TX_BUFFS_AVAIL(bp) \
260 (((bp)->tx_old <= (bp)->tx_new) ? \
261 (bp)->tx_old + (TX_RING_SIZE - 1) - (bp)->tx_new : \
262 (bp)->tx_old - (bp)->tx_new - 1)
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-debugfs.c126 struct dpaa2_eth_bp *bp; local
144 bp = priv->bp[i];
146 err = dpaa2_io_query_bp_count(NULL, bp->bpid, &buf_cnt);
152 seq_printf(file, "%3s%d%10d%15d", "BP#", i, bp->bpid, buf_cnt);
154 if (priv->channel[j]->bp == bp)
/linux-master/arch/arm/kernel/
H A Dhw_breakpoint.c325 int arch_install_hw_breakpoint(struct perf_event *bp) argument
327 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
353 *slot = bp;
382 void arch_uninstall_hw_breakpoint(struct perf_event *bp) argument
384 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
404 if (*slot == bp) {
449 * Check whether bp virtual address is in kernel space.
512 static int arch_build_bp_info(struct perf_event *bp, argument
586 int hw_breakpoint_arch_parse(struct perf_event *bp, argument
598 ret = arch_build_bp_info(bp, att
665 enable_single_step(struct perf_event *bp, u32 addr) argument
679 disable_single_step(struct perf_event *bp) argument
857 struct perf_event *bp, **slots; local
1220 hw_breakpoint_pmu_read(struct perf_event *bp) argument
[all...]

Completed in 239 milliseconds

1234567891011>>