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_pml
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
capabilities.h
14
extern bool __read_mostly
enable_pml
;
H
A
D
vmx.c
114
bool __read_mostly
enable_pml
= 1;
variable
115
module_param_named(pml,
enable_pml
, bool, S_IRUGO);
4363
if (!
enable_pml
)
in vmx_compute_secondary_exec_control()
4493
if (
enable_pml
) {
in init_vmcs()
6093
if (
enable_pml
)
in vmx_handle_exit()
6990
if (
enable_pml
)
in vmx_free_vcpu()
7015
if (
enable_pml
) {
in vmx_create_vcpu()
8031
enable_pml
= 0;
in hardware_setup()
8033
if (!
enable_pml
) {
in hardware_setup()
H
A
D
nested.c
2200
if (
enable_pml
) {
in prepare_vmcs02_constant_state()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
capabilities.h
17
extern bool __read_mostly
enable_pml
;
H
A
D
vmx.c
119
bool __read_mostly
enable_pml
= 1;
variable
120
module_param_named(pml,
enable_pml
, bool, S_IRUGO);
4641
if (!
enable_pml
|| !atomic_read(&vcpu->kvm->nr_memslots_dirty_logging))
in vmx_secondary_exec_control()
4801
if (
enable_pml
) {
in init_vmcs()
6427
if (
enable_pml
&& !is_guest_mode(vcpu))
in __vmx_handle_exit()
7445
if (
enable_pml
)
in vmx_vcpu_free()
7473
if (
enable_pml
) {
in vmx_vcpu_create()
8095
if (WARN_ON_ONCE(!
enable_pml
))
in vmx_update_cpu_dirty_logging()
8559
enable_pml
= 0;
in hardware_setup()
8561
if (!
enable_pml
)
in hardware_setup()
[all...]
H
A
D
nested.c
2201
if (
enable_pml
) {
in prepare_vmcs02_constant_state()
Completed in 46 milliseconds