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:emulate_ctxt
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
trace.h
746
__entry->len = vcpu->arch.
emulate_ctxt
->fetch.ptr
747
- vcpu->arch.
emulate_ctxt
->fetch.data;
748
__entry->rip = vcpu->arch.
emulate_ctxt
->_eip - __entry->len;
750
vcpu->arch.
emulate_ctxt
->fetch.data,
752
__entry->flags = kei_decode_mode(vcpu->arch.
emulate_ctxt
->mode);
H
A
D
x86.c
6454
struct x86_emulate_ctxt *ctxt = vcpu->arch.
emulate_ctxt
;
in emulator_read_write_onepage()
7167
struct x86_emulate_ctxt *ctxt = vcpu->arch.
emulate_ctxt
;
in inject_emulated_exception()
7191
vcpu->arch.
emulate_ctxt
= ctxt;
in alloc_emulate_ctxt()
7198
struct x86_emulate_ctxt *ctxt = vcpu->arch.
emulate_ctxt
;
in init_emulate_ctxt()
7228
struct x86_emulate_ctxt *ctxt = vcpu->arch.
emulate_ctxt
;
in kvm_inject_realmode_interrupt()
7550
struct x86_emulate_ctxt *ctxt = vcpu->arch.
emulate_ctxt
;
in x86_decode_emulated_instruction()
7570
struct x86_emulate_ctxt *ctxt = vcpu->arch.
emulate_ctxt
;
in x86_emulate_instruction()
9681
emulator_writeback_register_cache(vcpu->arch.
emulate_ctxt
);
in __get_regs()
9867
struct x86_emulate_ctxt *ctxt = vcpu->arch.
emulate_ctxt
;
in kvm_task_switch()
10287
kmem_cache_free(x86_emulator_cache, vcpu->arch.
emulate_ctxt
);
in kvm_arch_vcpu_create()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
trace.h
829
__entry->len = vcpu->arch.
emulate_ctxt
->fetch.ptr
830
- vcpu->arch.
emulate_ctxt
->fetch.data;
831
__entry->rip = vcpu->arch.
emulate_ctxt
->_eip - __entry->len;
833
vcpu->arch.
emulate_ctxt
->fetch.data,
835
__entry->flags = kei_decode_mode(vcpu->arch.
emulate_ctxt
->mode);
H
A
D
x86.c
7665
struct x86_emulate_ctxt *ctxt = vcpu->arch.
emulate_ctxt
;
in emulator_read_write_onepage()
8395
struct x86_emulate_ctxt *ctxt = vcpu->arch.
emulate_ctxt
;
in inject_emulated_exception()
8418
vcpu->arch.
emulate_ctxt
= ctxt;
in alloc_emulate_ctxt()
8425
struct x86_emulate_ctxt *ctxt = vcpu->arch.
emulate_ctxt
;
in init_emulate_ctxt()
8451
struct x86_emulate_ctxt *ctxt = vcpu->arch.
emulate_ctxt
;
in kvm_inject_realmode_interrupt()
8524
struct x86_emulate_ctxt *ctxt = vcpu->arch.
emulate_ctxt
;
in prepare_emulation_ctxt_failure_exit()
8870
struct x86_emulate_ctxt *ctxt = vcpu->arch.
emulate_ctxt
;
in x86_decode_emulated_instruction()
8888
struct x86_emulate_ctxt *ctxt = vcpu->arch.
emulate_ctxt
;
in x86_emulate_instruction()
11232
emulator_writeback_register_cache(vcpu->arch.
emulate_ctxt
);
in __get_regs()
11458
struct x86_emulate_ctxt *ctxt = vcpu->arch.
emulate_ctxt
;
in kvm_task_switch()
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
650
struct x86_emulate_ctxt *
emulate_ctxt
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
856
struct x86_emulate_ctxt *
emulate_ctxt
;
member
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
2332
struct x86_emulate_ctxt *ctxt = vcpu->arch.
emulate_ctxt
;
in svm_instr_opcode()
Completed in 44 milliseconds