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:UNMAPPED_GVA
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
paging_tmpl.h
388
if (unlikely(real_gpa ==
UNMAPPED_GVA
))
in walk_addr_generic()
439
if (real_gpa ==
UNMAPPED_GVA
)
in walk_addr_generic()
965
gpa_t gpa =
UNMAPPED_GVA
;
in gva_to_gpa()
986
gpa_t gpa =
UNMAPPED_GVA
;
in gva_to_gpa_nested()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
748
if (real_gfn ==
UNMAPPED_GVA
)
in kvm_read_guest_page_mmu()
6154
if (gpa ==
UNMAPPED_GVA
)
in kvm_read_guest_virt_helper()
6184
if (unlikely(gpa ==
UNMAPPED_GVA
))
in kvm_fetch_guest_virt()
6253
if (gpa ==
UNMAPPED_GVA
)
in kvm_write_guest_virt_helper()
6354
if (*gpa ==
UNMAPPED_GVA
)
in vcpu_mmio_gva_to_gpa()
6599
if (gpa ==
UNMAPPED_GVA
||
in emulator_cmpxchg_emulated()
7302
if (gpa ==
UNMAPPED_GVA
)
in reexecute_instruction()
10084
tr->valid = gpa !=
UNMAPPED_GVA
;
in kvm_arch_vcpu_ioctl_translate()
11496
vcpu->arch.walk_mmu->gva_to_gpa(vcpu, gva, access, &fault) !=
UNMAPPED_GVA
) {
in kvm_fixup_and_inject_pf_error()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
112
#define
UNMAPPED_GVA
(~(gpa_t)0)
macro
Completed in 20 milliseconds