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:RET_PF_RETRY
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu_internal.h
117
*
RET_PF_RETRY
: let CPU fault again on the address.
124
RET_PF_RETRY
= 0,
enumerator
H
A
D
tdp_mmu.c
592
return
RET_PF_RETRY
;
in kvm_tdp_mmu_map()
594
return
RET_PF_RETRY
;
in kvm_tdp_mmu_map()
645
return
RET_PF_RETRY
;
in kvm_tdp_mmu_map()
H
A
D
paging_tmpl.h
728
return
RET_PF_RETRY
;
in fetch()
818
return
RET_PF_RETRY
;
in page_fault()
845
return
RET_PF_RETRY
;
in page_fault()
870
r =
RET_PF_RETRY
;
in page_fault()
H
A
D
mmu.c
2865
return
RET_PF_RETRY
;
in __direct_map()
2924
return
RET_PF_RETRY
;
in kvm_handle_bad_page()
3599
return
RET_PF_RETRY
;
in handle_mmio_page_fault()
3730
return
RET_PF_RETRY
;
in direct_page_fault()
3735
r =
RET_PF_RETRY
;
in direct_page_fault()
5073
return
RET_PF_RETRY
;
in kvm_mmu_page_fault()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
paging_tmpl.h
690
*
RET_PF_RETRY
and retry on the next #PF.
in fetch()
696
return
RET_PF_RETRY
;
in fetch()
760
return
RET_PF_RETRY
;
in fetch()
799
return
RET_PF_RETRY
;
in page_fault()
838
r =
RET_PF_RETRY
;
in page_fault()
H
A
D
mmu_internal.h
257
*
RET_PF_RETRY
: let CPU fault again on the address.
273
RET_PF_RETRY
,
enumerator
H
A
D
tdp_mmu.c
962
return
RET_PF_RETRY
;
in tdp_mmu_map_handle_target_level()
974
return
RET_PF_RETRY
;
in tdp_mmu_map_handle_target_level()
1047
int ret =
RET_PF_RETRY
;
in kvm_tdp_mmu_map()
H
A
D
mmu.c
3285
return
RET_PF_RETRY
;
in kvm_handle_error_pfn()
4177
return
RET_PF_RETRY
;
in handle_mmio_page_fault()
4265
return
RET_PF_RETRY
;
in __kvm_faultin_pfn()
4298
return
RET_PF_RETRY
;
in __kvm_faultin_pfn()
4300
return
RET_PF_RETRY
;
in __kvm_faultin_pfn()
4370
return
RET_PF_RETRY
;
in direct_page_fault()
4387
r =
RET_PF_RETRY
;
in direct_page_fault()
4467
r =
RET_PF_RETRY
;
in kvm_tdp_mmu_page_fault()
5714
return
RET_PF_RETRY
;
in kvm_mmu_page_fault()
H
A
D
mmutrace.h
58
TRACE_DEFINE_ENUM(
RET_PF_RETRY
);
variable
Completed in 25 milliseconds