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:xen_max_p2m_pfn
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
p2m.c
98
unsigned long
xen_max_p2m_pfn
__read_mostly;
99
EXPORT_SYMBOL_GPL(
xen_max_p2m_pfn
);
variable
242
for (pfn = 0; pfn <
xen_max_p2m_pfn
&& pfn < MAX_P2M_PFN;
in xen_build_mfn_list_list()
305
xen_max_p2m_pfn
= xen_p2m_size;
in xen_build_dynamic_phys_to_machine()
356
for (pfn = 0; pfn <
xen_max_p2m_pfn
; pfn += chunk) {
in xen_rebuild_p2m_list()
416
xen_p2m_last_pfn =
xen_max_p2m_pfn
;
in xen_vmalloc_p2m_tree()
420
vm.size = ALIGN(sizeof(unsigned long) * max(
xen_max_p2m_pfn
, p2m_limit),
in xen_vmalloc_p2m_tree()
425
xen_max_p2m_pfn
= vm.size / sizeof(unsigned long);
in xen_vmalloc_p2m_tree()
430
xen_p2m_size =
xen_max_p2m_pfn
;
in xen_vmalloc_p2m_tree()
441
if (pfn <
xen_max_p2m_pfn
)
in get_phys_to_machine()
[all...]
H
A
D
setup.c
819
xen_max_p2m_pfn
= pfn_s + n_pfns;
in xen_memory_setup()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
p2m.c
98
unsigned long
xen_max_p2m_pfn
__read_mostly;
99
EXPORT_SYMBOL_GPL(
xen_max_p2m_pfn
);
variable
237
for (pfn = 0; pfn <
xen_max_p2m_pfn
&& pfn < MAX_P2M_PFN;
in xen_build_mfn_list_list()
300
xen_max_p2m_pfn
= xen_p2m_size;
in xen_build_dynamic_phys_to_machine()
351
for (pfn = 0; pfn <
xen_max_p2m_pfn
; pfn += chunk) {
in xen_rebuild_p2m_list()
411
xen_p2m_last_pfn =
xen_max_p2m_pfn
;
in xen_vmalloc_p2m_tree()
415
vm.size = ALIGN(sizeof(unsigned long) * max(
xen_max_p2m_pfn
, p2m_limit),
in xen_vmalloc_p2m_tree()
420
xen_max_p2m_pfn
= vm.size / sizeof(unsigned long);
in xen_vmalloc_p2m_tree()
425
xen_p2m_size =
xen_max_p2m_pfn
;
in xen_vmalloc_p2m_tree()
436
if (pfn <
xen_max_p2m_pfn
)
in get_phys_to_machine()
[all...]
H
A
D
setup.c
832
xen_max_p2m_pfn
= pfn_s + n_pfns;
in xen_memory_setup()
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H
A
D
page.h
54
extern unsigned long
xen_max_p2m_pfn
;
147
else if (unlikely(pfn <
xen_max_p2m_pfn
))
in __pfn_to_mfn()
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/
H
A
D
page.h
54
extern unsigned long
xen_max_p2m_pfn
;
139
else if (unlikely(pfn <
xen_max_p2m_pfn
))
in __pfn_to_mfn()
Completed in 6 milliseconds