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:vcore_state
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv.c
316
if (vc->runner == vcpu && vc->
vcore_state
>= VCORE_SLEEPING)
in kvmppc_core_vcpu_load_hv()
333
if (vc->runner == vcpu && vc->
vcore_state
>= VCORE_SLEEPING)
in kvmppc_core_vcpu_put_hv()
685
if (vc->
vcore_state
!= VCORE_INACTIVE &&
in vcore_stolen_time()
887
vcore->
vcore_state
!= VCORE_INACTIVE &&
in kvm_arch_vcpu_yield_to()
2758
vc->
vcore_state
= VCORE_PREEMPT;
in kvmppc_vcore_preempt()
2781
vc->
vcore_state
= VCORE_INACTIVE;
in kvmppc_vcore_end_preempt()
2924
pvc->
vcore_state
= VCORE_INACTIVE;
in collect_piggybacks()
2935
pvc->
vcore_state
= VCORE_PIGGYBACK;
in collect_piggybacks()
3009
vc->
vcore_state
= VCORE_PREEMPT;
in post_guest_process()
3012
vc->
vcore_state
in post_guest_process()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv.c
341
if (vc->runner == vcpu && vc->
vcore_state
>= VCORE_SLEEPING)
in kvmppc_core_vcpu_load_hv()
377
if (vc->runner == vcpu && vc->
vcore_state
>= VCORE_SLEEPING)
in kvmppc_core_vcpu_put_hv()
731
if (vc->
vcore_state
!= VCORE_INACTIVE &&
in vcore_stolen_time()
1007
vcore->
vcore_state
!= VCORE_INACTIVE &&
in kvm_arch_vcpu_yield_to()
3383
vc->
vcore_state
= VCORE_PREEMPT;
in kvmppc_vcore_preempt()
3408
vc->
vcore_state
= VCORE_INACTIVE;
in kvmppc_vcore_end_preempt()
3546
pvc->
vcore_state
= VCORE_INACTIVE;
in collect_piggybacks()
3557
pvc->
vcore_state
= VCORE_PIGGYBACK;
in collect_piggybacks()
3631
vc->
vcore_state
= VCORE_PREEMPT;
in post_guest_process()
3634
vc->
vcore_state
in post_guest_process()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_book3s.h
76
u8
vcore_state
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_book3s.h
76
u8
vcore_state
;
member
Completed in 17 milliseconds