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:get64
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
time.c
27
static u64
get64
(const u64 *p)
in get64()
function
65
state_time =
get64
(&state->state_entry_time);
in xen_get_runstate_snapshot_cpu_delta()
69
} while (
get64
(&state->state_entry_time) != state_time ||
in xen_get_runstate_snapshot_cpu_delta()
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
time.c
28
static u64
get64
(const u64 *p)
in get64()
function
66
state_time =
get64
(&state->state_entry_time);
in xen_get_runstate_snapshot_cpu_delta()
70
} while (
get64
(&state->state_entry_time) != state_time ||
in xen_get_runstate_snapshot_cpu_delta()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/
H
A
D
sparsebit.c
2061
uint64_t
get64
(void)
in get64()
function
2080
uint64_t first =
get64
();
in main()
2081
uint64_t last =
get64
();
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H
A
D
sparsebit.c
2059
uint64_t
get64
(void)
in get64()
function
2078
uint64_t first =
get64
();
in main()
2079
uint64_t last =
get64
();
in main()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/
H
A
D
nxu.h
434
#define
get64
(ST, REG) (be64toh(ST.REG))
macro
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/include/
H
A
D
nxu.h
434
#define
get64
(ST, REG) (be64toh(ST.REG))
macro
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/
H
A
D
gunz_test.c
220
buf_addr =
get64
(dde_list[i], ddead);
in nx_touch_pages_dde()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/
H
A
D
gunz_test.c
220
buf_addr =
get64
(dde_list[i], ddead);
in nx_touch_pages_dde()
Completed in 12 milliseconds