| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-tpdm.c | 51 drvdata->dsb->edge_ctrl[tpdm_attr->idx]); in tpdm_simple_dataset_show() 56 drvdata->dsb->edge_ctrl_mask[tpdm_attr->idx]); in tpdm_simple_dataset_show() 61 drvdata->dsb->trig_patt[tpdm_attr->idx]); in tpdm_simple_dataset_show() 66 drvdata->dsb->trig_patt_mask[tpdm_attr->idx]); in tpdm_simple_dataset_show() 71 drvdata->dsb->patt_val[tpdm_attr->idx]); in tpdm_simple_dataset_show() 76 drvdata->dsb->patt_mask[tpdm_attr->idx]); in tpdm_simple_dataset_show() 81 drvdata->dsb->msr[tpdm_attr->idx]); in tpdm_simple_dataset_show() 131 drvdata->dsb->trig_patt[tpdm_attr->idx] = val; in tpdm_simple_dataset_store() 137 drvdata->dsb->trig_patt_mask[tpdm_attr->idx] = val; in tpdm_simple_dataset_store() 143 drvdata->dsb->patt_val[tpdm_attr->idx] = val; in tpdm_simple_dataset_store() [all …]
|
| /linux/fs/erofs/ |
| H A D | super.c | 43 struct erofs_super_block *dsb = sbdata + EROFS_SUPER_OFFSET; in erofs_superblock_csum_verify() local 49 sizeof(dsb->checksum); in erofs_superblock_csum_verify() 52 crc = crc32c(0x5045B54A, (&dsb->checksum) + 1, len); in erofs_superblock_csum_verify() 53 if (crc == le32_to_cpu(dsb->checksum)) in erofs_superblock_csum_verify() 56 crc, le32_to_cpu(dsb->checksum)); in erofs_superblock_csum_verify() 190 struct erofs_super_block *dsb) in erofs_scan_devices() argument 203 ondisk_extradevs = le16_to_cpu(dsb->extra_devices); in erofs_scan_devices() 223 pos = le16_to_cpu(dsb->devt_slotoff) * EROFS_DEVT_SLOT_SIZE; in erofs_scan_devices() 260 struct erofs_super_block *dsb; in erofs_read_superblock() local 270 dsb = (struct erofs_super_block *)(data + EROFS_SUPER_OFFSET); in erofs_read_superblock() [all …]
|
| /linux/arch/arm/include/asm/ |
| H 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 58 #define __arm_heavy_mb(x...) do { dsb(x); arm_heavy_mb(); } while (0) 60 #define __arm_heavy_mb(x...) dsb(x) 65 #define rmb() dsb()
|
| H A D | tlbflush.h | 332 dsb(nshst); in local_flush_tlb_all() 338 dsb(nsh); in local_flush_tlb_all() 349 dsb(ishst); in __flush_tlb_all() 355 dsb(ish); in __flush_tlb_all() 385 dsb(nshst); in local_flush_tlb_mm() 391 dsb(nsh); in local_flush_tlb_mm() 399 dsb(ishst); in __flush_tlb_mm() 409 dsb(ish); in __flush_tlb_mm() 442 dsb(nshst); in local_flush_tlb_page() 448 dsb(nsh); in local_flush_tlb_page() [all …]
|
| /linux/arch/arm64/kvm/hyp/vhe/ |
| H A D | tlb.c | 97 dsb(ishst); in __kvm_tlb_flush_vmid_ipa() 115 dsb(ish); in __kvm_tlb_flush_vmid_ipa() 128 dsb(nshst); in __kvm_tlb_flush_vmid_ipa_nsh() 146 dsb(nsh); in __kvm_tlb_flush_vmid_ipa_nsh() 148 dsb(nsh); in __kvm_tlb_flush_vmid_ipa_nsh() 167 dsb(ishst); in __kvm_tlb_flush_vmid_range() 175 dsb(ish); in __kvm_tlb_flush_vmid_range() 187 dsb(ishst); in __kvm_tlb_flush_vmid() 208 dsb(nsh); in __kvm_flush_cpu_context() 216 dsb(ishst); in __kvm_flush_vm_context()
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | tlb.c | 49 dsb(nsh); in enter_vmid_context() 51 dsb(ish); in enter_vmid_context() 169 dsb(ish); in __kvm_tlb_flush_vmid_ipa() 198 dsb(nsh); in __kvm_tlb_flush_vmid_ipa_nsh() 200 dsb(nsh); in __kvm_tlb_flush_vmid_ipa_nsh() 225 dsb(ish); in __kvm_tlb_flush_vmid_range() 256 dsb(nsh); in __kvm_flush_cpu_context() 265 dsb(ish); in __kvm_flush_vm_context()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_color.c | 48 void (*color_commit_noarm)(struct intel_dsb *dsb, 57 void (*color_commit_arm)(struct intel_dsb *dsb, 94 void (*load_plane_csc_matrix)(struct intel_dsb *dsb, 98 void (*load_plane_luts)(struct intel_dsb *dsb, 224 static void ilk_update_pipe_csc(struct intel_dsb *dsb, in ilk_update_pipe_csc() argument 231 intel_de_write_dsb(display, dsb, PIPE_CSC_PREOFF_HI(pipe), in ilk_update_pipe_csc() 233 intel_de_write_dsb(display, dsb, PIPE_CSC_PREOFF_ME(pipe), in ilk_update_pipe_csc() 235 intel_de_write_dsb(display, dsb, PIPE_CSC_PREOFF_LO(pipe), in ilk_update_pipe_csc() 238 intel_de_write_dsb(display, dsb, PIPE_CSC_COEFF_RY_GY(pipe), in ilk_update_pipe_csc() 240 intel_de_write_dsb(display, dsb, PIPE_CSC_COEFF_BY(pipe), in ilk_update_pipe_csc() [all …]
|
| H A D | intel_color.h | 32 void intel_color_commit_noarm(struct intel_dsb *dsb, 34 void intel_color_commit_arm(struct intel_dsb *dsb, 45 void intel_color_plane_program_pipeline(struct intel_dsb *dsb, 47 void intel_color_plane_commit_arm(struct intel_dsb *dsb,
|
| H A D | intel_plane.c | 877 void intel_plane_update_noarm(struct intel_dsb *dsb, in intel_plane_update_noarm() argument 887 intel_fbc_dirty_rect_update_noarm(dsb, plane); in intel_plane_update_noarm() 890 plane->update_noarm(dsb, plane, crtc_state, plane_state); in intel_plane_update_noarm() 893 void intel_plane_async_flip(struct intel_dsb *dsb, in intel_plane_async_flip() argument 902 plane->async_flip(dsb, plane, crtc_state, plane_state, async_flip); in intel_plane_async_flip() 905 void intel_plane_update_arm(struct intel_dsb *dsb, in intel_plane_update_arm() argument 913 intel_plane_async_flip(dsb, plane, crtc_state, plane_state, true); in intel_plane_update_arm() 918 plane->update_arm(dsb, plane, crtc_state, plane_state); in intel_plane_update_arm() 921 void intel_plane_disable_arm(struct intel_dsb *dsb, in intel_plane_disable_arm() argument 928 plane->disable_arm(dsb, plane, crtc_state); in intel_plane_disable_arm() [all …]
|
| /linux/arch/arm/mach-omap2/ |
| H A D | omap-smc.S | 29 dsb 51 dsb 69 dsb @ Memory Barrier (not sure if needed, copied from omap_smc2) 77 dsb 85 dsb 93 dsb
|
| H A D | sleep43xx.S | 99 dsb 114 dsb 116 dsb 138 dsb 140 dsb 262 dsb 388 dsb 390 dsb 394 dsb 396 dsb [all …]
|
| H A D | sleep44xx.S | 27 dsb 29 dsb 132 dsb 224 dsb 349 dsb
|
| H A D | sleep34xx.S | 96 dsb @ data write barrier 212 dsb 296 dsb 299 dsb 417 dsb @ data write barrier 428 dsb @ data write barrier 443 dsb @ data write barrier
|
| /linux/arch/arm64/include/asm/ |
| H A D | tlbflush.h | 104 dsb(ish); in sme_dvmsync_add_pending() 274 dsb(ish); \ 283 dsb(ish); in __tlbi_sync_s1ish() 290 dsb(ish); in __tlbi_sync_s1ish_batch() 297 dsb(ish); in __tlbi_sync_s1ish_kernel() 307 dsb(ish); in __tlbi_sync_s1ish_hyp() 394 dsb(nshst); in local_flush_tlb_all() 396 dsb(nsh); in local_flush_tlb_all() 402 dsb(ishst); in flush_tlb_all() 412 dsb(ishst); in flush_tlb_mm() [all …]
|
| /linux/arch/arm/mm/ |
| H A D | cache-v7.S | 71 3: dsb st 175 dsb 181 dsb st 288 ALT_SMP(W(dsb)) 296 dsb ishst 313 dsb ishst 323 dsb 345 ALT_SMP(W(dsb)) 353 dsb st 373 ALT_SMP(W(dsb)) [all …]
|
| H A D | cache-xsc3l2.c | 55 dsb(); in xsc3_l2_inv_all() 127 dsb(); in xsc3_l2_inv_range() 145 dsb(); in xsc3_l2_clean_range() 165 dsb(); in xsc3_l2_flush_all() 189 dsb(); in xsc3_l2_flush_range()
|
| H A D | tlb-v7.S | 38 dsb ish 59 dsb ish 72 dsb ish 87 dsb ish
|
| H A D | pv-fixup-asm.S | 25 dsb 72 dsb 77 dsb 81 dsb
|
| H A D | cache-tauros2.c | 92 dsb(); in tauros2_inv_range() 103 dsb(); in tauros2_clean_range() 114 dsb(); in tauros2_flush_range()
|
| /linux/arch/arm64/kernel/pi/ |
| H A D | map_kernel.c | 97 dsb(ishst); in map_kernel() 120 dsb(ishst); in map_kernel() 137 dsb(ishst); in map_kernel() 180 dsb(ishst); in remap_idmap_for_lpa2() 191 dsb(ishst); in remap_idmap_for_lpa2() 213 dsb(ishst); in map_fdt()
|
| /linux/arch/arm/kernel/ |
| H A D | v7m.c | 12 dsb(); in armv7m_restart() 15 dsb(); in armv7m_restart()
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | no-vgic.c | 21 dsb(sy); \ 29 dsb(sy); \ 39 dsb(sy); \ 47 dsb(sy); \
|
| /linux/include/linux/raspberrypi/ |
| H A D | vchiq_core.h | 26 #ifndef dsb 27 #define dsb(a) macro 69 do { debug_ptr[DEBUG_ ## d] = __LINE__; dsb(sy); } while (0) 71 do { debug_ptr[DEBUG_ ## d] = (v); dsb(sy); } while (0) 73 do { debug_ptr[DEBUG_ ## d]++; dsb(sy); } while (0)
|
| /linux/arch/arm64/kernel/ |
| H A D | hibernate-asm.S | 82 dsb ish /* wait for PoU cleaning to finish */ 88 dsb ish
|
| /linux/arch/arm64/mm/ |
| H A D | proc.S | 187 dsb nsh 246 dsb nshst 250 dsb nsh 257 dsb nshst 346 dsb ishst 485 dsb nsh
|