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_avail
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
kvm_cache_regs.h
56
return test_bit(reg, (unsigned long *)&vcpu->arch.
regs_avail
);
in kvm_register_is_available()
68
__set_bit(reg, (unsigned long *)&vcpu->arch.
regs_avail
);
in kvm_register_mark_available()
74
__set_bit(reg, (unsigned long *)&vcpu->arch.
regs_avail
);
in kvm_register_mark_dirty()
87
return arch___test_and_set_bit(reg, (unsigned long *)&vcpu->arch.
regs_avail
);
in kvm_register_test_and_mark_available()
H
A
D
x86.c
11860
vcpu->arch.
regs_avail
= ~0;
in kvm_arch_vcpu_create()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
kvm_cache_regs.h
43
return test_bit(reg, (unsigned long *)&vcpu->arch.
regs_avail
);
in kvm_register_is_available()
55
__set_bit(reg, (unsigned long *)&vcpu->arch.
regs_avail
);
in kvm_register_mark_available()
61
__set_bit(reg, (unsigned long *)&vcpu->arch.
regs_avail
);
in kvm_register_mark_dirty()
H
A
D
x86.c
10413
vcpu->arch.
regs_avail
= ~0;
in kvm_vcpu_reset()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.h
413
vcpu->arch.
regs_avail
= ~((1 << VCPU_REGS_RIP) | (1 << VCPU_REGS_RSP)
in vmx_register_cache_reset()
H
A
D
vmx.c
3199
else if (test_bit(VCPU_EXREG_CR3, (ulong *)&vcpu->arch.
regs_avail
))
in vmx_load_mmu_pgd()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
530
u32
regs_avail
;
member
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
svm.c
3664
vcpu->arch.
regs_avail
&= ~(1 << VCPU_EXREG_PDPTR);
in svm_vcpu_run()
3696
if (!test_bit(VCPU_EXREG_CR3, (ulong *)&vcpu->arch.
regs_avail
))
in svm_load_mmu_pgd()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
721
u32
regs_avail
;
member
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
nested.c
281
vcpu->arch.
regs_avail
= ~VMX_REGS_LAZY_LOAD_SET;
in vmx_switch_vmcs()
H
A
D
vmx.c
7259
vcpu->arch.
regs_avail
&= ~VMX_REGS_LAZY_LOAD_SET;
in vmx_vcpu_enter_exit()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
4237
vcpu->arch.
regs_avail
&= ~SVM_REGS_LAZY_LOAD_SET;
in svm_vcpu_run()
Completed in 75 milliseconds