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:DR_STEP
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
traps.c
914
* Catch SYSENTER with TF set and clear
DR_STEP
. If this hit a
in exc_debug_kernel()
917
if ((dr6 &
DR_STEP
) && is_sysenter_singlestep(regs))
in exc_debug_kernel()
918
dr6 &= ~
DR_STEP
;
in exc_debug_kernel()
935
* So if we get here with
DR_STEP
set, something is wonky.
in exc_debug_kernel()
940
if (WARN_ON_ONCE(dr6 &
DR_STEP
))
in exc_debug_kernel()
973
* Start the virtual/ptrace DR6 value with just the
DR_STEP
mask
in exc_debug_user()
976
* Userspace expects
DR_STEP
to be visible in ptrace_get_debugreg(6)
in exc_debug_user()
979
current->thread.virtual_dr6 = (dr6 &
DR_STEP
);
in exc_debug_user()
1008
if (dr6 & (
DR_STEP
| DR_TRAP_BITS) || icebp)
in exc_debug_user()
H
A
D
hw_breakpoint.c
546
if (bpx && (dr6 &
DR_STEP
))
in hw_breakpoint_handler()
H
A
D
kgdb.c
489
(*(unsigned long *)ERR_PTR(args->err)) &= ~
DR_STEP
;
in single_step_cont()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
debugreg.h
27
#define
DR_STEP
(0x4000) /* single-step */
macro
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
debugreg.h
28
#define
DR_STEP
(0x4000) /* single-step */
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
debugreg.h
31
#define
DR_STEP
(0x4000)
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
debugreg.h
31
#define
DR_STEP
(0x4000)
macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
traps.h
28
if (condition &
DR_STEP
)
in get_si_code()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
traps.h
31
if (condition &
DR_STEP
)
in get_si_code()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
traps.c
976
* Catch SYSENTER with TF set and clear
DR_STEP
. If this hit a
in exc_debug_kernel()
979
if ((dr6 &
DR_STEP
) && is_sysenter_singlestep(regs))
in exc_debug_kernel()
980
dr6 &= ~
DR_STEP
;
in exc_debug_kernel()
997
* So if we get here with
DR_STEP
set, something is wonky.
in exc_debug_kernel()
1002
if (WARN_ON_ONCE(dr6 &
DR_STEP
))
in exc_debug_kernel()
1035
* Start the virtual/ptrace DR6 value with just the
DR_STEP
mask
in exc_debug_user()
1038
* Userspace expects
DR_STEP
to be visible in ptrace_get_debugreg(6)
in exc_debug_user()
1041
current->thread.virtual_dr6 = (dr6 &
DR_STEP
);
in exc_debug_user()
1074
if (dr6 & (
DR_STEP
| DR_TRAP_BITS) || icebp)
in exc_debug_user()
H
A
D
hw_breakpoint.c
546
if (bpx && (dr6 &
DR_STEP
))
in hw_breakpoint_handler()
H
A
D
kgdb.c
489
(*(unsigned long *)ERR_PTR(args->err)) &= ~
DR_STEP
;
in single_step_cont()
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
kmmio.c
586
if (val == DIE_DEBUG && (*dr6_p &
DR_STEP
))
in kmmio_die_notifier()
592
*dr6_p &= ~
DR_STEP
;
in kmmio_die_notifier()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
kmmio.c
596
if (val == DIE_DEBUG && (*dr6_p &
DR_STEP
))
in kmmio_die_notifier()
602
*dr6_p &= ~
DR_STEP
;
in kmmio_die_notifier()
Completed in 11 milliseconds