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:is_protmode
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.h
80
static inline bool
is_protmode
(struct kvm_vcpu *vcpu)
in is_protmode()
function
H
A
D
hyperv.c
1762
if (kvm_x86_ops.get_cpl(vcpu) != 0 || !
is_protmode
(vcpu)) {
in kvm_hv_hypercall()
H
A
D
x86.c
7208
ctxt->mode = (!
is_protmode
(vcpu)) ? X86EMUL_MODE_REAL :
in init_emulate_ctxt()
8509
if (vcpu->arch.exception.error_code && !
is_protmode
(vcpu))
in kvm_inject_exception()
9990
!
is_protmode
(vcpu))
in __set_sregs()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.h
138
static inline bool
is_protmode
(struct kvm_vcpu *vcpu)
in is_protmode()
function
H
A
D
hyperv.c
2479
if (static_call(kvm_x86_get_cpl)(vcpu) != 0 || !
is_protmode
(vcpu)) {
in kvm_hv_hypercall()
H
A
D
x86.c
8435
ctxt->mode = (!
is_protmode
(vcpu)) ? X86EMUL_MODE_REAL :
in init_emulate_ctxt()
10020
vcpu->arch.exception.has_error_code &=
is_protmode
(vcpu);
in kvm_inject_exception()
11570
!
is_protmode
(vcpu))
in __set_sregs_common()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
nested.c
3881
if (ex->has_error_code &&
is_protmode
(vcpu)) {
in nested_vmx_inject_exception_vmexit()
H
A
D
vmx.c
3803
if (!
is_protmode
(vcpu) || (vmx_get_rflags(vcpu) & X86_EFLAGS_VM)) {
in __vmx_guest_state_valid()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
3587
if (!
is_protmode
(vcpu) || (vmx_get_rflags(vcpu) & X86_EFLAGS_VM)) {
in __vmx_guest_state_valid()
Completed in 60 milliseconds