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:V_TPR_MASK
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
H
A
D
svm.h
111
#define
V_TPR_MASK
0x0f
macro
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H
A
D
svm.h
142
#define
V_TPR_MASK
0x0f
macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
svm.h
155
#define
V_TPR_MASK
0x0f
macro
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
svm.c
1493
WARN_ON((svm->vmcb->control.int_ctl &
V_TPR_MASK
) !=
in svm_clear_vintr()
1494
(svm->nested.ctl.int_ctl &
V_TPR_MASK
));
in svm_clear_vintr()
3390
int cr8 = svm->vmcb->control.int_ctl &
V_TPR_MASK
;
in sync_cr8_to_lapic()
3405
svm->vmcb->control.int_ctl &= ~
V_TPR_MASK
;
in sync_lapic_to_cr8()
3406
svm->vmcb->control.int_ctl |= cr8 &
V_TPR_MASK
;
in sync_lapic_to_cr8()
H
A
D
nested.c
309
mask = V_IRQ_MASK |
V_TPR_MASK
;
in sync_nested_vmcb_control()
438
const u32 int_ctl_vmcb12_bits =
V_TPR_MASK
| V_IRQ_INJECTION_BITS_MASK;
in nested_prepare_vmcb_control()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
svm.h
178
#define
V_TPR_MASK
0x0f
macro
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
1689
WARN_ON((svm->vmcb->control.int_ctl &
V_TPR_MASK
) !=
in svm_clear_vintr()
1690
(svm->nested.ctl.int_ctl &
V_TPR_MASK
));
in svm_clear_vintr()
3968
int cr8 = svm->vmcb->control.int_ctl &
V_TPR_MASK
;
in sync_cr8_to_lapic()
3983
svm->vmcb->control.int_ctl &= ~
V_TPR_MASK
;
in sync_lapic_to_cr8()
3984
svm->vmcb->control.int_ctl |= cr8 &
V_TPR_MASK
;
in sync_lapic_to_cr8()
H
A
D
nested.c
413
mask = V_IRQ_MASK |
V_TPR_MASK
;
in nested_sync_control_from_vmcb02()
635
u32 int_ctl_vmcb12_bits =
V_TPR_MASK
| V_IRQ_INJECTION_BITS_MASK;
in nested_vmcb02_prepare_control()
Completed in 20 milliseconds