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:MEM_TEST_SIZE
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H
A
D
memslot_perf_test.c
36
#define
MEM_TEST_SIZE
(MEM_SIZE - MEM_EXTRA_SIZE)
macro
77
static_assert(MEM_TEST_MOVE_SIZE <=
MEM_TEST_SIZE
,
553
ptr < MEM_TEST_GPA +
MEM_TEST_SIZE
; ptr += page_size)
in guest_code_test_memslot_rw()
560
ptr < MEM_TEST_GPA +
MEM_TEST_SIZE
; ptr += page_size) {
in guest_code_test_memslot_rw()
763
gptr < MEM_TEST_GPA +
MEM_TEST_SIZE
; gptr += guest_page_size)
in test_memslot_rw_loop()
769
gptr < MEM_TEST_GPA +
MEM_TEST_SIZE
; gptr += guest_page_size) {
in test_memslot_rw_loop()
927
MEM_TEST_SIZE
% guest_page_size) {
in check_memory_sizes()
928
pr_info("invalid MEM_SIZE or
MEM_TEST_SIZE
\n");
in check_memory_sizes()
940
if (MEM_TEST_UNMAP_SIZE >
MEM_TEST_SIZE
||
in check_memory_sizes()
Completed in 2 milliseconds