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
defs:page_to_virt
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
page_no.h
33
#define
page_to_virt
(page) __va(((((page) - mem_map) << PAGE_SHIFT) + PAGE_OFFSET))
macro
H
A
D
page_mm.h
139
#define
page_to_virt
(page) ({ \
macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
page_no.h
27
#define
page_to_virt
(page) __va(((((page) - mem_map) << PAGE_SHIFT) + PAGE_OFFSET))
macro
H
A
D
page_mm.h
152
#define
page_to_virt
(page) ({ \
macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H
A
D
page.h
84
#define
page_to_virt
(page) \
macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H
A
D
page.h
132
#define
page_to_virt
(page) __va(page_to_phys(page))
macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
page.h
131
#define
page_to_virt
(page) __va(page_to_phys(page))
macro
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H
A
D
page.h
84
#define
page_to_virt
(page) \
macro
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
page.h
85
#define
page_to_virt
(page) pfn_to_virt(page_to_pfn(page))
macro
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
page.h
89
#define
page_to_virt
(page) pfn_to_virt(page_to_pfn(page))
macro
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H
A
D
page.h
200
#define
page_to_virt
(page) __va(page_to_pfn(page) << PAGE_SHIFT)
macro
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H
A
D
page.h
148
# define
page_to_virt
(page) __va(page_to_pfn(page) << PAGE_SHIFT)
macro
153
# define
page_to_virt
(page) (pfn_to_virt(page_to_pfn(page)))
macro
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
page.h
147
#define
page_to_virt
(page) (pfn_to_virt(page_to_pfn(page)))
macro
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H
A
D
page.h
103
# define
page_to_virt
(page) __va(page_to_pfn(page) << PAGE_SHIFT)
macro
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H
A
D
page.h
196
#define
page_to_virt
(page) __va(page_to_pfn(page) << PAGE_SHIFT)
macro
/kernel/linux/linux-6.6/scripts/gdb/linux/
H
A
D
mm.py
264
def
page_to_virt
(self, page):
member in aarch64_page_ops
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
page.h
182
#define
page_to_virt
(page) (pfn_to_virt(page_to_pfn(page)))
macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
memory.h
325
#define
page_to_virt
(x) ({ \
macro
332
#define
page_to_virt
(x) ({ \
macro
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
page.h
180
#define
page_to_virt
(page) pfn_to_virt(page_to_pfn(page))
macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
memory.h
361
#define
page_to_virt
(x) ({ \
macro
368
#define
page_to_virt
(x) ({ \
macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
page.h
207
#define
page_to_virt
(page) pfn_to_virt(page_to_pfn(page))
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
mm.h
119
#define
page_to_virt
(x) __va(PFN_PHYS(page_to_pfn(x)))
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
mm.h
106
#define
page_to_virt
(x) __va(PFN_PHYS(page_to_pfn(x)))
macro
Completed in 20 milliseconds