/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_dsb.c | 174 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/ |
D | barrier.h | 20 #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/ |
D | xfs_sb.c | 349 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
|
D | xfs_ag.c | 559 struct xfs_dsb *dsb = bp->b_addr; in xfs_sbblock_init() local
|
/linux-6.12.1/fs/erofs/ |
D | super.c | 58 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
|
D | decompressor.c | 28 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()
|
D | decompressor_deflate.c | 53 struct erofs_super_block *dsb, void *data, int size) in z_erofs_load_deflate_config()
|
D | decompressor_lzma.c | 73 struct erofs_super_block *dsb, void *data, int size) in z_erofs_load_lzma_config()
|
D | decompressor_zstd.c | 76 struct erofs_super_block *dsb, void *data, int size) in z_erofs_load_zstd_config()
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | barrier.h | 29 #define dsb(opt) asm volatile("dsb " #opt : : : "memory") macro
|
/linux-6.12.1/tools/testing/selftests/kvm/include/aarch64/ |
D | processor.h | 142 #define dsb(opt) asm volatile("dsb " #opt : : : "memory") macro
|
/linux-6.12.1/fs/xfs/ |
D | xfs_mount.c | 1316 struct xfs_dsb *dsb; in xfs_add_incompat_log_feature() local
|
D | xfs_buf_item_recover.c | 705 struct xfs_dsb *dsb = bp->b_addr; in xlog_recover_do_primary_sb_buffer() local
|
/linux-6.12.1/drivers/pinctrl/meson/ |
D | pinctrl-meson.h | 147 dsr, dsb) \ argument
|
/linux-6.12.1/drivers/scsi/ |
D | ncr53c8xx.c | 1471 struct dsb { struct 1477 struct head header; 1505 struct dsb phys; argument
|
/linux-6.12.1/drivers/hwtracing/coresight/ |
D | coresight-tpdm.h | 293 struct dsb_dataset *dsb; member
|
/linux-6.12.1/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.h | 26 #define dsb(a) macro
|
/linux-6.12.1/drivers/md/ |
D | dm-zoned-metadata.c | 979 static int dmz_check_sb(struct dmz_metadata *zmd, struct dmz_sb *dsb, in dmz_check_sb()
|