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:p2m_missing_pte
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
p2m.c
114
static pte_t *
p2m_missing_pte
;
variable
258
if (ptep ==
p2m_missing_pte
|| ptep == p2m_identity_pte) {
in xen_build_mfn_list_list()
345
p2m_missing_pte
= alloc_p2m_page();
in xen_rebuild_p2m_list()
346
paravirt_alloc_pte(&init_mm, __pa(
p2m_missing_pte
) >> PAGE_SHIFT);
in xen_rebuild_p2m_list()
350
set_pte(
p2m_missing_pte
+ i,
in xen_rebuild_p2m_list()
402
p2m_missing_pte
: p2m_identity_pte;
in xen_rebuild_p2m_list()
465
* a new pmd is to replace
p2m_missing_pte
or p2m_identity_pte by a individual
545
if (pte_pg ==
p2m_missing_pte
|| pte_pg == p2m_identity_pte) {
in xen_alloc_p2m_entry()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
p2m.c
114
static pte_t *
p2m_missing_pte
;
variable
253
if (ptep ==
p2m_missing_pte
|| ptep == p2m_identity_pte) {
in xen_build_mfn_list_list()
340
p2m_missing_pte
= alloc_p2m_page();
in xen_rebuild_p2m_list()
341
paravirt_alloc_pte(&init_mm, __pa(
p2m_missing_pte
) >> PAGE_SHIFT);
in xen_rebuild_p2m_list()
345
set_pte(
p2m_missing_pte
+ i,
in xen_rebuild_p2m_list()
397
p2m_missing_pte
: p2m_identity_pte;
in xen_rebuild_p2m_list()
460
* a new pmd is to replace
p2m_missing_pte
or p2m_identity_pte by a individual
540
if (pte_pg ==
p2m_missing_pte
|| pte_pg == p2m_identity_pte) {
in xen_alloc_p2m_entry()
Completed in 3 milliseconds