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:kvm_vcpu_halt
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_pr_papr.c
395
kvm_vcpu_halt
(vcpu);
in kvmppc_h_pr()
H
A
D
book3s_pr.c
501
kvm_vcpu_halt
(vcpu);
in kvmppc_set_msr_pr()
H
A
D
powerpc.c
240
kvm_vcpu_halt
(vcpu);
in kvmppc_kvm_pv()
H
A
D
booke.c
724
kvm_vcpu_halt
(vcpu);
in kvmppc_core_prepare_to_enter()
/kernel/linux/linux-6.6/arch/riscv/kvm/
H
A
D
vcpu_insn.c
192
kvm_vcpu_halt
(vcpu);
in kvm_riscv_vcpu_wfi()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
1475
int
kvm_vcpu_halt
(struct kvm_vcpu *vcpu);
/kernel/linux/linux-6.6/arch/mips/kvm/
H
A
D
emulate.c
955
kvm_vcpu_halt
(vcpu);
in kvm_mips_emul_wait()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
arm.c
726
kvm_vcpu_halt
(vcpu);
in kvm_vcpu_wfi()
/kernel/linux/linux-6.6/include/linux/
H
A
D
kvm_host.h
1373
void
kvm_vcpu_halt
(struct kvm_vcpu *vcpu);
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
xen.c
1287
kvm_vcpu_halt
(vcpu);
in kvm_xen_schedop_poll()
H
A
D
x86.c
10911
kvm_vcpu_halt
(vcpu);
in vcpu_block()
/kernel/linux/linux-6.6/virt/kvm/
H
A
D
kvm_main.c
3557
void
kvm_vcpu_halt
(struct kvm_vcpu *vcpu)
in kvm_vcpu_halt()
function
3628
EXPORT_SYMBOL_GPL(
kvm_vcpu_halt
);
variable
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
8260
int
kvm_vcpu_halt
(struct kvm_vcpu *vcpu)
in kvm_vcpu_halt()
function
8271
EXPORT_SYMBOL_GPL(
kvm_vcpu_halt
);
variable
8280
return
kvm_vcpu_halt
(vcpu) && ret;
in kvm_emulate_halt()
/kernel/linux/linux-6.6/arch/s390/kvm/
H
A
D
interrupt.c
1334
kvm_vcpu_halt
(vcpu);
in kvm_s390_handle_wait()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
4829
return
kvm_vcpu_halt
(vcpu);
in handle_rmode_exception()
5569
return
kvm_vcpu_halt
(vcpu);
in handle_invalid_guest_state()
H
A
D
nested.c
3617
return
kvm_vcpu_halt
(vcpu);
in nested_vmx_run()
Completed in 95 milliseconds