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_x86_init_ops
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
1777
struct
kvm_x86_init_ops
{
struct
1804
int kvm_x86_vendor_init(struct
kvm_x86_init_ops
*ops);
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
1312
struct
kvm_x86_init_ops
{
struct
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
8142
struct
kvm_x86_init_ops
*ops = opaque;
in kvm_arch_init()
10531
struct
kvm_x86_init_ops
*ops = opaque;
in kvm_arch_hardware_setup()
10578
struct
kvm_x86_init_ops
*ops = opaque;
in kvm_arch_check_processor_compat()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
9412
static inline void kvm_ops_update(struct
kvm_x86_init_ops
*ops)
in kvm_ops_update()
9455
static int __kvm_x86_vendor_init(struct
kvm_x86_init_ops
*ops)
in __kvm_x86_vendor_init()
9590
int kvm_x86_vendor_init(struct
kvm_x86_init_ops
*ops)
in kvm_x86_vendor_init()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
svm.c
4334
static struct
kvm_x86_init_ops
svm_init_ops __initdata = {
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
8431
static struct
kvm_x86_init_ops
vmx_init_ops __initdata;
8625
static struct
kvm_x86_init_ops
vmx_init_ops __initdata = {
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
5329
static struct
kvm_x86_init_ops
svm_init_ops __initdata = {
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
8097
static struct
kvm_x86_init_ops
vmx_init_ops __initdata = {
Completed in 66 milliseconds