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_paging
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.h
144
static inline int
is_paging
(struct kvm_vcpu *vcpu)
in is_paging()
function
151
return !is_long_mode(vcpu) && is_pae(vcpu) &&
is_paging
(vcpu);
in is_pae_paging()
H
A
D
x86.c
852
if ((vcpu->arch.efer & EFER_LME) && !
is_paging
(vcpu) &&
in kvm_set_cr0()
1020
} else if (
is_paging
(vcpu) && (cr4 & X86_CR4_PAE)
in kvm_set_cr4()
1536
if (
is_paging
(vcpu) &&
in set_efer()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.h
198
static inline bool
is_paging
(struct kvm_vcpu *vcpu)
in is_paging()
function
205
return !is_long_mode(vcpu) && is_pae(vcpu) &&
is_paging
(vcpu);
in is_pae_paging()
H
A
D
x86.c
984
if ((vcpu->arch.efer & EFER_LME) && !
is_paging
(vcpu) &&
in kvm_set_cr0()
1204
} else if (
is_paging
(vcpu) && (cr4 & X86_CR4_PAE)
in kvm_set_cr4()
1768
if (
is_paging
(vcpu) &&
in set_efer()
7554
if (vcpu_match_mmio_gva(vcpu, gva) && (!
is_paging
(vcpu) ||
in vcpu_mmio_gva_to_gpa()
13099
return
is_paging
(vcpu);
in kvm_can_deliver_async_pf()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
sgx.c
388
!sgx_enabled_in_guest_bios(vcpu) || !
is_paging
(vcpu)) {
in handle_encls()
H
A
D
vmx.c
3404
if (!enable_unrestricted_guest && !
is_paging
(vcpu))
in vmx_load_mmu_pgd()
3470
if (!
is_paging
(vcpu)) {
in vmx_set_cr4()
3489
if (!
is_paging
(vcpu))
in vmx_set_cr4()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu.c
4456
ext.cr0_pg = !!
is_paging
(vcpu);
in kvm_calc_mmu_role_ext()
4530
if (!
is_paging
(vcpu)) {
in init_kvm_tdp_mmu()
4578
role.base.direct = !
is_paging
(vcpu);
in kvm_calc_shadow_mmu_root_page_role()
4737
if (!
is_paging
(vcpu))
in kvm_calc_nested_mmu_role()
4777
if (!
is_paging
(vcpu)) {
in init_kvm_nested_mmu()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
1873
bool old_paging =
is_paging
(vcpu);
in svm_set_cr0()
1877
if (!
is_paging
(vcpu) && (cr0 & X86_CR0_PG)) {
in svm_set_cr0()
1883
if (
is_paging
(vcpu) && !(cr0 & X86_CR0_PG)) {
in svm_set_cr0()
1894
if (old_paging !=
is_paging
(vcpu))
in svm_set_cr0()
1943
if (!
is_paging
(vcpu))
in svm_set_cr4()
H
A
D
nested.c
1357
if (!(vcpu->arch.efer & EFER_SVME) || !
is_paging
(vcpu)) {
in nested_svm_check_permissions()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
2337
(enable_ept &&
is_paging
(vcpu)))
in vmx_cache_reg()
3097
if (!
is_paging
(vcpu) && (cr0 & X86_CR0_PG))
in vmx_set_cr0()
3099
if (
is_paging
(vcpu) && !(cr0 & X86_CR0_PG))
in vmx_set_cr0()
3140
if (!
is_paging
(vcpu) != !(cr0 & X86_CR0_PG)) {
in vmx_set_cr0()
3197
if (!enable_unrestricted_guest && !
is_paging
(vcpu))
in vmx_load_mmu_pgd()
3261
if (!
is_paging
(vcpu)) {
in vmx_set_cr4()
3280
if (!
is_paging
(vcpu))
in vmx_set_cr4()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
svm.c
1664
if (!
is_paging
(vcpu) && (cr0 & X86_CR0_PG)) {
in svm_set_cr0()
1669
if (
is_paging
(vcpu) && !(cr0 & X86_CR0_PG)) {
in svm_set_cr0()
H
A
D
nested.c
912
!
is_paging
(&svm->vcpu)) {
in nested_svm_check_permissions()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
5392
if (!
is_paging
(vcpu))
in init_kvm_nested_mmu()
Completed in 79 milliseconds