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_long_mode
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.h
85
static inline int
is_long_mode
(struct kvm_vcpu *vcpu)
in is_long_mode()
function
98
if (!
is_long_mode
(vcpu))
in is_64_bit_mode()
151
return !
is_long_mode
(vcpu) && is_pae(vcpu) && is_paging(vcpu);
in is_pae_paging()
H
A
D
x86.c
1015
if (
is_long_mode
(vcpu)) {
in kvm_set_cr4()
1031
if ((kvm_read_cr3(vcpu) & X86_CR3_PCID_MASK) || !
is_long_mode
(vcpu))
in kvm_set_cr4()
1068
if (
is_long_mode
(vcpu) &&
in kvm_set_cr3()
2929
int lm =
is_long_mode
(vcpu);
in xen_hvm_config()
7210
(cs_l &&
is_long_mode
(vcpu)) ? X86EMUL_MODE_PROT64 :
in init_emulate_ctxt()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.h
143
static inline bool
is_long_mode
(struct kvm_vcpu *vcpu)
in is_long_mode()
function
158
if (!
is_long_mode
(vcpu))
in is_64_bit_mode()
205
return !
is_long_mode
(vcpu) && is_pae(vcpu) && is_paging(vcpu);
in is_pae_paging()
H
A
D
xen.c
1046
bool lm =
is_long_mode
(vcpu);
in kvm_xen_write_hypercall_page()
H
A
D
x86.c
1199
if (
is_long_mode
(vcpu)) {
in kvm_set_cr4()
1211
if ((kvm_read_cr3(vcpu) & X86_CR3_PCID_MASK) || !
is_long_mode
(vcpu))
in kvm_set_cr4()
8437
(cs_l &&
is_long_mode
(vcpu)) ? X86EMUL_MODE_PROT64 :
in init_emulate_ctxt()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
paging_tmpl.h
358
if (KVM_BUG_ON(
is_long_mode
(vcpu) && !is_pae(vcpu), vcpu->kvm))
in walk_addr_generic()
H
A
D
mmu.c
5394
else if (
is_long_mode
(vcpu))
in init_kvm_nested_mmu()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu.c
4349
if (!kvm_read_cr4_bits(vcpu, X86_CR4_PKE) || !
is_long_mode
(vcpu)) {
in update_pkru_bitmask()
4534
} else if (
is_long_mode
(vcpu)) {
in init_kvm_tdp_mmu()
4580
if (!
is_long_mode
(vcpu))
in kvm_calc_shadow_mmu_root_page_role()
4739
else if (
is_long_mode
(vcpu))
in kvm_calc_nested_mmu_role()
4781
} else if (
is_long_mode
(vcpu)) {
in init_kvm_nested_mmu()
H
A
D
paging_tmpl.h
347
ASSERT(!(
is_long_mode
(vcpu) && !is_pae(vcpu)));
in walk_addr_generic()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
nested.c
4715
if (
is_long_mode
(vcpu)) {
in get_vmx_mem_address()
H
A
D
vmx.c
1811
if (
is_long_mode
(&vmx->vcpu) && (vmx->vcpu.arch.efer & EFER_SCE)) {
in setup_msrs()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
nested.c
4972
if (
is_long_mode
(vcpu)) {
in get_vmx_mem_address()
H
A
D
vmx.c
1876
load_syscall_msrs =
is_long_mode
(&vmx->vcpu) &&
in vmx_setup_uret_msrs()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
2487
if (!
is_long_mode
(vcpu))
in invlpga_interception()
Completed in 91 milliseconds