Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mmiowb
(Results
1 - 25
of
57
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/arch/mips/loongson2ef/lemote-2f/
H
A
D
reset.c
65
mmiowb
();
in fl2f_shutdown()
70
mmiowb
();
in fl2f_shutdown()
100
mmiowb
();
in ml2f_shutdown()
103
mmiowb
();
in ml2f_shutdown()
108
mmiowb
();
in ml2f_shutdown()
/kernel/linux/linux-6.6/arch/mips/loongson2ef/lemote-2f/
H
A
D
reset.c
65
mmiowb
();
in fl2f_shutdown()
70
mmiowb
();
in fl2f_shutdown()
100
mmiowb
();
in ml2f_shutdown()
103
mmiowb
();
in ml2f_shutdown()
108
mmiowb
();
in ml2f_shutdown()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H
A
D
mmiowb.h
7
*
mmiowb
- I/O write barrier
13
#define
mmiowb
() ia64_mfa()
macro
15
#include <asm-generic/
mmiowb
.h>
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H
A
D
mmiowb.h
7
*
mmiowb
- I/O write barrier
13
#define
mmiowb
() ia64_mfa()
macro
15
#include <asm-generic/
mmiowb
.h>
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
mmiowb.h
7
#define
mmiowb
() iobarrier_w()
macro
9
#include <asm-generic/
mmiowb
.h>
H
A
D
spinlock.h
25
mmiowb
();
in queued_spin_unlock()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
mmiowb.h
8
#define
mmiowb
() wmb()
macro
10
#include <asm-generic/
mmiowb
.h>
H
A
D
spinlock-llsc.h
51
mmiowb
();
in arch_spin_unlock()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
mmiowb.h
7
#define
mmiowb
() iobarrier_w()
macro
9
#include <asm-generic/
mmiowb
.h>
H
A
D
spinlock.h
24
mmiowb
();
in queued_spin_unlock()
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
mmiowb.h
8
#define
mmiowb
() wmb()
macro
10
#include <asm-generic/
mmiowb
.h>
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
mmiowb.h
10
#define
mmiowb
() __asm__ __volatile__ ("fence o,w" : : : "memory");
macro
13
#include <asm-generic/
mmiowb
.h>
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
mmiowb.h
10
#define
mmiowb
() __asm__ __volatile__ ("fence o,w" : : : "memory");
macro
13
#include <asm-generic/
mmiowb
.h>
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
mmiowb.h
12
#define
mmiowb
() mb()
macro
16
#include <asm-generic/
mmiowb
.h>
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
mmiowb.h
12
#define
mmiowb
() mb()
macro
16
#include <asm-generic/
mmiowb
.h>
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
gpio_txx9.c
41
mmiowb
();
in txx9_gpio_set()
51
mmiowb
();
in txx9_gpio_dir_in()
64
mmiowb
();
in txx9_gpio_dir_out()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
gpio_txx9.c
41
mmiowb
();
in txx9_gpio_set()
51
mmiowb
();
in txx9_gpio_dir_in()
64
mmiowb
();
in txx9_gpio_dir_out()
/kernel/linux/linux-5.10/arch/mips/loongson2ef/common/
H
A
D
bonito-irq.c
18
mmiowb
();
in bonito_irq_enable()
24
mmiowb
();
in bonito_irq_disable()
H
A
D
mem.c
35
mmiowb
();
in prom_init_memory()
/kernel/linux/linux-6.6/arch/mips/loongson2ef/common/
H
A
D
bonito-irq.c
18
mmiowb
();
in bonito_irq_enable()
24
mmiowb
();
in bonito_irq_disable()
H
A
D
mem.c
35
mmiowb
();
in prom_init_memory()
/kernel/linux/linux-5.10/arch/mips/txx9/rbtx4938/
H
A
D
irq.c
90
mmiowb
();
in toshiba_rbtx4938_irq_ioc_enable()
100
mmiowb
();
in toshiba_rbtx4938_irq_ioc_disable()
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
mmiowb.h
6
* Generic implementation of
mmiowb
() tracking for spinlocks.
13
* 1. Implement
mmiowb
() (and arch_mmiowb_state() if you're fancy)
14
* in asm/
mmiowb
.h, then #include this file
55
mmiowb
();
in mmiowb_spin_unlock()
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
mmiowb.h
6
* Generic implementation of
mmiowb
() tracking for spinlocks.
13
* 1. Implement
mmiowb
() (and arch_mmiowb_state() if you're fancy)
14
* in asm/
mmiowb
.h, then #include this file
55
mmiowb
();
in mmiowb_spin_unlock()
/kernel/linux/linux-5.10/arch/mips/txx9/rbtx4939/
H
A
D
irq.c
34
mmiowb
();
in rbtx4939_ioc_irq_mask()
Completed in 4 milliseconds
1
2
3