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:host_debug_state
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
debug-sr.c
86
__debug_save_spe(&vcpu->arch.
host_debug_state
.pmscr_el1);
in __debug_save_host_buffers_nvhe()
89
__debug_save_trace(&vcpu->arch.
host_debug_state
.trfcr_el1);
in __debug_save_host_buffers_nvhe()
100
__debug_restore_spe(vcpu->arch.
host_debug_state
.pmscr_el1);
in __debug_restore_host_buffers_nvhe()
102
__debug_restore_trace(vcpu->arch.
host_debug_state
.trfcr_el1);
in __debug_restore_host_buffers_nvhe()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
H
A
D
debug-sr.c
64
__debug_save_spe(&vcpu->arch.
host_debug_state
.pmscr_el1);
in __debug_save_host_buffers_nvhe()
74
__debug_restore_spe(vcpu->arch.
host_debug_state
.pmscr_el1);
in __debug_restore_host_buffers_nvhe()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H
A
D
debug-sr.h
140
host_dbg = &vcpu->arch.
host_debug_state
.regs;
in __debug_switch_to_guest_common()
159
host_dbg = &vcpu->arch.
host_debug_state
.regs;
in __debug_switch_to_host_common()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
H
A
D
debug-sr.h
140
host_dbg = &vcpu->arch.
host_debug_state
.regs;
in __debug_switch_to_guest_common()
159
host_dbg = &vcpu->arch.
host_debug_state
.regs;
in __debug_switch_to_host_common()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
kvm_host.h
309
* registers of the vcpu as the guest sees them.
host_debug_state
are
330
}
host_debug_state
;
member
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
kvm_host.h
528
* registers of the vcpu as the guest sees them.
host_debug_state
are
551
}
host_debug_state
;
member
Completed in 5 milliseconds