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_64_bit_mode
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.h
152
static inline bool
is_64_bit_mode
(struct kvm_vcpu *vcpu)
in is_64_bit_mode()
function
171
return vcpu->arch.guest_state_protected ||
is_64_bit_mode
(vcpu);
in is_64_bit_hypercall()
277
return
is_64_bit_mode
(vcpu) ? val : (u32)val;
in kvm_register_read()
283
if (!
is_64_bit_mode
(vcpu))
in kvm_register_write()
H
A
D
x86.c
1001
(
is_64_bit_mode
(vcpu) || kvm_is_cr4_bit_set(vcpu, X86_CR4_PCIDE)))
in kvm_set_cr0()
9816
if (!
is_64_bit_mode
(vcpu))
in complete_hypercall_exit()
12943
if (
is_64_bit_mode
(vcpu))
in kvm_get_linear_rip()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.h
94
static inline bool
is_64_bit_mode
(struct kvm_vcpu *vcpu)
in is_64_bit_mode()
function
223
return
is_64_bit_mode
(vcpu) ? val : (u32)val;
in kvm_register_readl()
229
if (!
is_64_bit_mode
(vcpu))
in kvm_register_writel()
H
A
D
hyperv.c
1692
longmode =
is_64_bit_mode
(vcpu);
in kvm_hv_hypercall_set_result()
1768
if (
is_64_bit_mode
(vcpu)) {
in kvm_hv_hypercall()
H
A
D
x86.c
8385
op_64_bit =
is_64_bit_mode
(vcpu);
in kvm_emulate_hypercall()
11108
if (
is_64_bit_mode
(vcpu))
in kvm_get_linear_rip()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
sgx.c
32
if (!
is_64_bit_mode
(vcpu)) {
in sgx_get_encls_gva()
39
} else if (likely(
is_64_bit_mode
(vcpu))) {
in sgx_get_encls_gva()
H
A
D
nested.c
5412
len =
is_64_bit_mode
(vcpu) ? 8 : 4;
in handle_vmread()
5486
len =
is_64_bit_mode
(vcpu) ? 8 : 4;
in handle_vmwrite()
H
A
D
vmx.c
1734
if (unlikely(((rip ^ orig_rip) >> 31) == 3) && !
is_64_bit_mode
(vcpu))
in skip_emulated_instruction()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
nested.c
5148
len =
is_64_bit_mode
(vcpu) ? 8 : 4;
in handle_vmread()
5222
len =
is_64_bit_mode
(vcpu) ? 8 : 4;
in handle_vmwrite()
H
A
D
vmx.c
1674
if (unlikely(((rip ^ orig_rip) >> 31) == 3) && !
is_64_bit_mode
(vcpu))
in skip_emulated_instruction()
Completed in 72 milliseconds