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:emul_smt_mode
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_book3s.h
459
int stride = kvm->arch.
emul_smt_mode
;
in kvmppc_pack_vcpu_id()
H
A
D
kvm_host.h
287
unsigned int
emul_smt_mode
; /* emualted SMT mode, on P9 */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_book3s.h
474
int stride = kvm->arch.
emul_smt_mode
;
in kvmppc_pack_vcpu_id()
H
A
D
kvm_host.h
281
unsigned int
emul_smt_mode
; /* emualted SMT mode, on P9 */
member
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv.c
1202
nthreads = vcpu->kvm->arch.
emul_smt_mode
;
in kvmppc_read_dpdes()
1241
thr = vcpu->vcpu_id & (kvm->arch.
emul_smt_mode
- 1);
in kvmppc_emulate_doorbell_instr()
1248
if (arg >= kvm->arch.
emul_smt_mode
)
in kvmppc_emulate_doorbell_instr()
2388
if (id >= (KVM_MAX_VCPUS * kvm->arch.
emul_smt_mode
)) {
in kvmppc_core_vcpu_create_hv()
2467
kvm->arch.
emul_smt_mode
= esmt;
in kvmhv_set_smt_mode()
5051
kvm->arch.
emul_smt_mode
= 1;
in kvmppc_core_init_vm_hv()
H
A
D
powerpc.c
583
if (kvm->arch.
emul_smt_mode
> 1)
in kvm_vm_ioctl_check_extension()
584
r = kvm->arch.
emul_smt_mode
;
in kvm_vm_ioctl_check_extension()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv.c
1450
nthreads = vcpu->kvm->arch.
emul_smt_mode
;
in kvmppc_read_dpdes()
1491
thr = vcpu->vcpu_id & (kvm->arch.
emul_smt_mode
- 1);
in kvmppc_emulate_doorbell_instr()
1498
if (arg >= kvm->arch.
emul_smt_mode
)
in kvmppc_emulate_doorbell_instr()
2983
if (id >= (KVM_MAX_VCPUS * kvm->arch.
emul_smt_mode
)) {
in kvmppc_core_vcpu_create_hv()
3060
kvm->arch.
emul_smt_mode
= esmt;
in kvmhv_set_smt_mode()
5542
kvm->arch.
emul_smt_mode
= 1;
in kvmppc_core_init_vm_hv()
H
A
D
powerpc.c
595
if (kvm->arch.
emul_smt_mode
> 1)
in kvm_vm_ioctl_check_extension()
596
r = kvm->arch.
emul_smt_mode
;
in kvm_vm_ioctl_check_extension()
Completed in 26 milliseconds