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:last_vcpu
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/kvm/
H
A
D
loongarch.c
686
* matching pointer wrongly hanging around in
last_vcpu
.
in kvm_arch_vcpu_destroy()
690
if (context->
last_vcpu
== vcpu)
in kvm_arch_vcpu_destroy()
691
context->
last_vcpu
= NULL;
in kvm_arch_vcpu_destroy()
845
all = migrated || (context->
last_vcpu
!= vcpu);
in _kvm_vcpu_load()
846
context->
last_vcpu
= vcpu;
in _kvm_vcpu_load()
1767
context->
last_vcpu
= NULL;
in kvm_arch_init()
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
vz.c
39
static struct kvm_vcpu *
last_vcpu
[NR_CPUS];
variable
2574
all = migrated || (
last_vcpu
[cpu] != vcpu);
in kvm_vz_vcpu_load()
2575
last_vcpu
[cpu] = vcpu;
in kvm_vz_vcpu_load()
3062
* matching pointer wrongly hanging around in
last_vcpu
[] or
in kvm_vz_vcpu_uninit()
3066
if (
last_vcpu
[cpu] == vcpu)
in kvm_vz_vcpu_uninit()
3067
last_vcpu
[cpu] = NULL;
in kvm_vz_vcpu_uninit()
/kernel/linux/linux-6.6/arch/mips/kvm/
H
A
D
vz.c
39
static struct kvm_vcpu *
last_vcpu
[NR_CPUS];
variable
2578
all = migrated || (
last_vcpu
[cpu] != vcpu);
in kvm_vz_vcpu_load()
2579
last_vcpu
[cpu] = vcpu;
in kvm_vz_vcpu_load()
3066
* matching pointer wrongly hanging around in
last_vcpu
[] or
in kvm_vz_vcpu_uninit()
3070
if (
last_vcpu
[cpu] == vcpu)
in kvm_vz_vcpu_uninit()
3071
last_vcpu
[cpu] = NULL;
in kvm_vz_vcpu_uninit()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
kvm_host.h
110
struct kvm_vcpu *
last_vcpu
;
member
Completed in 10 milliseconds