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:PHYS_PFN_OFFSET
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H
A
D
memory.h
57
#define
PHYS_PFN_OFFSET
(PHYS_OFFSET >> PAGE_SHIFT)
macro
81
#define ARCH_PFN_OFFSET
PHYS_PFN_OFFSET
82
#define pfn_valid(pfn) ((pfn) >=
PHYS_PFN_OFFSET
&& (pfn) < (
PHYS_PFN_OFFSET
+ max_mapnr))
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H
A
D
mem-layout.h
38
#define
PHYS_PFN_OFFSET
(PHYS_OFFSET >> PAGE_SHIFT)
macro
39
#define ARCH_PFN_OFFSET
PHYS_PFN_OFFSET
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
mem-layout.h
38
#define
PHYS_PFN_OFFSET
(PHYS_OFFSET >> PAGE_SHIFT)
macro
39
#define ARCH_PFN_OFFSET
PHYS_PFN_OFFSET
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
memory.h
209
#define
PHYS_PFN_OFFSET
(__pv_phys_pfn_offset)
macro
292
#define
PHYS_PFN_OFFSET
((unsigned long)(PHYS_OFFSET >> PAGE_SHIFT))
macro
308
PHYS_PFN_OFFSET
)
409
#define ARCH_PFN_OFFSET
PHYS_PFN_OFFSET
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
memory.h
199
#define
PHYS_PFN_OFFSET
(__pv_phys_pfn_offset)
macro
282
#define
PHYS_PFN_OFFSET
((unsigned long)(PHYS_OFFSET >> PAGE_SHIFT))
macro
300
PHYS_PFN_OFFSET
);
in virt_to_pfn()
388
#define ARCH_PFN_OFFSET
PHYS_PFN_OFFSET
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
memory.h
201
#define
PHYS_PFN_OFFSET
(PHYS_OFFSET >> PAGE_SHIFT)
macro
322
#define ARCH_PFN_OFFSET ((unsigned long)
PHYS_PFN_OFFSET
)
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
memory.h
233
#define
PHYS_PFN_OFFSET
(PHYS_OFFSET >> PAGE_SHIFT)
macro
358
#define ARCH_PFN_OFFSET ((unsigned long)
PHYS_PFN_OFFSET
)
/kernel/linux/linux-5.10/arch/arm64/mm/
H
A
D
init.c
565
set_max_mapnr(max_pfn -
PHYS_PFN_OFFSET
);
in mem_init()
/kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun4i-csi/
H
A
D
sun4i_csi.c
193
#ifdef
PHYS_PFN_OFFSET
in sun4i_csi_probe()
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/
H
A
D
cedrus_hw.c
235
#ifdef
PHYS_PFN_OFFSET
in cedrus_hw_probe()
Completed in 5 milliseconds