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:INVALID_PAGE
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
kvm_onhyperv.c
86
kvm_arch->hv_root_tdp =
INVALID_PAGE
;
in __hv_flush_remote_tlbs_range()
120
kvm_arch->hv_root_tdp =
INVALID_PAGE
;
in hv_track_root_tdp()
H
A
D
mmu.h
129
if (likely(vcpu->arch.mmu->root.hpa !=
INVALID_PAGE
))
in kvm_mmu_reload()
H
A
D
x86.c
11937
vcpu->arch.hv_root_tdp =
INVALID_PAGE
;
in kvm_arch_vcpu_create()
12359
kvm->arch.hv_root_tdp =
INVALID_PAGE
;
in kvm_arch_init_vm()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
mmu.h
71
if (likely(vcpu->arch.mmu->root_hpa !=
INVALID_PAGE
))
in kvm_mmu_reload()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
109
#define
INVALID_PAGE
(~(hpa_t)0)
macro
110
#define VALID_PAGE(x) ((x) !=
INVALID_PAGE
)
337
((struct kvm_mmu_root_info) { .pgd =
INVALID_PAGE
, .hpa =
INVALID_PAGE
})
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
134
#define
INVALID_PAGE
(~(hpa_t)0)
macro
135
#define VALID_PAGE(x) ((x) !=
INVALID_PAGE
)
419
((struct kvm_mmu_root_info) { .pgd =
INVALID_PAGE
, .hpa =
INVALID_PAGE
})
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu.c
3153
*root_hpa =
INVALID_PAGE
;
in mmu_free_root_page()
3196
mmu->root_hpa =
INVALID_PAGE
;
in kvm_mmu_free_roots()
3226
return
INVALID_PAGE
;
in mmu_alloc_root()
4809
vcpu->arch.mmu->root_hpa =
INVALID_PAGE
;
in kvm_init_mmu()
5143
if (root_hpa ==
INVALID_PAGE
) {
in kvm_mmu_invalidate_gva()
5168
kvm_mmu_invalidate_gva(vcpu, vcpu->arch.walk_mmu, gva,
INVALID_PAGE
);
in kvm_mmu_invlpg()
5313
mmu->root_hpa =
INVALID_PAGE
;
in __kvm_mmu_create()
5339
mmu->pae_root[i] =
INVALID_PAGE
;
in __kvm_mmu_create()
H
A
D
tdp_mmu.c
190
return
INVALID_PAGE
;
in kvm_tdp_mmu_get_vcpu_root_hpa()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
3555
*root_hpa =
INVALID_PAGE
;
in mmu_free_root_page()
3606
mmu->root.hpa =
INVALID_PAGE
;
in kvm_mmu_free_roots()
4599
mmu->prev_roots[i].hpa =
INVALID_PAGE
;
in cached_root_find_without_current()
5971
mmu->root.hpa =
INVALID_PAGE
;
in __kvm_mmu_create()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
sev.c
1756
src_svm->vmcb->control.ghcb_gpa =
INVALID_PAGE
;
in sev_migrate_from()
1757
src_svm->vmcb->control.vmsa_pa =
INVALID_PAGE
;
in sev_migrate_from()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
538
u64 tmp_eptp =
INVALID_PAGE
;
in check_ept_pointer_match()
7132
vmx->ept_pointer =
INVALID_PAGE
;
in vmx_create_vcpu()
Completed in 64 milliseconds