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:enable_ipiv
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
capabilities.h
18
extern bool __read_mostly
enable_ipiv
;
H
A
D
vmx.h
745
return lapic_in_kernel(vcpu) &&
enable_ipiv
;
in vmx_can_use_ipiv()
H
A
D
vmx.c
108
bool __read_mostly
enable_ipiv
= true;
variable
109
module_param(
enable_ipiv
, bool, 0444);
4097
if (
enable_ipiv
)
in vmx_update_msr_bitmap_x2apic()
4457
if (
enable_ipiv
)
in vmx_refresh_apicv_exec_ctrl()
4463
if (
enable_ipiv
)
in vmx_refresh_apicv_exec_ctrl()
4522
if (!
enable_ipiv
|| !kvm_vcpu_apicv_active(&vmx->vcpu))
in vmx_tertiary_exec_control()
4691
if (!irqchip_in_kernel(kvm) || !
enable_ipiv
)
in vmx_alloc_ipiv_pid_table()
8529
enable_ipiv
= false;
in hardware_setup()
Completed in 11 milliseconds