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:SRMMU_CACHE
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
pgtsrmmu.h
44
#define
SRMMU_CACHE
0x80
macro
77
#define SRMMU_PAGE_NONE __pgprot(
SRMMU_CACHE
| \
79
#define SRMMU_PAGE_SHARED __pgprot(SRMMU_VALID |
SRMMU_CACHE
| \
81
#define SRMMU_PAGE_COPY __pgprot(SRMMU_VALID |
SRMMU_CACHE
| \
83
#define SRMMU_PAGE_RDONLY __pgprot(SRMMU_VALID |
SRMMU_CACHE
| \
85
#define SRMMU_PAGE_KERNEL __pgprot(SRMMU_VALID |
SRMMU_CACHE
| SRMMU_PRIV | \
H
A
D
highmem.h
33
#define kmap_prot __pgprot(SRMMU_ET_PTE | SRMMU_PRIV |
SRMMU_CACHE
)
H
A
D
pgtable_32.h
313
pgprot_val(prot) &= ~pgprot_val(__pgprot(
SRMMU_CACHE
));
in pgprot_noncached()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
pgtsrmmu.h
44
#define
SRMMU_CACHE
0x80
macro
69
#define SRMMU_PAGE_NONE __pgprot(
SRMMU_CACHE
| \
71
#define SRMMU_PAGE_SHARED __pgprot(SRMMU_VALID |
SRMMU_CACHE
| \
73
#define SRMMU_PAGE_COPY __pgprot(SRMMU_VALID |
SRMMU_CACHE
| \
75
#define SRMMU_PAGE_RDONLY __pgprot(SRMMU_VALID |
SRMMU_CACHE
| \
77
#define SRMMU_PAGE_KERNEL __pgprot(SRMMU_VALID |
SRMMU_CACHE
| SRMMU_PRIV | \
H
A
D
highmem.h
32
#define kmap_prot __pgprot(SRMMU_ET_PTE | SRMMU_PRIV |
SRMMU_CACHE
)
H
A
D
pgtable_32.h
297
pgprot_val(prot) &= ~pgprot_val(__pgprot(
SRMMU_CACHE
));
in pgprot_noncached()
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
io-unit.c
237
dvma_prot = __pgprot(
SRMMU_CACHE
| SRMMU_ET_PTE | SRMMU_PRIV);
in iounit_alloc()
H
A
D
iommu.c
448
dvma_prot = __pgprot(
SRMMU_CACHE
| SRMMU_ET_PTE | SRMMU_PRIV);
in ld_mmu_iommu()
H
A
D
srmmu.c
314
pteval |=
SRMMU_CACHE
;
in srmmu_nocache_init()
844
#define KERNEL_PTE(page_shifted) ((page_shifted)|
SRMMU_CACHE
|SRMMU_PRIV|SRMMU_VALID)
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
io-unit.c
238
dvma_prot = __pgprot(
SRMMU_CACHE
| SRMMU_ET_PTE | SRMMU_PRIV);
in iounit_alloc()
H
A
D
iommu.c
449
dvma_prot = __pgprot(
SRMMU_CACHE
| SRMMU_ET_PTE | SRMMU_PRIV);
in ld_mmu_iommu()
H
A
D
srmmu.c
314
pteval |=
SRMMU_CACHE
;
in srmmu_nocache_init()
845
#define KERNEL_PTE(page_shifted) ((page_shifted)|
SRMMU_CACHE
|SRMMU_PRIV|SRMMU_VALID)
Completed in 10 milliseconds