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:additional_pages
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/hyperv/
H
A
D
nested.c
64
u64
additional_pages
;
in hyperv_fill_flush_guest_mapping_list()
local
75
additional_pages
= min_t(u64, pages, HV_MAX_FLUSH_PAGES) - 1;
in hyperv_fill_flush_guest_mapping_list()
77
flush->gpa_list[gpa_n].page.
additional_pages
=
additional_pages
;
in hyperv_fill_flush_guest_mapping_list()
81
pages -=
additional_pages
+ 1;
in hyperv_fill_flush_guest_mapping_list()
82
cur +=
additional_pages
+ 1;
in hyperv_fill_flush_guest_mapping_list()
/kernel/linux/linux-6.6/arch/x86/hyperv/
H
A
D
nested.c
60
u64
additional_pages
;
in hyperv_fill_flush_guest_mapping_list()
local
71
additional_pages
= min_t(u64, pages, HV_MAX_FLUSH_PAGES) - 1;
in hyperv_fill_flush_guest_mapping_list()
73
flush->gpa_list[gpa_n].page.
additional_pages
=
additional_pages
;
in hyperv_fill_flush_guest_mapping_list()
77
pages -=
additional_pages
+ 1;
in hyperv_fill_flush_guest_mapping_list()
78
cur +=
additional_pages
+ 1;
in hyperv_fill_flush_guest_mapping_list()
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
hyperv-tlfs.h
365
* HV_MAX_FLUSH_PAGES = "
additional_pages
" + 1. It's limited
366
* by the bitwidth of "
additional_pages
" in union hv_gpa_page_range.
374
u64
additional_pages
:11;
member
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
hyperv-tlfs.h
445
* HV_MAX_FLUSH_PAGES = "
additional_pages
" + 1. It's limited
446
* by the bitwidth of "
additional_pages
" in union hv_gpa_page_range.
456
u64
additional_pages
:11;
member
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
hv_balloon.c
1642
* Hyper-V expects the
additional_pages
field in the units
in hv_free_page_report()
1656
range->page.
additional_pages
=
in hv_free_page_report()
1662
range->page.
additional_pages
=
in hv_free_page_report()
Completed in 6 milliseconds