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:hv_max_vp_index
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
mshyperv.h
112
extern u32
hv_max_vp_index
;
139
if (
hv_max_vp_index
/ 64 >= 64)
in cpumask_to_vpset()
147
for (vcpu_bank = 0; vcpu_bank <=
hv_max_vp_index
/ 64; vcpu_bank++)
in cpumask_to_vpset()
/kernel/linux/linux-5.10/arch/x86/hyperv/
H
A
D
hv_init.c
47
u32
hv_max_vp_index
;
variable
48
EXPORT_SYMBOL_GPL(
hv_max_vp_index
);
variable
90
if (msr_vp_index >
hv_max_vp_index
)
in hv_cpu_init()
91
hv_max_vp_index
= msr_vp_index;
in hv_cpu_init()
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
hv_common.c
52
u32
hv_max_vp_index
;
variable
53
EXPORT_SYMBOL_GPL(
hv_max_vp_index
);
variable
417
if (msr_vp_index >
hv_max_vp_index
)
in hv_common_cpu_init()
418
hv_max_vp_index
= msr_vp_index;
in hv_common_cpu_init()
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
mshyperv.h
187
extern u32
hv_max_vp_index
;
224
int max_vcpu_bank =
hv_max_vp_index
/ HV_VCPUS_PER_SPARSE_BANK;
in __cpumask_to_vpset()
Completed in 3 milliseconds