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:step_ctrl
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
hw_breakpoint.c
364
if (info->
step_ctrl
.enabled) {
in arch_install_hw_breakpoint()
366
ctrl = encode_ctrl_reg(info->
step_ctrl
);
in arch_install_hw_breakpoint()
417
info->
step_ctrl
.enabled) {
in arch_uninstall_hw_breakpoint()
670
info->
step_ctrl
.mismatch = 1;
in enable_single_step()
671
info->
step_ctrl
.len = ARM_BREAKPOINT_LEN_4;
in enable_single_step()
672
info->
step_ctrl
.type = ARM_BREAKPOINT_EXECUTE;
in enable_single_step()
673
info->
step_ctrl
.privilege = info->ctrl.privilege;
in enable_single_step()
674
info->
step_ctrl
.enabled = 1;
in enable_single_step()
682
counter_arch_bp(bp)->
step_ctrl
.enabled = 0;
in disable_single_step()
838
if (!info->
step_ctrl
in watchpoint_single_step_handler()
[all...]
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
hw_breakpoint.c
364
if (info->
step_ctrl
.enabled) {
in arch_install_hw_breakpoint()
366
ctrl = encode_ctrl_reg(info->
step_ctrl
);
in arch_install_hw_breakpoint()
417
info->
step_ctrl
.enabled) {
in arch_uninstall_hw_breakpoint()
670
info->
step_ctrl
.mismatch = 1;
in enable_single_step()
671
info->
step_ctrl
.len = ARM_BREAKPOINT_LEN_4;
in enable_single_step()
672
info->
step_ctrl
.type = ARM_BREAKPOINT_EXECUTE;
in enable_single_step()
673
info->
step_ctrl
.privilege = info->ctrl.privilege;
in enable_single_step()
674
info->
step_ctrl
.enabled = 1;
in enable_single_step()
682
counter_arch_bp(bp)->
step_ctrl
.enabled = 0;
in disable_single_step()
838
if (!info->
step_ctrl
in watchpoint_single_step_handler()
[all...]
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
hw_breakpoint.h
24
struct arch_hw_breakpoint_ctrl
step_ctrl
;
member
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
hw_breakpoint.h
24
struct arch_hw_breakpoint_ctrl
step_ctrl
;
member
Completed in 4 milliseconds