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
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
p2m.c
4
* Xen leaves the responsibility for maintaining
p2m
mappings to the
5
* guests themselves, but it must also access and update the
p2m
array
8
* The logical flat
p2m
table is mapped to a linear kernel memory area.
18
*
p2m
p2m
p2m
...
37
* INVALID_P2M_ENTRY. This page may be referenced multiple times in the
p2m
166
static void p2m_init(unsigned long *
p2m
)
in p2m_init()
argument
171
p2m
[i] = INVALID_P2M_ENTRY;
in p2m_init()
174
static void p2m_init_identity(unsigned long *
p2m
, unsigne
argument
331
xen_rebuild_
p2m
_list(unsigned long *
p2m
)
xen_rebuild_p2m_list()
argument
589
unsigned long *
p2m
;
xen_alloc_p2m_entry()
local
[all...]
H
A
D
Makefile
29
obj-$(CONFIG_XEN_PV) +=
p2m
.o
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
p2m.c
4
* Xen leaves the responsibility for maintaining
p2m
mappings to the
5
* guests themselves, but it must also access and update the
p2m
array
8
* The logical flat
p2m
table is mapped to a linear kernel memory area.
18
*
p2m
p2m
p2m
...
37
* INVALID_P2M_ENTRY. This page may be referenced multiple times in the
p2m
161
static void p2m_init(unsigned long *
p2m
)
in p2m_init()
argument
166
p2m
[i] = INVALID_P2M_ENTRY;
in p2m_init()
169
static void p2m_init_identity(unsigned long *
p2m
, unsigne
argument
326
xen_rebuild_
p2m
_list(unsigned long *
p2m
)
xen_rebuild_p2m_list()
argument
584
unsigned long *
p2m
;
xen_alloc_p2m_entry()
local
[all...]
H
A
D
Makefile
29
obj-$(CONFIG_XEN_PV) +=
p2m
.o
/kernel/linux/linux-5.10/arch/arm/xen/
H
A
D
Makefile
2
obj-y := enlighten.o hypercall.o grant-table.o
p2m
.o mm.o
/kernel/linux/linux-6.6/arch/arm/xen/
H
A
D
Makefile
2
obj-y := enlighten.o hypercall.o grant-table.o
p2m
.o mm.o
/kernel/linux/linux-5.10/arch/arm64/xen/
H
A
D
Makefile
2
xen-arm-y += $(addprefix ../../arm/xen/, enlighten.o grant-table.o
p2m
.o mm.o)
/kernel/linux/linux-6.6/arch/arm64/xen/
H
A
D
Makefile
2
xen-arm-y += $(addprefix ../../arm/xen/, enlighten.o grant-table.o
p2m
.o mm.o)
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/
H
A
D
Makefile
2
solo6x10-y := solo6x10-core.o solo6x10-i2c.o solo6x10-
p2m
.o solo6x10-v4l2.o \
/kernel/linux/linux-6.6/drivers/media/pci/solo6x10/
H
A
D
Makefile
2
solo6x10-y := solo6x10-core.o solo6x10-i2c.o solo6x10-
p2m
.o solo6x10-v4l2.o \
Completed in 4 milliseconds