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_BD
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
H
A
D
debug_regs.c
14
#define
DR6_BD
(1 << 13)
macro
179
target_dr6 = 0xffff0ff0 |
DR6_BD
;
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
debug_regs.c
13
#define
DR6_BD
(1 << 13)
macro
191
target_dr6 = 0xffff0ff0 |
DR6_BD
;
in main()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
199
#define
DR6_BD
(1 << 13)
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
217
#define
DR6_BD
(1 << 13)
macro
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
5242
vcpu->run->debug.arch.dr6 =
DR6_BD
| DR6_RTM | DR6_FIXED_1;
in handle_dr()
5249
kvm_queue_exception_p(vcpu, DB_VECTOR,
DR6_BD
);
in handle_dr()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
5553
vcpu->run->debug.arch.dr6 =
DR6_BD
| DR6_ACTIVE_LOW;
in handle_dr()
5560
kvm_queue_exception_p(vcpu, DB_VECTOR,
DR6_BD
);
in handle_dr()
H
A
D
nested.c
3929
return ex->payload & ~
DR6_BD
;
in vmx_get_pending_dbg_trap()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
emulate.c
4322
dr6 |=
DR6_BD
| DR6_RTM;
in check_dr_read()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
emulate.c
3892
dr6 |=
DR6_BD
| DR6_ACTIVE_LOW;
in check_dr_read()
Completed in 49 milliseconds