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_OP
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm-x86-ops.h
2
#if !defined(
KVM_X86_OP
) || !defined(KVM_X86_OP_OPTIONAL)
7
*
KVM_X86_OP
() and KVM_X86_OP_OPTIONAL() are used to help generate
17
KVM_X86_OP
(check_processor_compatibility)
18
KVM_X86_OP
(hardware_enable)
19
KVM_X86_OP
(hardware_disable)
20
KVM_X86_OP
(hardware_unsetup)
21
KVM_X86_OP
(has_emulated_msr)
22
KVM_X86_OP
(vcpu_after_set_cpuid)
23
KVM_X86_OP
(vm_init)
26
KVM_X86_OP
(vcpu_creat
139
#undef
KVM_X86_OP
global()
macro
[all...]
H
A
D
kvm_host.h
1798
#define
KVM_X86_OP
(func) \
macro
1800
#define KVM_X86_OP_OPTIONAL
KVM_X86_OP
1801
#define KVM_X86_OP_OPTIONAL_RET0
KVM_X86_OP
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
138
#define
KVM_X86_OP
(func) \
macro
141
#define KVM_X86_OP_OPTIONAL
KVM_X86_OP
142
#define KVM_X86_OP_OPTIONAL_RET0
KVM_X86_OP
9418
#define
KVM_X86_OP
(func) \
in kvm_ops_update()
macro
Completed in 20 milliseconds