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:vmx_msrs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.h
34
struct
vmx_msrs
{
struct
246
struct
vmx_msrs
guest;
247
struct
vmx_msrs
host;
251
struct
vmx_msrs
guest;
373
int vmx_find_loadstore_msr_slot(struct
vmx_msrs
*m, u32 msr);
H
A
D
nested.c
1036
struct
vmx_msrs
*autostore = &vmx->msr_autostore.guest;
in prepare_vmx_msr_autostore_list()
H
A
D
vmx.c
963
int vmx_find_loadstore_msr_slot(struct
vmx_msrs
*m, u32 msr)
in vmx_find_loadstore_msr_slot()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.h
33
struct
vmx_msrs
{
struct
293
struct
vmx_msrs
guest;
294
struct
vmx_msrs
host;
298
struct
vmx_msrs
guest;
414
int vmx_find_loadstore_msr_slot(struct
vmx_msrs
*m, u32 msr);
H
A
D
vmx.c
976
int vmx_find_loadstore_msr_slot(struct
vmx_msrs
*m, u32 msr)
in vmx_find_loadstore_msr_slot()
6223
static void vmx_dump_msrs(char *name, struct
vmx_msrs
*m)
in vmx_dump_msrs()
H
A
D
nested.c
1046
struct
vmx_msrs
*autostore = &vmx->msr_autostore.guest;
in prepare_vmx_msr_autostore_list()
Completed in 34 milliseconds