Home
last modified time | relevance | path

Searched defs:dsb (Results 1 – 18 of 18) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_dsb.c174 static bool assert_dsb_has_room(struct intel_dsb *dsb) in assert_dsb_has_room()
185 static void intel_dsb_dump(struct intel_dsb *dsb) in intel_dsb_dump()
209 static void intel_dsb_emit(struct intel_dsb *dsb, u32 ldw, u32 udw) in intel_dsb_emit()
223 static bool intel_dsb_prev_ins_is_write(struct intel_dsb *dsb, in intel_dsb_prev_ins_is_write()
244 static bool intel_dsb_prev_ins_is_mmio_write(struct intel_dsb *dsb, i915_reg_t reg) in intel_dsb_prev_ins_is_mmio_write()
253 static bool intel_dsb_prev_ins_is_indexed_write(struct intel_dsb *dsb, i915_reg_t reg) in intel_dsb_prev_ins_is_indexed_write()
269 void intel_dsb_reg_write(struct intel_dsb *dsb, in intel_dsb_reg_write()
335 void intel_dsb_reg_write_masked(struct intel_dsb *dsb, in intel_dsb_reg_write_masked()
344 void intel_dsb_noop(struct intel_dsb *dsb, int count) in intel_dsb_noop()
353 void intel_dsb_nonpost_start(struct intel_dsb *dsb) in intel_dsb_nonpost_start()
[all …]
/linux-6.12.1/arch/arm/include/asm/
Dbarrier.h20 #define dsb(option) __asm__ __volatile__ ("dsb " #option : : : "memory") macro
31 #define dsb(x) __asm__ __volatile__ ("mcr p15, 0, %0, c7, c10, 4" \ macro
38 #define dsb(x) __asm__ __volatile__ ("mcr p15, 0, %0, c7, c10, 4" \ macro
43 #define dsb(x) __asm__ __volatile__ ("mcr p15, 0, %0, c7, c10, 4" \ macro
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_sb.c349 struct xfs_dsb *dsb = bp->b_addr; in xfs_validate_sb_common() local
859 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_read_verify() local
908 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_quiet_read_verify() local
926 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_write_verify() local
Dxfs_ag.c559 struct xfs_dsb *dsb = bp->b_addr; in xfs_sbblock_init() local
/linux-6.12.1/fs/erofs/
Dsuper.c58 struct erofs_super_block *dsb; in erofs_superblock_csum_verify() local
149 struct erofs_super_block *dsb) in z_erofs_parse_cfgs()
212 struct erofs_super_block *dsb) in erofs_scan_devices()
277 struct erofs_super_block *dsb; in erofs_read_superblock() local
Ddecompressor.c28 struct erofs_super_block *dsb, void *data, int size) in z_erofs_load_lz4_config()
484 int z_erofs_parse_cfgs(struct super_block *sb, struct erofs_super_block *dsb) in z_erofs_parse_cfgs()
Ddecompressor_deflate.c53 struct erofs_super_block *dsb, void *data, int size) in z_erofs_load_deflate_config()
Ddecompressor_lzma.c73 struct erofs_super_block *dsb, void *data, int size) in z_erofs_load_lzma_config()
Ddecompressor_zstd.c76 struct erofs_super_block *dsb, void *data, int size) in z_erofs_load_zstd_config()
/linux-6.12.1/arch/arm64/include/asm/
Dbarrier.h29 #define dsb(opt) asm volatile("dsb " #opt : : : "memory") macro
/linux-6.12.1/tools/testing/selftests/kvm/include/aarch64/
Dprocessor.h142 #define dsb(opt) asm volatile("dsb " #opt : : : "memory") macro
/linux-6.12.1/fs/xfs/
Dxfs_mount.c1316 struct xfs_dsb *dsb; in xfs_add_incompat_log_feature() local
Dxfs_buf_item_recover.c705 struct xfs_dsb *dsb = bp->b_addr; in xlog_recover_do_primary_sb_buffer() local
/linux-6.12.1/drivers/pinctrl/meson/
Dpinctrl-meson.h147 dsr, dsb) \ argument
/linux-6.12.1/drivers/scsi/
Dncr53c8xx.c1471 struct dsb { struct
1477 struct head header;
1505 struct dsb phys; argument
/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-tpdm.h293 struct dsb_dataset *dsb; member
/linux-6.12.1/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h26 #define dsb(a) macro
/linux-6.12.1/drivers/md/
Ddm-zoned-metadata.c979 static int dmz_check_sb(struct dmz_metadata *zmd, struct dmz_sb *dsb, in dmz_check_sb()