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_skip_instr
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H
A
D
adjust_pc.h
16
static inline void
kvm_skip_instr
(struct kvm_vcpu *vcpu)
in kvm_skip_instr()
function
38
kvm_skip_instr
(vcpu);
in __kvm_skip_instr()
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
handle_exit.c
64
kvm_skip_instr
(vcpu, kvm_vcpu_trap_il_is32bit(vcpu));
in handle_smc()
103
kvm_skip_instr
(vcpu, kvm_vcpu_trap_il_is32bit(vcpu));
in kvm_handle_wfx()
224
kvm_skip_instr
(vcpu, kvm_vcpu_trap_il_is32bit(vcpu));
in handle_trap_exceptions()
H
A
D
mmio.c
118
kvm_skip_instr
(vcpu, kvm_vcpu_trap_il_is32bit(vcpu));
in kvm_handle_mmio_return()
H
A
D
mmu.c
1026
kvm_skip_instr
(vcpu, kvm_vcpu_trap_il_is32bit(vcpu));
in kvm_handle_guest_abort()
H
A
D
sys_regs.c
2194
kvm_skip_instr
(vcpu, kvm_vcpu_trap_il_is32bit(vcpu));
in perform_access()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
kvm_emulate.h
498
static __always_inline void
kvm_skip_instr
(struct kvm_vcpu *vcpu, bool is_wide_instr)
in kvm_skip_instr()
function
520
kvm_skip_instr
(vcpu, kvm_vcpu_trap_il_is32bit(vcpu));
in __kvm_skip_instr()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H
A
D
exception.c
372
kvm_skip_instr
(vcpu);
in __kvm_adjust_pc()
Completed in 9 milliseconds