/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_dsb.c | 85 static bool assert_dsb_has_room(struct intel_dsb *dsb) in assert_dsb_has_room() 102 static void intel_dsb_emit(struct intel_dsb *dsb, u32 ldw, u32 udw) in intel_dsb_emit() 118 static bool intel_dsb_prev_ins_is_write(struct intel_dsb *dsb, in intel_dsb_prev_ins_is_write() 130 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() 135 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() 149 void intel_dsb_reg_write(struct intel_dsb *dsb, in intel_dsb_reg_write() 203 static void intel_dsb_align_tail(struct intel_dsb *dsb) in intel_dsb_align_tail() 217 void intel_dsb_finish(struct intel_dsb *dsb) in intel_dsb_finish() 229 void intel_dsb_commit(struct intel_dsb *dsb, bool wait_for_vblank) in intel_dsb_commit() 255 void intel_dsb_wait(struct intel_dsb *dsb) in intel_dsb_wait() [all …]
|
D | intel_display_types.h | 1382 struct intel_dsb *dsb; member
|
/linux-6.6.21/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.6.21/fs/xfs/libxfs/ |
D | xfs_sb.c | 311 struct xfs_dsb *dsb = bp->b_addr; in xfs_validate_sb_common() local 845 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_read_verify() local 894 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_quiet_read_verify() local 912 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_write_verify() local
|
D | xfs_ag.c | 642 struct xfs_dsb *dsb = bp->b_addr; in xfs_sbblock_init() local
|
/linux-6.6.21/fs/erofs/ |
D | super.c | 54 struct erofs_super_block *dsb; in erofs_superblock_csum_verify() local 109 struct erofs_super_block *dsb) in check_layout_compatibility() 161 struct erofs_super_block *dsb) in z_erofs_parse_cfgs() 218 struct erofs_super_block *dsb) in erofs_scan_devices() 283 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() 394 int z_erofs_parse_cfgs(struct super_block *sb, struct erofs_super_block *dsb) in z_erofs_parse_cfgs()
|
D | decompressor_deflate.c | 80 struct erofs_super_block *dsb, void *data, int size) in z_erofs_load_deflate_config()
|
D | decompressor_lzma.c | 75 struct erofs_super_block *dsb, void *data, int size) in z_erofs_load_lzma_config()
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | barrier.h | 29 #define dsb(opt) asm volatile("dsb " #opt : : : "memory") macro
|
/linux-6.6.21/tools/testing/selftests/kvm/include/aarch64/ |
D | processor.h | 141 #define dsb(opt) asm volatile("dsb " #opt : : : "memory") macro
|
/linux-6.6.21/fs/xfs/ |
D | xfs_mount.c | 1290 struct xfs_dsb *dsb; in xfs_add_incompat_log_feature() local
|
/linux-6.6.21/drivers/pinctrl/meson/ |
D | pinctrl-meson.h | 147 dsr, dsb) \ argument
|
/linux-6.6.21/drivers/scsi/ |
D | ncr53c8xx.c | 1471 struct dsb { struct 1477 struct head header; 1505 struct dsb phys; argument
|
/linux-6.6.21/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.h | 23 #define dsb(a) macro
|
/linux-6.6.21/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()
|