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:_CACHE_CC
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
pgtable-bits.h
63
#ifndef
_CACHE_CC
64
#define
_CACHE_CC
(1<<_CACHE_SHIFT) /* Coherent Cached */
macro
77
_PAGE_USER |
_CACHE_CC
)
79
_PAGE_USER |
_CACHE_CC
)
80
#define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER |
_CACHE_CC
)
83
_PAGE_GLOBAL | _PAGE_KERN |
_CACHE_CC
)
89
#define __P000 __pgprot(
_CACHE_CC
| _PAGE_USER | _PAGE_PROTNONE | _PAGE_NO_EXEC | _PAGE_NO_READ)
90
#define __P001 __pgprot(
_CACHE_CC
| _PAGE_VALID | _PAGE_USER | _PAGE_PRESENT | _PAGE_NO_EXEC)
91
#define __P010 __pgprot(
_CACHE_CC
| _PAGE_VALID | _PAGE_USER | _PAGE_PRESENT | _PAGE_NO_EXEC)
92
#define __P011 __pgprot(
_CACHE_CC
| _PAGE_VALI
[all...]
H
A
D
io.h
35
if (prot_val &
_CACHE_CC
)
in ioremap_prot()
52
* cachable (
_CACHE_CC
) respectively for CPU access.
/kernel/linux/linux-6.6/arch/loongarch/mm/
H
A
D
cache.c
162
[VM_NONE] = __pgprot(
_CACHE_CC
| _PAGE_USER |
165
[VM_READ] = __pgprot(
_CACHE_CC
| _PAGE_VALID |
168
[VM_WRITE] = __pgprot(
_CACHE_CC
| _PAGE_VALID |
171
[VM_WRITE | VM_READ] = __pgprot(
_CACHE_CC
| _PAGE_VALID |
174
[VM_EXEC] = __pgprot(
_CACHE_CC
| _PAGE_VALID |
176
[VM_EXEC | VM_READ] = __pgprot(
_CACHE_CC
| _PAGE_VALID |
178
[VM_EXEC | VM_WRITE] = __pgprot(
_CACHE_CC
| _PAGE_VALID |
180
[VM_EXEC | VM_WRITE | VM_READ] = __pgprot(
_CACHE_CC
| _PAGE_VALID |
182
[VM_SHARED] = __pgprot(
_CACHE_CC
| _PAGE_USER |
185
[VM_SHARED | VM_READ] = __pgprot(
_CACHE_CC
| _PAGE_VALI
[all...]
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
pgtable-bits.h
67
#ifndef
_CACHE_CC
68
#define
_CACHE_CC
(1<<_CACHE_SHIFT) /* Coherent Cached */
macro
81
_PAGE_USER |
_CACHE_CC
)
83
_PAGE_USER |
_CACHE_CC
)
84
#define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER |
_CACHE_CC
)
87
_PAGE_GLOBAL | _PAGE_KERN |
_CACHE_CC
)
H
A
D
io.h
33
if (prot_val &
_CACHE_CC
)
in ioremap_prot()
50
* cachable (
_CACHE_CC
) respectively for CPU access.
/kernel/linux/linux-5.10/arch/loongarch/kvm/
H
A
D
mmu.c
1246
prot_bits |=
_CACHE_CC
;
in kvm_map_page()
Completed in 5 milliseconds