/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_dsb.c | 84 static bool assert_dsb_has_room(struct intel_dsb *dsb) in assert_dsb_has_room() 100 static void intel_dsb_emit(struct intel_dsb *dsb, u32 ldw, u32 udw) in intel_dsb_emit() 116 static bool intel_dsb_prev_ins_is_write(struct intel_dsb *dsb, in intel_dsb_prev_ins_is_write() 128 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() 133 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() 147 void intel_dsb_reg_write(struct intel_dsb *dsb, in intel_dsb_reg_write() 201 static u32 intel_dsb_align_tail(struct intel_dsb *dsb) in intel_dsb_align_tail() 223 void intel_dsb_commit(struct intel_dsb *dsb) in intel_dsb_commit() 278 struct intel_dsb *dsb; in intel_dsb_prepare() local 340 void intel_dsb_cleanup(struct intel_dsb *dsb) in intel_dsb_cleanup()
|
A D | intel_display_types.h | 1313 struct intel_dsb *dsb; member
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A 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.3-rc2/fs/xfs/libxfs/ |
A D | xfs_sb.c | 309 struct xfs_dsb *dsb = bp->b_addr; in xfs_validate_sb_common() local 789 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_read_verify() local 838 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_quiet_read_verify() local 856 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_write_verify() local
|
A D | xfs_ag.c | 626 struct xfs_dsb *dsb = bp->b_addr; in xfs_sbblock_init() local
|
/linux-6.3-rc2/fs/erofs/ |
A D | super.c | 55 struct erofs_super_block *dsb; in erofs_superblock_csum_verify() local 110 struct erofs_super_block *dsb) in check_layout_compatibility() 163 struct erofs_super_block *dsb) in erofs_load_compr_cfgs() 212 struct erofs_super_block *dsb) in erofs_load_compr_cfgs() 269 struct erofs_super_block *dsb) in erofs_scan_devices() 331 struct erofs_super_block *dsb; in erofs_read_superblock() local
|
A D | decompressor_lzma.c | 75 struct erofs_super_block *dsb, in z_erofs_load_lzma_config()
|
A D | decompressor.c | 28 struct erofs_super_block *dsb, in z_erofs_load_lz4_config()
|
A D | internal.h | 535 struct erofs_super_block *dsb, in z_erofs_load_lz4_config() 557 struct erofs_super_block *dsb, in z_erofs_load_lzma_config()
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | barrier.h | 29 #define dsb(opt) asm volatile("dsb " #opt : : : "memory") macro
|
/linux-6.3-rc2/tools/testing/selftests/kvm/include/aarch64/ |
A D | processor.h | 141 #define dsb(opt) asm volatile("dsb " #opt : : : "memory") macro
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_mount.c | 1285 struct xfs_dsb *dsb; in xfs_add_incompat_log_feature() local
|
/linux-6.3-rc2/drivers/pinctrl/meson/ |
A D | pinctrl-meson.h | 147 dsr, dsb) \ argument
|
/linux-6.3-rc2/drivers/scsi/ |
A D | ncr53c8xx.c | 1471 struct dsb { struct 1477 struct head header; 1505 struct dsb phys; argument
|
/linux-6.3-rc2/drivers/staging/vc04_services/interface/vchiq_arm/ |
A D | vchiq_core.h | 23 #define dsb(a) macro
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-zoned-metadata.c | 979 static int dmz_check_sb(struct dmz_metadata *zmd, struct dmz_sb *dsb, in dmz_check_sb()
|