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:__be64_to_cpu
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/
H
A
D
crb.h
135
#define crb_csb_addr(c)
__be64_to_cpu
(c->csb_addr)
136
#define crb_nx_fault_addr(c)
__be64_to_cpu
(c->stamp.nx.fault_storage_addr)
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/include/
H
A
D
crb.h
135
#define crb_csb_addr(c)
__be64_to_cpu
(c->csb_addr)
136
#define crb_nx_fault_addr(c)
__be64_to_cpu
(c->stamp.nx.fault_storage_addr)
/kernel/linux/linux-5.10/include/linux/byteorder/
H
A
D
generic.h
93
#define be64_to_cpu
__be64_to_cpu
/kernel/linux/linux-6.6/include/linux/byteorder/
H
A
D
generic.h
93
#define be64_to_cpu
__be64_to_cpu
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/byteorder/
H
A
D
little_endian.h
52
#define
__be64_to_cpu
(x) __swab64((__force __u64) (__be64) (x))
macro
H
A
D
big_endian.h
52
#define
__be64_to_cpu
(x) ((__force __u64) (__be64) (x))
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/byteorder/
H
A
D
little_endian.h
52
#define
__be64_to_cpu
(x) __swab64((__force __u64) (__be64) (x))
macro
H
A
D
big_endian.h
52
#define
__be64_to_cpu
(x) ((__force __u64) (__be64) (x))
macro
/kernel/linux/linux-5.10/include/uapi/linux/byteorder/
H
A
D
little_endian.h
38
#define
__be64_to_cpu
(x) __swab64((__force __u64)(__be64)(x))
macro
H
A
D
big_endian.h
38
#define
__be64_to_cpu
(x) ((__force __u64)(__be64)(x))
macro
/kernel/linux/linux-6.6/include/uapi/linux/byteorder/
H
A
D
little_endian.h
39
#define
__be64_to_cpu
(x) __swab64((__force __u64)(__be64)(x))
macro
H
A
D
big_endian.h
39
#define
__be64_to_cpu
(x) ((__force __u64)(__be64)(x))
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/byteorder/
H
A
D
little_endian.h
39
#define
__be64_to_cpu
(x) __swab64((__force __u64)(__be64)(x))
macro
H
A
D
big_endian.h
39
#define
__be64_to_cpu
(x) ((__force __u64)(__be64)(x))
macro
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H
A
D
util.c
179
u64 orig_low =
__be64_to_cpu
(*low_be);
in add_to_ctr()
185
*high_be = __cpu_to_be64(
__be64_to_cpu
(*high_be) + 1);
in add_to_ctr()
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H
A
D
util.c
179
u64 orig_low =
__be64_to_cpu
(*low_be);
in add_to_ctr()
185
*high_be = __cpu_to_be64(
__be64_to_cpu
(*high_be) + 1);
in add_to_ctr()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
ioam6_parser.c
253
raw64 =
__be64_to_cpu
(*((__u64 *)*p));
in check_ioam6_data()
271
if (
__be64_to_cpu
(*((__u64 *)*p)) != cnf.ns_wide)
in check_ioam6_data()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_radix.c
174
pte =
__be64_to_cpu
(rpte);
in kvmppc_mmu_walk_radix_tree()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_radix.c
182
pte =
__be64_to_cpu
(rpte);
in kvmppc_mmu_walk_radix_tree()
Completed in 14 milliseconds