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_to_phys
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/include/asm/
H
A
D
pgtable-2level.h
41
#define pfn_pte(pfn, prot) __pte(
pfn_to_phys
(pfn) | pgprot_val(prot))
42
#define pfn_pmd(pfn, prot) __pmd(
pfn_to_phys
(pfn) | pgprot_val(prot))
H
A
D
page.h
109
#define
pfn_to_phys
(pfn) PFN_PHYS(pfn)
macro
H
A
D
pgtable-3level.h
97
phys_t phys =
pfn_to_phys
(page_nr);
in pfn_pte()
H
A
D
pgtable.h
277
#define page_to_phys(page)
pfn_to_phys
(page_to_pfn(page))
/kernel/linux/linux-6.6/arch/um/include/asm/
H
A
D
pgtable-2level.h
40
#define pfn_pte(pfn, prot) __pte(
pfn_to_phys
(pfn) | pgprot_val(prot))
41
#define pfn_pmd(pfn, prot) __pmd(
pfn_to_phys
(pfn) | pgprot_val(prot))
H
A
D
pgtable-3level.h
88
phys_t phys =
pfn_to_phys
(page_nr);
in pfn_pte()
H
A
D
page.h
109
#define
pfn_to_phys
(pfn) PFN_PHYS(pfn)
macro
H
A
D
pgtable.h
260
#define page_to_phys(page)
pfn_to_phys
(page_to_pfn(page))
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H
A
D
page.h
140
# define
pfn_to_phys
(pfn) (PFN_PHYS(pfn))
macro
143
# define pfn_to_virt(pfn) __va(
pfn_to_phys
((pfn)))
154
# define page_to_phys(page) (
pfn_to_phys
(page_to_pfn(page)))
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
page.h
170
#define
pfn_to_phys
(pfn) ((pfn) << PAGE_SHIFT)
macro
173
#define page_to_phys(page)
pfn_to_phys
(page_to_pfn(page))
175
#define pfn_to_virt(pfn) __va(
pfn_to_phys
(pfn))
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
page.h
141
#define
pfn_to_phys
(pfn) (PFN_PHYS(pfn))
macro
144
#define pfn_to_virt(pfn) (__va(
pfn_to_phys
(pfn)))
149
#define page_to_phys(page) (
pfn_to_phys
(page_to_pfn(page)))
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
page.h
176
#define
pfn_to_phys
(pfn) (PFN_PHYS(pfn))
macro
179
#define pfn_to_virt(pfn) (__va(
pfn_to_phys
(pfn)))
184
#define page_to_phys(page) (
pfn_to_phys
(page_to_pfn(page)))
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
page.h
189
#define
pfn_to_phys
(pfn) ((pfn) << PAGE_SHIFT)
macro
192
#define page_to_phys(page)
pfn_to_phys
(page_to_pfn(page))
196
return __va(
pfn_to_phys
(pfn));
in pfn_to_virt()
H
A
D
diag.h
54
start_addr =
pfn_to_phys
(start_pfn);
in diag10_range()
55
end_addr =
pfn_to_phys
(start_pfn + num_pfn - 1);
in diag10_range()
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H
A
D
page.h
100
# define
pfn_to_phys
(pfn) (PFN_PHYS(pfn))
macro
132
return __va(
pfn_to_phys
((pfn)));
in pfn_to_virt()
/kernel/linux/linux-6.6/arch/riscv/mm/
H
A
D
kasan_init.c
171
base_pud = pt_ops.get_pud_virt(
pfn_to_phys
(_p4d_pfn(*p4dp)));
in kasan_early_clear_pud()
196
base_p4d = pt_ops.get_p4d_virt(
pfn_to_phys
(_pgd_pfn(*pgdp)));
in kasan_early_clear_p4d()
242
base_pud = pt_ops.get_pud_virt(
pfn_to_phys
(_p4d_pfn(*p4dp)));
in kasan_early_populate_pud()
280
base_p4d = pt_ops.get_p4d_virt(
pfn_to_phys
(_pgd_pfn(*pgdp)));
in kasan_early_populate_p4d()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
diag.c
194
addr = (void *)
pfn_to_phys
(vmalloc_to_pfn(addr));
in diag204()
H
A
D
crash_dump.c
170
src =
pfn_to_phys
(pfn) + offset;
in copy_oldmem_page()
/kernel/linux/linux-5.10/arch/s390/mm/
H
A
D
vmem.c
168
vmem_free_pages(
pfn_to_phys
(pte_pfn(*pte)), 0);
in modify_pte_table()
/kernel/linux/linux-6.6/arch/s390/mm/
H
A
D
gmap.c
2761
uv_destroy_owned_page(
pfn_to_phys
(pfns[i]));
in s390_uv_destroy_pfns()
Completed in 13 milliseconds