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:vmx_get_rflags
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.h
344
unsigned long
vmx_get_rflags
(struct kvm_vcpu *vcpu);
H
A
D
vmx.c
1499
unsigned long
vmx_get_rflags
(struct kvm_vcpu *vcpu)
in vmx_get_rflags()
function
1534
old_rflags =
vmx_get_rflags
(vcpu);
in vmx_set_rflags()
3587
if (!is_protmode(vcpu) || (
vmx_get_rflags
(vcpu) & X86_EFLAGS_VM)) {
in __vmx_guest_state_valid()
4745
return !(
vmx_get_rflags
(vcpu) & X86_EFLAGS_IF) ||
in vmx_interrupt_blocked()
4989
else if ((
vmx_get_rflags
(vcpu) & X86_EFLAGS_TF) &&
in handle_exception_nmi()
7831
.get_rflags =
vmx_get_rflags
,
H
A
D
nested.c
157
vmx_set_rflags(vcpu,
vmx_get_rflags
(vcpu)
in nested_vmx_succeed()
165
vmx_set_rflags(vcpu, (
vmx_get_rflags
(vcpu)
in nested_vmx_failInvalid()
175
vmx_set_rflags(vcpu, (
vmx_get_rflags
(vcpu)
in nested_vmx_failValid()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
sgx.c
345
rflags =
vmx_get_rflags
(vcpu) & ~(X86_EFLAGS_CF | X86_EFLAGS_PF |
in handle_encls_einit()
H
A
D
vmx.h
387
unsigned long
vmx_get_rflags
(struct kvm_vcpu *vcpu);
H
A
D
vmx.c
1516
unsigned long
vmx_get_rflags
(struct kvm_vcpu *vcpu)
in vmx_get_rflags()
function
1551
old_rflags =
vmx_get_rflags
(vcpu);
in vmx_set_rflags()
1565
return
vmx_get_rflags
(vcpu) & X86_EFLAGS_IF;
in vmx_get_if_flag()
3803
if (!is_protmode(vcpu) || (
vmx_get_rflags
(vcpu) & X86_EFLAGS_VM)) {
in __vmx_guest_state_valid()
5056
return !(
vmx_get_rflags
(vcpu) & X86_EFLAGS_IF) ||
in vmx_interrupt_blocked()
5301
else if ((
vmx_get_rflags
(vcpu) & X86_EFLAGS_TF) &&
in handle_exception_nmi()
8269
.get_rflags =
vmx_get_rflags
,
H
A
D
nested.c
154
vmx_set_rflags(vcpu,
vmx_get_rflags
(vcpu)
in nested_vmx_succeed()
162
vmx_set_rflags(vcpu, (
vmx_get_rflags
(vcpu)
in nested_vmx_failInvalid()
172
vmx_set_rflags(vcpu, (
vmx_get_rflags
(vcpu)
in nested_vmx_failValid()
Completed in 54 milliseconds