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:test_pages
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
hyperv_tlb_flush.c
68
vm_vaddr_t
test_pages
;
member
77
void *exp_page = (void *)data->
test_pages
+ PAGE_SIZE * NTEST_PAGES;
in worker_guest_code()
96
val = READ_ONCE(*(u64 *)data->
test_pages
);
in worker_guest_code()
167
set_expected_val((void *)data->
test_pages
, 0x0, WORKER_VCPU_ID_1);
in prepare_to_test()
168
set_expected_val((void *)data->
test_pages
, 0x0, WORKER_VCPU_ID_2);
in prepare_to_test()
190
set_expected_val((void *)data->
test_pages
, exp1, WORKER_VCPU_ID_1);
in post_test()
191
set_expected_val((void *)data->
test_pages
, exp2, WORKER_VCPU_ID_2);
in post_test()
233
flush->gva_list[0] = (u64)data->
test_pages
;
in sender_guest_code()
260
flush->gva_list[0] = (u64)data->
test_pages
;
in sender_guest_code()
293
flush_ex->gva_list[1] = (u64)data->
test_pages
;
in sender_guest_code()
[all...]
/kernel/linux/linux-5.10/lib/
H
A
D
test_meminit.c
84
static int __init
test_pages
(int *total_failures)
in test_pages()
function
396
num_tests +=
test_pages
(&failures);
in test_meminit_init()
/kernel/linux/linux-6.6/lib/
H
A
D
test_meminit.c
91
static int __init
test_pages
(int *total_failures)
in test_pages()
function
425
num_tests +=
test_pages
(&failures);
in test_meminit_init()
Completed in 3 milliseconds