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
defs:ioread64be
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
io-64-nonatomic-lo-hi.h
114
#define
ioread64be
ioread64be_lo_hi
macro
H
A
D
io-64-nonatomic-hi-lo.h
114
#define
ioread64be
ioread64be_hi_lo
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
io-64-nonatomic-lo-hi.h
114
#define
ioread64be
ioread64be_lo_hi
macro
H
A
D
io-64-nonatomic-hi-lo.h
114
#define
ioread64be
ioread64be_hi_lo
macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
iomap.c
56
u64
ioread64be
(const void __iomem *addr)
in ioread64be()
function
71
EXPORT_SYMBOL(
ioread64be
);
variable
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
io.h
156
#define
ioread64be
(p) ({ __u64 __v = be64_to_cpu((__force __be64)__raw_readq(p)); __iormb(__v); __v; })
macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
io.h
188
#define
ioread64be
(p) ({ __u64 __v = be64_to_cpu((__force __be64)__raw_readq(p)); __iormb(__v); __v; })
macro
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H
A
D
io.h
303
#define
ioread64be
ioread64be
macro
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H
A
D
io.h
237
#define
ioread64be
ioread64be
macro
/kernel/linux/linux-5.10/arch/parisc/lib/
H
A
D
iomap.c
342
u64
ioread64be
(const void __iomem *addr)
in ioread64be()
function
545
EXPORT_SYMBOL(
ioread64be
);
variable
/kernel/linux/linux-6.6/arch/parisc/lib/
H
A
D
iomap.c
355
u64
ioread64be
(const void __iomem *addr)
in ioread64be()
function
533
EXPORT_SYMBOL(
ioread64be
);
variable
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
io.h
666
#define
ioread64be
ioread64be
macro
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
io.h
794
#define
ioread64be
ioread64be
macro
795
static inline u64
ioread64be
(const volatile void __iomem *addr)
in ioread64be()
function
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
io.h
877
#define
ioread64be
ioread64be
macro
878
static inline u64
ioread64be
(const volatile void __iomem *addr)
in ioread64be()
function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
io.h
759
static inline u64
ioread64be
(const void __iomem *addr)
in ioread64be()
function
763
#define
ioread64be
ioread64be
macro
Completed in 13 milliseconds