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:kvm_nr_uret_msrs
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
219
u32 __read_mostly
kvm_nr_uret_msrs
;
variable
220
EXPORT_SYMBOL_GPL(
kvm_nr_uret_msrs
);
variable
380
for (slot = 0; slot <
kvm_nr_uret_msrs
; ++slot) {
in kvm_on_user_return()
406
BUG_ON(
kvm_nr_uret_msrs
>= KVM_MAX_NR_USER_RETURN_MSRS);
in kvm_add_user_return_msr()
411
kvm_uret_msrs_list[
kvm_nr_uret_msrs
] = msr;
in kvm_add_user_return_msr()
412
return
kvm_nr_uret_msrs
++;
in kvm_add_user_return_msr()
420
for (i = 0; i <
kvm_nr_uret_msrs
; ++i) {
in kvm_find_user_return_msr()
435
for (i = 0; i <
kvm_nr_uret_msrs
; ++i) {
in kvm_user_return_msr_cpu_online()
9505
kvm_nr_uret_msrs
= 0;
in __kvm_x86_vendor_init()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
1792
extern u32 __read_mostly
kvm_nr_uret_msrs
;
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
1309
for (i = 0; i <
kvm_nr_uret_msrs
; ++i) {
in vmx_prepare_switch_to_guest()
7479
for (i = 0; i <
kvm_nr_uret_msrs
; ++i)
in vmx_vcpu_create()
Completed in 30 milliseconds