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:mfn_list
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
mmu_pv.c
1134
if ((unsigned long)xen_p2m_addr == xen_start_info->
mfn_list
)
in xen_pagetable_p2m_free()
1138
memset((void *)xen_start_info->
mfn_list
, 0xff, size);
in xen_pagetable_p2m_free()
1140
addr = xen_start_info->
mfn_list
;
in xen_pagetable_p2m_free()
1190
xen_start_info->
mfn_list
= (unsigned long)xen_p2m_addr;
in xen_pagetable_p2m_setup()
1439
if (xen_start_info->
mfn_list
< __START_KERNEL_map &&
in xen_make_pte_init()
1687
if (xen_start_info->
mfn_list
< __START_KERNEL_map)
in xen_setup_kernel_pagetable()
1690
max_pfn_mapped = PFN_DOWN(__pa(xen_start_info->
mfn_list
));
in xen_setup_kernel_pagetable()
1742
i = pgd_index(xen_start_info->
mfn_list
);
in xen_setup_kernel_pagetable()
1942
p2m_pfn = PFN_DOWN(xen_early_virt_to_phys(xen_start_info->
mfn_list
));
in xen_relocate_p2m()
1946
if (xen_start_info->
mfn_list
< __START_KERNEL_ma
in xen_relocate_p2m()
[all...]
H
A
D
setup.c
702
* Reserve Xen
mfn_list
.
708
if (xen_start_info->
mfn_list
>= __START_KERNEL_map) {
in xen_reserve_xen_mfnlist()
709
start = __pa(xen_start_info->
mfn_list
);
in xen_reserve_xen_mfnlist()
H
A
D
p2m.c
299
xen_p2m_addr = (unsigned long *)xen_start_info->
mfn_list
;
in xen_build_dynamic_phys_to_machine()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
mmu_pv.c
1149
if ((unsigned long)xen_p2m_addr == xen_start_info->
mfn_list
)
in xen_pagetable_p2m_free()
1153
memset((void *)xen_start_info->
mfn_list
, 0xff, size);
in xen_pagetable_p2m_free()
1155
addr = xen_start_info->
mfn_list
;
in xen_pagetable_p2m_free()
1205
xen_start_info->
mfn_list
= (unsigned long)xen_p2m_addr;
in xen_pagetable_p2m_setup()
1469
if (xen_start_info->
mfn_list
< __START_KERNEL_map &&
in xen_make_pte_init()
1715
if (xen_start_info->
mfn_list
< __START_KERNEL_map)
in xen_setup_kernel_pagetable()
1718
max_pfn_mapped = PFN_DOWN(__pa(xen_start_info->
mfn_list
));
in xen_setup_kernel_pagetable()
1770
i = pgd_index(xen_start_info->
mfn_list
);
in xen_setup_kernel_pagetable()
1976
p2m_pfn = PFN_DOWN(xen_early_virt_to_phys(xen_start_info->
mfn_list
));
in xen_relocate_p2m()
1980
if (xen_start_info->
mfn_list
< __START_KERNEL_ma
in xen_relocate_p2m()
[all...]
H
A
D
setup.c
703
* Reserve Xen
mfn_list
.
709
if (xen_start_info->
mfn_list
>= __START_KERNEL_map) {
in xen_reserve_xen_mfnlist()
710
start = __pa(xen_start_info->
mfn_list
);
in xen_reserve_xen_mfnlist()
H
A
D
p2m.c
294
xen_p2m_addr = (unsigned long *)xen_start_info->
mfn_list
;
in xen_build_dynamic_phys_to_machine()
/kernel/linux/linux-5.10/include/xen/interface/
H
A
D
xen.h
615
* c. list of allocated page frames [
mfn_list
, nr_pages]
656
unsigned long
mfn_list
; /* VIRTUAL address of page-frame list. */
member
/kernel/linux/linux-6.6/include/xen/interface/
H
A
D
xen.h
600
* c. list of allocated page frames [
mfn_list
, nr_pages]
641
unsigned long
mfn_list
; /* VIRTUAL address of page-frame list. */
member
Completed in 15 milliseconds