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_paging
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.h
149
static inline bool
is_pae_paging
(struct kvm_vcpu *vcpu)
in is_pae_paging()
function
H
A
D
x86.c
813
if (!
is_pae_paging
(vcpu))
in pdptrs_changed()
1071
else if (
is_pae_paging
(vcpu) &&
in kvm_set_cr3()
9958
if (
is_pae_paging
(vcpu)) {
in __set_sregs()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.h
203
static inline bool
is_pae_paging
(struct kvm_vcpu *vcpu)
in is_pae_paging()
function
H
A
D
x86.c
1279
if (cr3 == kvm_read_cr3(vcpu) && !
is_pae_paging
(vcpu))
in kvm_set_cr3()
1290
if (
is_pae_paging
(vcpu) && !load_pdptrs(vcpu, cr3))
in kvm_set_cr3()
11363
if (
is_pae_paging
(vcpu)) {
in __get_sregs2()
11548
if (
is_pae_paging
(vcpu)) {
in __set_sregs_common()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
nested.c
1097
if (reload_pdptrs && !nested_ept &&
is_pae_paging
(vcpu) &&
in nested_vmx_load_cr3()
2643
is_pae_paging
(vcpu)) {
in prepare_vmcs02()
3199
!nested_cpu_has_ept(vmcs12) &&
is_pae_paging
(vcpu)) {
in nested_get_vmcs12_pages()
4374
if (nested_cpu_has_ept(vmcs12) &&
is_pae_paging
(vcpu)) {
in sync_vmcs02_to_vmcs12()
4658
if (enable_ept &&
is_pae_paging
(vcpu))
in nested_vmx_restore_host_state()
4753
if (enable_ept &&
is_pae_paging
(vcpu))
in nested_vmx_vmexit()
H
A
D
vmx.c
3243
if (
is_pae_paging
(vcpu)) {
in vmx_ept_load_pdptrs()
3255
if (WARN_ON_ONCE(!
is_pae_paging
(vcpu)))
in ept_save_pdptrs()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
nested.c
1136
if (!nested_ept &&
is_pae_paging
(vcpu) &&
in nested_vmx_load_cr3()
2627
is_pae_paging
(vcpu)) {
in prepare_vmcs02()
4135
if (nested_cpu_has_ept(vmcs12) &&
is_pae_paging
(vcpu)) {
in sync_vmcs02_to_vmcs12()
4416
if (enable_ept &&
is_pae_paging
(vcpu))
in nested_vmx_restore_host_state()
4512
if (enable_ept &&
is_pae_paging
(vcpu))
in nested_vmx_vmexit()
H
A
D
vmx.c
3048
if (
is_pae_paging
(vcpu)) {
in vmx_ept_load_pdptrs()
3060
if (WARN_ON_ONCE(!
is_pae_paging
(vcpu)))
in ept_save_pdptrs()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
nested.c
511
if (reload_pdptrs && !nested_npt &&
is_pae_paging
(vcpu) &&
in nested_svm_load_cr3()
1786
!nested_npt_enabled(svm) &&
is_pae_paging
(vcpu))
in svm_get_nested_state_pages()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
nested.c
378
if (!nested_npt &&
is_pae_paging
(vcpu) &&
in nested_svm_load_cr3()
Completed in 84 milliseconds