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:vcores
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_host.h
346
struct kvmppc_vcore *
vcores
[KVM_MAX_VCORES];
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_host.h
337
struct kvmppc_vcore *
vcores
[KVM_MAX_VCORES];
member
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv.c
2399
vcore = kvm->arch.
vcores
[core];
in kvmppc_core_vcpu_create_hv()
2412
kvm->arch.
vcores
[core] = vcore;
in kvmppc_core_vcpu_create_hv()
2733
* These are
vcores
that could run but their runner VCPU tasks are
2853
/* In one_vm_per_core mode, require all
vcores
to be from the same vm */
in can_dynamic_split()
2881
* vcore *pvc onto the execution of the other
vcores
described in *cip.
3152
* See if we could run any other
vcores
on the physical core
in kvmppc_run_core()
3191
/* Put back on to the preempted
vcores
list */
in kvmppc_run_core()
4658
* Update LPCR values in kvm->arch and in
vcores
.
4673
struct kvmppc_vcore *vc = kvm->arch.
vcores
[i];
in kvmppc_update_lpcr()
5070
kfree(kvm->arch.
vcores
[
in kvmppc_free_vcores()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv.c
2994
vcore = kvm->arch.
vcores
[core];
in kvmppc_core_vcpu_create_hv()
3007
kvm->arch.
vcores
[core] = vcore;
in kvmppc_core_vcpu_create_hv()
3356
* These are
vcores
that could run but their runner VCPU tasks are
3480
/* In one_vm_per_core mode, require all
vcores
to be from the same vm */
in can_dynamic_split()
3503
* vcore *pvc onto the execution of the other
vcores
described in *cip.
3770
* See if we could run any other
vcores
on the physical core
in kvmppc_run_core()
3797
/* Put back on to the preempted
vcores
list */
in kvmppc_run_core()
5124
* Update LPCR values in kvm->arch and in
vcores
.
5139
struct kvmppc_vcore *vc = kvm->arch.
vcores
[i];
in kvmppc_update_lpcr()
5560
kfree(kvm->arch.
vcores
[
in kvmppc_free_vcores()
[all...]
Completed in 16 milliseconds