/linux-6.8/drivers/gpu/drm/i915/display/ |
D | intel_dsb.c | 94 static bool assert_dsb_has_room(struct intel_dsb *dsb) in assert_dsb_has_room() 105 static void intel_dsb_dump(struct intel_dsb *dsb) in intel_dsb_dump() 129 static void intel_dsb_emit(struct intel_dsb *dsb, u32 ldw, u32 udw) in intel_dsb_emit() 143 static bool intel_dsb_prev_ins_is_write(struct intel_dsb *dsb, in intel_dsb_prev_ins_is_write() 164 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() 173 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() 189 void intel_dsb_reg_write(struct intel_dsb *dsb, in intel_dsb_reg_write() 255 void intel_dsb_reg_write_masked(struct intel_dsb *dsb, in intel_dsb_reg_write_masked() 264 void intel_dsb_noop(struct intel_dsb *dsb, int count) in intel_dsb_noop() 273 void intel_dsb_nonpost_start(struct intel_dsb *dsb) in intel_dsb_nonpost_start() [all …]
|
D | intel_display_types.h | 1408 struct intel_dsb *dsb; member
|
/linux-6.8/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.8/fs/xfs/libxfs/ |
D | xfs_sb.c | 312 struct xfs_dsb *dsb = bp->b_addr; in xfs_validate_sb_common() local 847 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_read_verify() local 896 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_quiet_read_verify() local 914 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_write_verify() local
|
D | xfs_ag.c | 662 struct xfs_dsb *dsb = bp->b_addr; in xfs_sbblock_init() local
|
/linux-6.8/fs/erofs/ |
D | super.c | 57 struct erofs_super_block *dsb; in erofs_superblock_csum_verify() local 112 struct erofs_super_block *dsb) in check_layout_compatibility() 164 struct erofs_super_block *dsb) in z_erofs_parse_cfgs() 221 struct erofs_super_block *dsb) in erofs_scan_devices() 286 struct erofs_super_block *dsb; in erofs_read_superblock() local
|
D | decompressor.c | 27 struct erofs_super_block *dsb, void *data, int size) in z_erofs_load_lz4_config() 404 int z_erofs_parse_cfgs(struct super_block *sb, struct erofs_super_block *dsb) in z_erofs_parse_cfgs()
|
D | decompressor_deflate.c | 79 struct erofs_super_block *dsb, void *data, int size) in z_erofs_load_deflate_config()
|
D | decompressor_lzma.c | 74 struct erofs_super_block *dsb, void *data, int size) in z_erofs_load_lzma_config()
|
/linux-6.8/arch/arm64/include/asm/ |
D | barrier.h | 29 #define dsb(opt) asm volatile("dsb " #opt : : : "memory") macro
|
/linux-6.8/tools/testing/selftests/kvm/include/aarch64/ |
D | processor.h | 142 #define dsb(opt) asm volatile("dsb " #opt : : : "memory") macro
|
/linux-6.8/fs/xfs/ |
D | xfs_mount.c | 1286 struct xfs_dsb *dsb; in xfs_add_incompat_log_feature() local
|
/linux-6.8/drivers/pinctrl/meson/ |
D | pinctrl-meson.h | 147 dsr, dsb) \ argument
|
/linux-6.8/drivers/hwtracing/coresight/ |
D | coresight-tpdm.h | 195 struct dsb_dataset *dsb; member
|
/linux-6.8/drivers/scsi/ |
D | ncr53c8xx.c | 1471 struct dsb { struct 1477 struct head header; 1505 struct dsb phys; argument
|
/linux-6.8/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.h | 25 #define dsb(a) macro
|
/linux-6.8/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()
|