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:__nocache_pa
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
pgtsrmmu.h
114
#define
__nocache_pa
(VADDR) (((unsigned long)VADDR) - SRMMU_NOCACHE_VADDR + __pa((unsigned long)srmmu_nocache_pool))
macro
116
#define __nocache_fix(VADDR) __va(
__nocache_pa
(VADDR))
H
A
D
pgalloc_32.h
31
unsigned long pa =
__nocache_pa
(pmdp);
in pud_set()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
pgtsrmmu.h
106
#define
__nocache_pa
(VADDR) (((unsigned long)VADDR) - SRMMU_NOCACHE_VADDR + __pa((unsigned long)srmmu_nocache_pool))
macro
108
#define __nocache_fix(VADDR) ((__typeof__(VADDR))__va(
__nocache_pa
(VADDR)))
H
A
D
pgalloc_32.h
31
unsigned long pa =
__nocache_pa
(pmdp);
in pud_set()
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
srmmu.c
114
pte = __pte((SRMMU_ET_PTD | (
__nocache_pa
(pgdp) >> 4)));
in srmmu_ctxd_set()
139
unsigned long ptp =
__nocache_pa
(ptep) >> 4;
in pmd_set()
356
page = pfn_to_page(
__nocache_pa
((unsigned long)ptep) >> PAGE_SHIFT);
in pte_alloc_one()
371
page = pfn_to_page(
__nocache_pa
((unsigned long)ptep) >> PAGE_SHIFT);
in pte_free()
940
srmmu_ctx_table_phys = (ctxd_t *)
__nocache_pa
(srmmu_context_table);
in srmmu_paging_init()
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
srmmu.c
114
pte = __pte((SRMMU_ET_PTD | (
__nocache_pa
(pgdp) >> 4)));
in srmmu_ctxd_set()
139
unsigned long ptp =
__nocache_pa
(ptep) >> 4;
in pmd_set()
356
page = pfn_to_page(
__nocache_pa
((unsigned long)ptep) >> PAGE_SHIFT);
in pte_alloc_one()
372
page = pfn_to_page(
__nocache_pa
((unsigned long)ptep) >> PAGE_SHIFT);
in pte_free()
941
srmmu_ctx_table_phys = (ctxd_t *)
__nocache_pa
(srmmu_context_table);
in srmmu_paging_init()
Completed in 6 milliseconds