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:vgetcpu
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H
A
D
test_vdso.c
45
getcpu_t
vgetcpu
;
variable
106
vgetcpu
= (getcpu_t) vsyscall_getcpu();
in fill_function_pointers()
153
if (
vgetcpu
)
in test_getcpu()
154
ret_vsys =
vgetcpu
(&cpu_vsys, &node_vsys, 0);
in test_getcpu()
H
A
D
test_vsyscall.c
69
const getcpu_t
vgetcpu
= (getcpu_t)VSYS(0xffffffffff600800);
variable
335
ret_vsys =
vgetcpu
(&cpu_vsys, &node_vsys, 0);
in test_getcpu()
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/
H
A
D
vdso_test_correctness.c
65
getcpu_t
vgetcpu
;
variable
126
vgetcpu
= (getcpu_t) vsyscall_getcpu();
in fill_function_pointers()
184
if (
vgetcpu
)
in test_getcpu()
185
ret_vsys =
vgetcpu
(&cpu_vsys, &node_vsys, 0);
in test_getcpu()
/kernel/linux/linux-6.6/arch/x86/entry/vdso/
H
A
D
Makefile
27
vobjs-y := vdso-note.o vclock_gettime.o
vgetcpu
.o
29
vobjs32-y += vdso32/vclock_gettime.o vdso32/
vgetcpu
.o
104
CFLAGS_REMOVE_vdso32/
vgetcpu
.o = -pg
/kernel/linux/linux-5.10/arch/loongarch/vdso/
H
A
D
Makefile
12
obj-vdso-y := elf.o
vgetcpu
.o vgettimeofday.o sigreturn.o
/kernel/linux/linux-6.6/arch/loongarch/vdso/
H
A
D
Makefile
11
obj-vdso-y := elf.o
vgetcpu
.o vgettimeofday.o sigreturn.o
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H
A
D
test_vsyscall.c
69
const getcpu_t
vgetcpu
= (getcpu_t)VSYS(0xffffffffff600800);
variable
332
ret_vsys =
vgetcpu
(&cpu_vsys, &node_vsys, 0);
in test_getcpu()
/kernel/linux/linux-5.10/arch/x86/entry/vdso/
H
A
D
Makefile
27
vobjs-y := vdso-note.o vclock_gettime.o
vgetcpu
.o
Completed in 5 milliseconds