Home
last modified time | relevance | path

Searched refs:BARRIER (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dbmips_vec.S23 .macro BARRIER macro
119 BARRIER
176 BARRIER
195 BARRIER
214 BARRIER
298 BARRIER
315 BARRIER
/openbmc/linux/arch/mips/mm/
H A Dtlb-r3k.c32 #define BARRIER \ macro
164 BARRIER; in local_flush_tlb_page()
203 BARRIER; in __update_tlb()
/openbmc/linux/arch/mips/dec/
H A Dkn01-berr.c28 #define BARRIER \ macro
113 BARRIER; in dec_kn01_be_backend()
/openbmc/linux/arch/powerpc/include/asm/
H A Dsstep.h40 BARRIER, enumerator
/openbmc/linux/fs/ext4/
H A Dfsync.c91 if (test_opt(inode->i_sb, BARRIER)) in ext4_fsync_nojournal()
H A Dsuper.c4403 set_opt(sb, BARRIER); in ext4_set_def_opts()
5767 if (test_opt(sb, BARRIER)) in ext4_init_journal_params()
6224 (test_opt(sb, BARRIER) ? REQ_FUA : 0), sbh); in ext4_commit_super()
6363 } else if (wait && test_opt(sb, BARRIER)) in ext4_sync_fs()
H A Dfast_commit.c682 if (test_opt(sb, BARRIER) && is_tail) in ext4_fc_submit_bh()
/openbmc/linux/fs/nilfs2/
H A Dsuper.c181 if (nilfs_test_opt(nilfs, BARRIER)) { in nilfs_sync_super()
698 if (!nilfs_test_opt(nilfs, BARRIER)) in nilfs_show_options()
768 nilfs_set_opt(nilfs, BARRIER); in parse_options()
771 nilfs_clear_opt(nilfs, BARRIER); in parse_options()
H A Dthe_nilfs.h370 if (!nilfs_test_opt(nilfs, BARRIER) || nilfs->ns_flushed_device) in nilfs_flush_device()
/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c1434 op->type = BARRIER | BARRIER_ISYNC; in analyse_instr()
1460 op->type = BARRIER + BARRIER_SYNC; in analyse_instr()
1464 op->type = BARRIER + BARRIER_LWSYNC; in analyse_instr()
1467 op->type = BARRIER + BARRIER_PTESYNC; in analyse_instr()
1474 op->type = BARRIER + BARRIER_EIEIO; in analyse_instr()
3250 case BARRIER: in emulate_update_regs()
/openbmc/linux/Documentation/
H A Dmemory-barriers.txt273 the COMPILER BARRIER section.
375 VARIETIES OF MEMORY BARRIER
915 Please see the COMPILER BARRIER section for more information.
932 SMP BARRIER PAIRING
995 EXAMPLES OF MEMORY BARRIER SEQUENCES
1525 COMPILER BARRIER
1948 accesses to MMIO regions. See the later "KERNEL I/O BARRIER EFFECTS"
2302 INTER-CPU ACQUIRING BARRIER EFFECTS
2541 KERNEL I/O BARRIER EFFECTS
/openbmc/qemu/target/arm/
H A Dcpu.h2046 FIELD(ID_ISAR4, BARRIER, 16, 4)