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:DR6_RESERVED
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
debugreg.h
19
#define
DR6_RESERVED
(0xFFFF0FF0)
macro
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
debugreg.h
19
#define
DR6_RESERVED
(0xFFFF0FF0)
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
debugreg.h
25
#define
DR6_RESERVED
(0xFFFF0FF0)
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
debugreg.h
25
#define
DR6_RESERVED
(0xFFFF0FF0)
macro
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
process_32.c
99
(d6 ==
DR6_RESERVED
) && (d7 == 0x400))
in __show_regs()
H
A
D
traps.c
829
set_debugreg(
DR6_RESERVED
, 6);
in debug_read_clear_dr6()
830
dr6 ^=
DR6_RESERVED
; /* Flip to positive polarity */
in debug_read_clear_dr6()
H
A
D
hw_breakpoint.c
489
set_debugreg(
DR6_RESERVED
, 6);
in hw_breakpoint_restore()
H
A
D
process_64.c
132
(d6 ==
DR6_RESERVED
) && (d7 == 0x400))) {
in __show_regs()
H
A
D
ptrace.c
604
val = thread->virtual_dr6 ^
DR6_RESERVED
; /* Flip back to arch polarity */
in ptrace_get_debugreg()
660
thread->virtual_dr6 = val ^
DR6_RESERVED
; /* Flip to positive polarity */
in ptrace_set_debugreg()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
process_32.c
96
(d6 ==
DR6_RESERVED
) && (d7 == 0x400))
in __show_regs()
H
A
D
hw_breakpoint.c
489
set_debugreg(
DR6_RESERVED
, 6);
in hw_breakpoint_restore()
H
A
D
traps.c
891
set_debugreg(
DR6_RESERVED
, 6);
in debug_read_clear_dr6()
892
dr6 ^=
DR6_RESERVED
; /* Flip to positive polarity */
in debug_read_clear_dr6()
H
A
D
ptrace.c
623
val = thread->virtual_dr6 ^
DR6_RESERVED
; /* Flip back to arch polarity */
in ptrace_get_debugreg()
679
thread->virtual_dr6 = val ^
DR6_RESERVED
; /* Flip to positive polarity */
in ptrace_set_debugreg()
H
A
D
process_64.c
134
(d6 ==
DR6_RESERVED
) && (d7 == 0x400))) {
in __show_regs()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
5608
set_debugreg(
DR6_RESERVED
, 6);
in vmx_sync_dirty_debug_regs()
Completed in 21 milliseconds