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:dbg_bvr
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
debug.c
220
&vcpu->arch.debug_ptr->
dbg_bvr
[0]);
in kvm_arm_setup_debug()
258
&vcpu->arch.debug_ptr->
dbg_bvr
[0]);
in kvm_arm_clear_debug()
H
A
D
sys_regs.c
473
u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.
dbg_bvr
[rd->CRm];
in trap_bvr()
488
__u64 *r = &vcpu->arch.vcpu_debug_state.
dbg_bvr
[rd->CRm];
in set_bvr()
498
__u64 *r = &vcpu->arch.vcpu_debug_state.
dbg_bvr
[rd->CRm];
in get_bvr()
508
vcpu->arch.vcpu_debug_state.
dbg_bvr
[rd->CRm] = rd->val;
in reset_bvr()
1843
u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.
dbg_bvr
[rd->reg];
in trap_xvr()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H
A
D
debug-sr.h
102
save_debug(dbg->
dbg_bvr
, dbgbvr, brps);
in __debug_save_state()
121
restore_debug(dbg->
dbg_bvr
, dbgbvr, brps);
in __debug_restore_state()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
H
A
D
debug-sr.h
102
save_debug(dbg->
dbg_bvr
, dbgbvr, brps);
in __debug_save_state()
121
restore_debug(dbg->
dbg_bvr
, dbgbvr, brps);
in __debug_restore_state()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
debug.c
245
&vcpu->arch.debug_ptr->
dbg_bvr
[0]);
in kvm_arm_setup_debug()
308
&vcpu->arch.debug_ptr->
dbg_bvr
[0]);
in kvm_arm_clear_debug()
H
A
D
sys_regs.c
532
u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.
dbg_bvr
[rd->CRm];
in trap_bvr()
547
vcpu->arch.vcpu_debug_state.
dbg_bvr
[rd->CRm] = val;
in set_bvr()
554
*val = vcpu->arch.vcpu_debug_state.
dbg_bvr
[rd->CRm];
in get_bvr()
561
vcpu->arch.vcpu_debug_state.
dbg_bvr
[rd->CRm] = rd->val;
in reset_bvr()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm64/asm/
H
A
D
kvm.h
71
__u64
dbg_bvr
[KVM_ARM_MAX_DBG_REGS];
member
/kernel/linux/linux-5.10/arch/arm64/include/uapi/asm/
H
A
D
kvm.h
137
__u64
dbg_bvr
[KVM_ARM_MAX_DBG_REGS];
member
/kernel/linux/linux-5.10/tools/arch/arm64/include/uapi/asm/
H
A
D
kvm.h
137
__u64
dbg_bvr
[KVM_ARM_MAX_DBG_REGS];
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/
H
A
D
kvm.h
87
__u64
dbg_bvr
[KVM_ARM_MAX_DBG_REGS];
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/
H
A
D
kvm.h
87
__u64
dbg_bvr
[KVM_ARM_MAX_DBG_REGS];
member
/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/
H
A
D
kvm.h
141
__u64
dbg_bvr
[KVM_ARM_MAX_DBG_REGS];
member
/kernel/linux/linux-6.6/tools/arch/arm64/include/uapi/asm/
H
A
D
kvm.h
141
__u64
dbg_bvr
[KVM_ARM_MAX_DBG_REGS];
member
Completed in 16 milliseconds