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:debug_ptr
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
debug.c
135
vcpu->arch.
debug_ptr
= &vcpu->arch.vcpu_debug_state;
in kvm_arm_reset_debug_ptr()
203
* We simply switch the
debug_ptr
to point to our new
in kvm_arm_setup_debug()
215
vcpu->arch.
debug_ptr
= &vcpu->arch.external_debug_state;
in kvm_arm_setup_debug()
219
&vcpu->arch.
debug_ptr
->dbg_bcr[0],
in kvm_arm_setup_debug()
220
&vcpu->arch.
debug_ptr
->dbg_bvr[0]);
in kvm_arm_setup_debug()
223
&vcpu->arch.
debug_ptr
->dbg_wcr[0],
in kvm_arm_setup_debug()
224
&vcpu->arch.
debug_ptr
->dbg_wvr[0]);
in kvm_arm_setup_debug()
229
vcpu->arch.
debug_ptr
!= &vcpu->arch.vcpu_debug_state);
in kvm_arm_setup_debug()
251
*
debug_ptr
to the guest debug state.
in kvm_arm_clear_debug()
257
&vcpu->arch.
debug_ptr
in kvm_arm_clear_debug()
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
debug.c
150
vcpu->arch.
debug_ptr
= &vcpu->arch.vcpu_debug_state;
in kvm_arm_reset_debug_ptr()
229
* We simply switch the
debug_ptr
to point to our new
in kvm_arm_setup_debug()
240
vcpu->arch.
debug_ptr
= &vcpu->arch.external_debug_state;
in kvm_arm_setup_debug()
244
&vcpu->arch.
debug_ptr
->dbg_bcr[0],
in kvm_arm_setup_debug()
245
&vcpu->arch.
debug_ptr
->dbg_bvr[0]);
in kvm_arm_setup_debug()
248
&vcpu->arch.
debug_ptr
->dbg_wcr[0],
in kvm_arm_setup_debug()
249
&vcpu->arch.
debug_ptr
->dbg_wvr[0]);
in kvm_arm_setup_debug()
267
vcpu->arch.
debug_ptr
!= &vcpu->arch.vcpu_debug_state);
in kvm_arm_setup_debug()
301
*
debug_ptr
to the guest debug state.
in kvm_arm_clear_debug()
307
&vcpu->arch.
debug_ptr
in kvm_arm_clear_debug()
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H
A
D
debug-sr.h
141
guest_dbg = kern_hyp_va(vcpu->arch.
debug_ptr
);
in __debug_switch_to_guest_common()
160
guest_dbg = kern_hyp_va(vcpu->arch.
debug_ptr
);
in __debug_switch_to_host_common()
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
H
A
D
vchiq_core.h
173
#define DEBUG_INITIALISE(local) int *
debug_ptr
= (local)->debug;
175
do {
debug_ptr
[DEBUG_ ## d] = __LINE__; dsb(sy); } while (0)
177
do {
debug_ptr
[DEBUG_ ## d] = (v); dsb(sy); } while (0)
179
do {
debug_ptr
[DEBUG_ ## d]++; dsb(sy); } while (0)
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/
H
A
D
vchiq_core.h
102
#define DEBUG_INITIALISE(local) int *
debug_ptr
= (local)->debug
104
do {
debug_ptr
[DEBUG_ ## d] = __LINE__; dsb(sy); } while (0)
106
do {
debug_ptr
[DEBUG_ ## d] = (v); dsb(sy); } while (0)
108
do {
debug_ptr
[DEBUG_ ## d]++; dsb(sy); } while (0)
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
H
A
D
debug-sr.h
141
guest_dbg = kern_hyp_va(vcpu->arch.
debug_ptr
);
in __debug_switch_to_guest_common()
160
guest_dbg = kern_hyp_va(vcpu->arch.
debug_ptr
);
in __debug_switch_to_host_common()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
hyp-main.c
44
hyp_vcpu->vcpu.arch.
debug_ptr
= kern_hyp_va(host_vcpu->arch.
debug_ptr
);
in flush_hyp_vcpu()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
kvm_host.h
315
*
debug_ptr
points to the set of debug registers that should be loaded
318
struct kvm_guest_debug_arch *
debug_ptr
;
member
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
kvm_host.h
534
*
debug_ptr
points to the set of debug registers that should be loaded
537
struct kvm_guest_debug_arch *
debug_ptr
;
member
Completed in 9 milliseconds