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:fault_gpa
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv_nested.c
121
hr->asdr = vcpu->arch.
fault_gpa
;
in save_hv_return_state()
124
hr->asdr = vcpu->arch.
fault_gpa
;
in save_hv_return_state()
186
vcpu->arch.
fault_gpa
= hr->asdr;
in kvmhv_restore_hv_return_state()
1196
vcpu->arch.
fault_gpa
= fault_addr;
in kvmhv_translate_addr_nested()
1327
n_gpa = vcpu->arch.
fault_gpa
& ~0xF000000000000FFFULL;
in __kvmhv_nested_page_fault()
H
A
D
book3s_64_mmu_radix.c
939
gpa = vcpu->arch.
fault_gpa
& ~0xfffUL;
in kvmppc_book3s_radix_page_fault()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv_nested.c
126
hr->asdr = vcpu->arch.
fault_gpa
;
in save_hv_return_state()
129
hr->asdr = vcpu->arch.
fault_gpa
;
in save_hv_return_state()
181
vcpu->arch.
fault_gpa
= hr->asdr;
in kvmhv_restore_hv_return_state()
1380
vcpu->arch.
fault_gpa
= fault_addr;
in kvmhv_translate_addr_nested()
1511
n_gpa = vcpu->arch.
fault_gpa
& ~0xF000000000000FFFULL;
in __kvmhv_nested_page_fault()
H
A
D
book3s_hv_p9_entry.c
785
vcpu->arch.
fault_gpa
= mfspr(SPRN_ASDR);
in kvmhv_vcpu_entry_p9()
788
vcpu->arch.
fault_gpa
= mfspr(SPRN_ASDR);
in kvmhv_vcpu_entry_p9()
H
A
D
book3s_64_mmu_radix.c
965
gpa = vcpu->arch.
fault_gpa
& ~0xfffUL;
in kvmppc_book3s_radix_page_fault()
H
A
D
book3s_hv.c
1743
* via
fault_gpa
).
in kvmppc_handle_exit_hv()
1760
vsid = vcpu->arch.
fault_gpa
;
in kvmppc_handle_exit_hv()
1788
* via
fault_gpa
).
in kvmppc_handle_exit_hv()
1807
vsid = vcpu->arch.
fault_gpa
;
in kvmppc_handle_exit_hv()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_host.h
691
ulong
fault_gpa
; /* guest real address of page fault (POWER9) */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_host.h
692
* POWER9 and later:
fault_gpa
contains the guest real address of page
696
ulong
fault_gpa
;
member
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
asm-offsets.c
575
OFFSET(VCPU_FAULT_GPA, kvm_vcpu, arch.
fault_gpa
);
in main()
Completed in 20 milliseconds