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:switch_db_regs
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
svm.c
1794
vcpu->arch.
switch_db_regs
&= ~KVM_DEBUGREG_WONT_EXIT;
in svm_sync_dirty_debug_regs()
2429
svm->vcpu.arch.
switch_db_regs
|= KVM_DEBUGREG_WONT_EXIT;
in dr_interception()
3589
if (unlikely(svm->vcpu.arch.
switch_db_regs
& KVM_DEBUGREG_WONT_EXIT))
in svm_vcpu_run()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
695
unsigned
switch_db_regs
;
member
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
1111
vcpu->arch.
switch_db_regs
|= KVM_DEBUGREG_RELOAD;
in kvm_update_dr0123()
1124
vcpu->arch.
switch_db_regs
&= ~KVM_DEBUGREG_BP_ENABLED;
in kvm_update_dr7()
1126
vcpu->arch.
switch_db_regs
|= KVM_DEBUGREG_BP_ENABLED;
in kvm_update_dr7()
9274
if (unlikely(vcpu->arch.
switch_db_regs
)) {
in vcpu_enter_guest()
9281
vcpu->arch.
switch_db_regs
&= ~KVM_DEBUGREG_RELOAD;
in vcpu_enter_guest()
9294
if (unlikely(vcpu->arch.
switch_db_regs
& KVM_DEBUGREG_WONT_EXIT)) {
in vcpu_enter_guest()
9299
vcpu->arch.
switch_db_regs
&= ~KVM_DEBUGREG_RELOAD;
in vcpu_enter_guest()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
2040
vcpu->arch.
switch_db_regs
&= ~KVM_DEBUGREG_WONT_EXIT;
in svm_sync_dirty_debug_regs()
2773
vcpu->arch.
switch_db_regs
|= KVM_DEBUGREG_WONT_EXIT;
in dr_interception()
4172
if (unlikely(vcpu->arch.
switch_db_regs
& KVM_DEBUGREG_WONT_EXIT))
in svm_vcpu_run()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
4487
if (vmx->vcpu.arch.
switch_db_regs
& KVM_DEBUGREG_WONT_EXIT)
in vmx_exec_control()
5573
vcpu->arch.
switch_db_regs
|= KVM_DEBUGREG_WONT_EXIT;
in handle_dr()
5601
vcpu->arch.
switch_db_regs
&= ~KVM_DEBUGREG_WONT_EXIT;
in vmx_sync_dirty_debug_regs()
7351
if (unlikely(vcpu->arch.
switch_db_regs
& KVM_DEBUGREG_WONT_EXIT))
in vmx_vcpu_run()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
903
unsigned
switch_db_regs
;
member
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
1355
vcpu->arch.
switch_db_regs
&= ~KVM_DEBUGREG_BP_ENABLED;
in kvm_update_dr7()
1357
vcpu->arch.
switch_db_regs
|= KVM_DEBUGREG_BP_ENABLED;
in kvm_update_dr7()
10758
if (unlikely(vcpu->arch.
switch_db_regs
)) {
in vcpu_enter_guest()
10802
if (unlikely(vcpu->arch.
switch_db_regs
& KVM_DEBUGREG_WONT_EXIT)) {
in vcpu_enter_guest()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
4249
if (vmx->vcpu.arch.
switch_db_regs
& KVM_DEBUGREG_WONT_EXIT)
in vmx_exec_control()
5262
vcpu->arch.
switch_db_regs
|= KVM_DEBUGREG_WONT_EXIT;
in handle_dr()
5289
vcpu->arch.
switch_db_regs
&= ~KVM_DEBUGREG_WONT_EXIT;
in vmx_sync_dirty_debug_regs()
Completed in 66 milliseconds