/linux/drivers/bus/ |
H A D | sunxi-rsb.c | 202 static struct sunxi_rsb_device *sunxi_rsb_device_create(struct sunxi_rsb *rsb, in sunxi_rsb_device_create() argument 212 rdev->rsb = rsb; in sunxi_rsb_device_create() 216 rdev->dev.parent = rsb->dev; in sunxi_rsb_device_create() 273 static int _sunxi_rsb_run_xfer(struct sunxi_rsb *rsb) in _sunxi_rsb_run_xfer() argument 278 if (readl(rsb->regs + RSB_CTRL) & RSB_CTRL_START_TRANS) { in _sunxi_rsb_run_xfer() 279 dev_dbg(rsb->dev, "RSB transfer still in progress\n"); in _sunxi_rsb_run_xfer() 283 reinit_completion(&rsb->complete); in _sunxi_rsb_run_xfer() 286 writel(int_mask, rsb->regs + RSB_INTE); in _sunxi_rsb_run_xfer() 288 rsb->regs + RSB_CTRL); in _sunxi_rsb_run_xfer() 291 timeout = readl_poll_timeout_atomic(rsb->regs + RSB_INTS, in _sunxi_rsb_run_xfer() [all …]
|
H A D | Makefile | 31 obj-$(CONFIG_SUNXI_RSB) += sunxi-rsb.o
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_rtgroup.c | 609 struct xfs_rtsb *rsb = bp->b_addr; in xfs_rtsb_verify_common() local 611 if (!xfs_verify_magic(bp, rsb->rsb_magicnum)) in xfs_rtsb_verify_common() 613 if (rsb->rsb_pad) in xfs_rtsb_verify_common() 617 if (memchr_inv(rsb + 1, 0, BBTOB(bp->b_length) - sizeof(*rsb))) in xfs_rtsb_verify_common() 628 struct xfs_rtsb *rsb = bp->b_addr; in xfs_rtsb_verify_all() local 636 if (memcmp(&rsb->rsb_fname, &mp->m_sb.sb_fname, XFSLABEL_MAX)) in xfs_rtsb_verify_all() 638 if (!uuid_equal(&rsb->rsb_uuid, &mp->m_sb.sb_uuid)) in xfs_rtsb_verify_all() 640 if (!uuid_equal(&rsb->rsb_meta_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_rtsb_verify_all() 692 struct xfs_rtsb *rsb = rtsb_bp->b_addr; in xfs_update_rtsb() local 695 rsb->rsb_magicnum = cpu_to_be32(XFS_RTSB_MAGIC); in xfs_update_rtsb() [all …]
|
/linux/fs/romfs/ |
H A D | super.c | 452 struct romfs_super_block *rsb; in romfs_fill_super() local 481 rsb = kmalloc(512, GFP_KERNEL); in romfs_fill_super() 482 if (!rsb) in romfs_fill_super() 486 ret = romfs_dev_read(sb, 0, rsb, 512); in romfs_fill_super() 490 img_size = be32_to_cpu(rsb->size); in romfs_fill_super() 497 if (rsb->word0 != ROMSB_WORD0 || rsb->word1 != ROMSB_WORD1 || in romfs_fill_super() 505 if (romfs_checksum(rsb, min_t(size_t, img_size, 512))) { in romfs_fill_super() 512 len = strnlen(rsb->name, ROMFS_MAXFN); in romfs_fill_super() 515 (unsigned) len, (unsigned) len, rsb->name, storage); in romfs_fill_super() 517 kfree(rsb); in romfs_fill_super() [all …]
|
/linux/drivers/md/ |
H A D | dm-verity-fec.c | 46 static u8 *fec_read_parity(struct dm_verity *v, u64 rsb, int index, in fec_read_parity() argument 57 position = (index + rsb) * v->fec->roots; in fec_read_parity() 64 v->data_dev->name, (unsigned long long)rsb, in fec_read_parity() 114 struct dm_verity_fec_io *fio, u64 rsb, int byte_index, in fec_decode_bufs() argument 124 par = fec_read_parity(v, rsb, block_offset, &offset, in fec_decode_bufs() 166 par = fec_read_parity(v, rsb, block_offset, &offset, in fec_decode_bufs() 179 v->data_dev->name, (unsigned long long)rsb, r); in fec_decode_bufs() 182 v->data_dev->name, (unsigned long long)rsb, r); in fec_decode_bufs() 206 u64 rsb, u64 target, unsigned int block_offset, in fec_read_bufs() argument 231 ileaved = fec_interleave(v, rsb * v->fec->rsn + i); in fec_read_bufs() [all …]
|
/linux/arch/arm/lib/ |
H A D | copy_template.S | 90 CALGN( rsb r3, ip, #32 ) 113 rsb ip, ip, #32 163 9: rsb ip, ip, #4 189 CALGN( rsb ip, ip, #32 )
|
H A D | findbit.S | 113 rsb r0, r3, #0 116 rsb r3, r3, #31 @ offset of first set bit
|
H A D | lshrdi3.S | 44 rsb ip, r2, #32
|
H A D | ashldi3.S | 44 rsb ip, r2, #32
|
H A D | ashrdi3.S | 44 rsb ip, r2, #32
|
H A D | clear_user.S | 33 rsb ip, ip, #4
|
H A D | div64.S | 153 rsb ip, ip, #31 179 rsb ip, ip, #32
|
H A D | memmove.S | 60 CALGN( rsb ip, ip, #32 ) 79 rsb ip, ip, #32
|
H A D | io-writesw-armv4.S | 76 THUMB( rsb r3, r3, #0 )
|
H A D | io-writesb.S | 30 .Loutsb_align: rsb ip, ip, #4
|
H A D | copy_to_user.S | 123 rsb r0, r0, r2
|
H A D | copy_from_user.S | 122 rsb r0, r0, r2
|
H A D | memset.S | 85 rsb r8, r8, #32
|
H A D | io-readsb.S | 10 .Linsb_align: rsb ip, ip, #4
|
/linux/fs/dlm/ |
H A D | memory.c | 49 goto rsb; in dlm_memory_init() 61 rsb: in dlm_memory_init()
|
H A D | dir.h | 15 int dlm_dir_nodeid(struct dlm_rsb *rsb);
|
H A D | debug_fs.c | 383 struct dlm_rsb *rsb = list_entry(iter_ptr, struct dlm_rsb, res_slow_list); in table_seq_show() local 386 print_format1(rsb, seq); in table_seq_show() 388 print_format2(rsb, seq); in table_seq_show() 390 print_format3(rsb, seq); in table_seq_show() 392 print_format4(rsb, seq); in table_seq_show()
|
/linux/Documentation/admin-guide/hw-vuln/ |
H A D | index.rst | 21 cross-thread-rsb
|
/linux/include/linux/ |
H A D | sunxi-rsb.h | 30 struct sunxi_rsb *rsb; member
|
/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-h616.dtsi | 901 r_rsb_pins: r-rsb-pins { 938 r_rsb: rsb@7083000 { 939 compatible = "allwinner,sun50i-h616-rsb", 940 "allwinner,sun8i-a23-rsb";
|