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:regs_dirty
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
kvm_cache_regs.h
49
return test_bit(reg, (unsigned long *)&vcpu->arch.
regs_dirty
);
in kvm_register_is_dirty()
62
__set_bit(reg, (unsigned long *)&vcpu->arch.
regs_dirty
);
in kvm_register_mark_dirty()
H
A
D
kvm_emulate.h
355
u32
regs_dirty
;
member
H
A
D
emulate.c
255
ctxt->
regs_dirty
|= 1 << nr;
in reg_write()
269
for_each_set_bit(reg, (ulong *)&ctxt->
regs_dirty
, 16)
in writeback_registers()
275
ctxt->
regs_dirty
= 0;
in invalidate_registers()
H
A
D
x86.c
10414
vcpu->arch.
regs_dirty
= ~0;
in kvm_vcpu_reset()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
kvm_cache_regs.h
62
return test_bit(reg, (unsigned long *)&vcpu->arch.
regs_dirty
);
in kvm_register_is_dirty()
75
__set_bit(reg, (unsigned long *)&vcpu->arch.
regs_dirty
);
in kvm_register_mark_dirty()
H
A
D
kvm_emulate.h
344
u16
regs_dirty
;
member
527
BUILD_BUG_ON(sizeof(ctxt->
regs_dirty
) * BITS_PER_BYTE < NR_EMULATOR_GPRS);
in reg_write()
531
ctxt->
regs_dirty
|= 1 << nr;
in reg_write()
H
A
D
emulate.c
248
unsigned long dirty = ctxt->
regs_dirty
;
in writeback_registers()
257
ctxt->
regs_dirty
= 0;
in invalidate_registers()
5130
ctxt->
regs_dirty
= 0;
in init_decode_cache()
H
A
D
x86.c
11861
vcpu->arch.
regs_dirty
= ~0;
in kvm_arch_vcpu_create()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.h
422
vcpu->arch.
regs_dirty
= 0;
in vmx_register_cache_reset()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
531
u32
regs_dirty
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
722
u32
regs_dirty
;
member
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
svm.c
3665
vcpu->arch.
regs_dirty
&= ~(1 << VCPU_EXREG_PDPTR);
in svm_vcpu_run()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
nested.c
287
vcpu->arch.
regs_dirty
= 0;
in vmx_switch_vmcs()
H
A
D
vmx.c
7329
vcpu->arch.
regs_dirty
= 0;
in vmx_vcpu_run()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
4202
vcpu->arch.
regs_dirty
= 0;
in svm_vcpu_run()
Completed in 94 milliseconds