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:one_vm_per_core
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv.c
110
static bool
one_vm_per_core
;
variable
111
module_param(
one_vm_per_core
, bool, S_IRUGO | S_IWUSR);
112
MODULE_PARM_DESC(
one_vm_per_core
, "Only run vCPUs from the same VM on a core (requires indep_threads_mode=N)");
2853
/* In
one_vm_per_core
mode, require all vcores to be from the same vm */
in can_dynamic_split()
2854
if (
one_vm_per_core
&& vc->kvm != cip->vc[0]->kvm)
in can_dynamic_split()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv.c
113
static bool
one_vm_per_core
;
variable
114
module_param(
one_vm_per_core
, bool, S_IRUGO | S_IWUSR);
115
MODULE_PARM_DESC(
one_vm_per_core
, "Only run vCPUs from the same VM on a core (requires POWER8 or older)");
3480
/* In
one_vm_per_core
mode, require all vcores to be from the same vm */
in can_dynamic_split()
3481
if (
one_vm_per_core
&& vc->kvm != cip->vc[0]->kvm)
in can_dynamic_split()
Completed in 20 milliseconds