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:PFN
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
leon_mm.c
57
if (!_pfn_valid(
PFN
(ctxtbl))) {
in leon_swprobe()
61
PFN
(ctxtbl));
in leon_swprobe()
90
if (!_pfn_valid(
PFN
(ptr)))
in leon_swprobe()
113
if (!_pfn_valid(
PFN
(ptr))) {
in leon_swprobe()
116
PFN
(ptr));
in leon_swprobe()
141
if (!_pfn_valid(
PFN
(ptr)))
in leon_swprobe()
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
leon_mm.c
57
if (!_pfn_valid(
PFN
(ctxtbl))) {
in leon_swprobe()
61
PFN
(ctxtbl));
in leon_swprobe()
90
if (!_pfn_valid(
PFN
(ptr)))
in leon_swprobe()
113
if (!_pfn_valid(
PFN
(ptr))) {
in leon_swprobe()
116
PFN
(ptr));
in leon_swprobe()
141
if (!_pfn_valid(
PFN
(ptr)))
in leon_swprobe()
/kernel/linux/linux-5.10/drivers/ras/
H
A
D
cec.c
25
* [63 ...
PFN
... 12 | 11 ... generation ... 10 | 9 ... count ... 0]
89
#define
PFN
(e) ((e) >> PAGE_SHIFT)
macro
194
this_pfn =
PFN
(ca->array[i]);
in __find_elem()
261
return
PFN
(ca->array[min_idx]);
in del_lru_elem_unlocked()
290
u64 this =
PFN
(ca->array[i]);
in sanity_check()
303
u64 this =
PFN
(ca->array[i]);
in sanity_check()
456
u64 this =
PFN
(ca->array[i]);
in array_show()
/kernel/linux/linux-6.6/drivers/ras/
H
A
D
cec.c
25
* [63 ...
PFN
... 12 | 11 ... generation ... 10 | 9 ... count ... 0]
89
#define
PFN
(e) ((e) >> PAGE_SHIFT)
macro
194
this_pfn =
PFN
(ca->array[i]);
in __find_elem()
261
return
PFN
(ca->array[min_idx]);
in del_lru_elem_unlocked()
290
u64 this =
PFN
(ca->array[i]);
in sanity_check()
303
u64 this =
PFN
(ca->array[i]);
in sanity_check()
456
u64 this =
PFN
(ca->array[i]);
in array_show()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
leon.h
253
#define
PFN
(x) ((x) >> PAGE_SHIFT)
macro
254
#define _pfn_valid(pfn) ((pfn < last_valid_pfn) && (pfn >=
PFN
(phys_base)))
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
leon.h
253
#define
PFN
(x) ((x) >> PAGE_SHIFT)
macro
254
#define _pfn_valid(pfn) ((pfn < last_valid_pfn) && (pfn >=
PFN
(phys_base)))
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
phys2virt.S
32
mov r0, r8, lsr #PAGE_SHIFT @ convert to
PFN
/kernel/linux/linux-5.10/arch/arc/mm/
H
A
D
tlbex.S
261
and r3, r0, PTE_BITS_NON_RWX_IN_PD1 ; Extract
PFN
+cache bits from PTE
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
phys2virt.S
32
mov r0, r8, lsr #PAGE_SHIFT @ convert to
PFN
Completed in 6 milliseconds