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_pae
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.h
134
static inline int
is_pae
(struct kvm_vcpu *vcpu)
in is_pae()
function
151
return !is_long_mode(vcpu) &&
is_pae
(vcpu) && is_paging(vcpu);
in is_pae_paging()
H
A
D
x86.c
856
if (!
is_pae
(vcpu))
in kvm_set_cr0()
864
is_pae
(vcpu) && ((cr0 ^ old_cr0) & pdptr_bits) &&
in kvm_set_cr0()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.h
188
static inline bool
is_pae
(struct kvm_vcpu *vcpu)
in is_pae()
function
205
return !is_long_mode(vcpu) &&
is_pae
(vcpu) && is_paging(vcpu);
in is_pae_paging()
H
A
D
x86.c
988
if (!
is_pae
(vcpu))
in kvm_set_cr0()
996
is_pae
(vcpu) && ((cr0 ^ old_cr0) & X86_CR0_PDPTR_BITS) &&
in kvm_set_cr0()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu.c
1831
if ((!is_ept_sp(sp) && sp->role.gpte_is_8_bytes != !!
is_pae
(vcpu)) ||
in __kvm_sync_page()
4409
MMU_WARN_ON(!
is_pae
(vcpu));
in paging64_init_context_common()
4457
ext.cr4_pae = !!
is_pae
(vcpu);
in kvm_calc_mmu_role_ext()
4540
} else if (
is_pae
(vcpu)) {
in init_kvm_tdp_mmu()
4567
role.base.gpte_is_8_bytes = !!
is_pae
(vcpu);
in kvm_calc_shadow_root_page_role_common()
4742
else if (
is_pae
(vcpu))
in kvm_calc_nested_mmu_role()
4787
} else if (
is_pae
(vcpu)) {
in init_kvm_nested_mmu()
4895
if (
is_pae
(vcpu) && *bytes == 4) {
in mmu_pte_write_fetch_gpte()
H
A
D
paging_tmpl.h
347
ASSERT(!(is_long_mode(vcpu) && !
is_pae
(vcpu)));
in walk_addr_generic()
/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
5396
else if (
is_pae
(vcpu))
in init_kvm_nested_mmu()
5559
if (
is_pae
(vcpu) && *bytes == 4) {
in mmu_pte_write_fetch_gpte()
Completed in 50 milliseconds