Home
last modified time | relevance | path

Searched refs:dsb (Results 1 – 25 of 88) sorted by relevance

1234

/linux/arch/arm/include/asm/
H A Dbarrier.h20 #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 Dtlbflush.h332 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/fs/erofs/
H A Dsuper.c43 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()
184 struct erofs_super_block *dsb) in erofs_scan_devices() argument
197 ondisk_extradevs = le16_to_cpu(dsb->extra_devices); in erofs_scan_devices()
217 pos = le16_to_cpu(dsb->devt_slotoff) * EROFS_DEVT_SLOT_SIZE; in erofs_scan_devices()
254 struct erofs_super_block *dsb; in erofs_read_superblock() local
264 dsb = (struct erofs_super_block *)(data + EROFS_SUPER_OFFSET); in erofs_read_superblock()
[all …]
H A Ddecompressor.c13 struct erofs_super_block *dsb, void *data, int size) in z_erofs_load_lz4_config() argument
36 distance = le16_to_cpu(dsb->u1.lz4_max_distance); in z_erofs_load_lz4_config()
448 int z_erofs_parse_cfgs(struct super_block *sb, struct erofs_super_block *dsb) in z_erofs_parse_cfgs() argument
457 return z_erofs_load_lz4_config(sb, dsb, NULL, 0); in z_erofs_parse_cfgs()
459 algs = le16_to_cpu(dsb->u1.available_compr_algs); in z_erofs_parse_cfgs()
480 ret = dec->config(sb, dsb, data, size); in z_erofs_parse_cfgs()
/linux/arch/arm/mach-omap2/
H A Domap-smc.S29 dsb
51 dsb
69 dsb @ Memory Barrier (not sure if needed, copied from omap_smc2)
77 dsb
85 dsb
93 dsb
H A Dsleep43xx.S99 dsb
114 dsb
116 dsb
138 dsb
140 dsb
262 dsb
388 dsb
390 dsb
394 dsb
396 dsb
[all …]
H A Dsleep34xx.S96 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
H A Domap-headsmp.S83 dsb
100 dsb
/linux/arch/arm64/include/asm/
H A Dtlbflush.h242 dsb(ish); \
251 dsb(ish); in __tlbi_sync_s1ish()
258 dsb(ish); in __tlbi_sync_s1ish_batch()
265 dsb(ish); in __tlbi_sync_s1ish_kernel()
275 dsb(ish); in __tlbi_sync_s1ish_hyp()
362 dsb(nshst); in local_flush_tlb_all()
364 dsb(nsh); in local_flush_tlb_all()
370 dsb(ishst); in flush_tlb_all()
380 dsb(ishst); in flush_tlb_mm()
577 dsb(ishst); in __do_flush_tlb_range()
[all …]
/linux/arch/arm/mm/
H A Dcache-v7.S71 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 Dcache-xsc3l2.c55 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 Dtlb-v7.S38 dsb ish
59 dsb ish
72 dsb ish
87 dsb ish
H A Dpv-fixup-asm.S25 dsb
72 dsb
77 dsb
81 dsb
H A Dcache-tauros2.c92 dsb(); in tauros2_inv_range()
103 dsb(); in tauros2_clean_range()
114 dsb(); in tauros2_flush_range()
H A Dcache-feroceon-l2.c195 dsb(); in feroceon_l2_inv_range()
214 dsb(); in feroceon_l2_clean_range()
229 dsb(); in feroceon_l2_flush_range()
H A Dcache-v7m.S150 dsb st
224 dsb st
321 dsb ishst
331 dsb ishst
356 dsb st
/linux/arch/arm/kernel/
H A Dv7m.c12 dsb(); in armv7m_restart()
15 dsb(); in armv7m_restart()
/linux/tools/testing/selftests/kvm/arm64/
H A Dno-vgic.c21 dsb(sy); \
29 dsb(sy); \
39 dsb(sy); \
47 dsb(sy); \
H A Dno-vgic-v3.c
/linux/arch/arm64/kernel/
H A Dhibernate-asm.S82 dsb ish /* wait for PoU cleaning to finish */
88 dsb ish
/linux/include/linux/raspberrypi/
H A Dvchiq_core.h26 #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/arm/mach-tegra/
H A Dsleep-tegra20.S122 dsb
128 dsb
334 dsb
338 dsb
396 dsb
/linux/arch/arm/mach-mvebu/
H A Dcoherency_ll.S126 dsb
153 dsb
/linux/drivers/pinctrl/meson/
H A Dpinctrl-meson.h147 dsr, dsb) \ argument
160 [MESON_REG_DS] = { dsr, dsb }, \
/linux/arch/arm/common/
H A Dvlock.S38 dsb st
98 dsb st

1234