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_MASK
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
pgtable-bits.h
52
#define
_CACHE_MASK
(_ULCAST_(3) << _CACHE_SHIFT)
macro
77
#define _PAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK |
_CACHE_MASK
| _PAGE_PLV)
78
#define _HPAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK |
_CACHE_MASK
| _PAGE_PLV | _PAGE_HUGE)
103
prot = (prot & ~
_CACHE_MASK
) | _CACHE_SUC;
in pgprot_noncached()
116
prot = (prot & ~
_CACHE_MASK
) | (wc_enabled ? _CACHE_WUC : _CACHE_SUC);
in pgprot_writecombine()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
pgtable-bits.h
48
#define
_CACHE_MASK
(_ULCAST_(3) << _CACHE_SHIFT)
macro
73
#define _PAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK |
_CACHE_MASK
| _PAGE_PLV)
74
#define _HPAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK |
_CACHE_MASK
| _PAGE_PLV | _PAGE_HUGE)
117
prot = (prot & ~
_CACHE_MASK
) | _CACHE_SUC;
in pgprot_noncached()
130
prot = (prot & ~
_CACHE_MASK
) | (wc_enabled ? _CACHE_WUC : _CACHE_SUC);
in pgprot_writecombine()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
pgtable-bits.h
184
# define
_CACHE_MASK
_CACHE_UNCACHED
macro
187
# define
_CACHE_MASK
(7 << _CACHE_SHIFT)
macro
283
_PAGE_SOFT_DIRTY | _PFN_MASK |
_CACHE_MASK
)
H
A
D
pgtable.h
464
prot = (prot & ~
_CACHE_MASK
) | _CACHE_UNCACHED;
476
prot = (prot & ~
_CACHE_MASK
) | cpu_data[0].writecombine;
516
pte.pte_high &= (_PFN_MASK |
_CACHE_MASK
);
518
pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK |
_CACHE_MASK
);
525
pte.pte_high &= (_PFN_MASK |
_CACHE_MASK
);
527
pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK |
_CACHE_MASK
);
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
pgtable-bits.h
184
# define
_CACHE_MASK
_CACHE_UNCACHED
macro
187
# define
_CACHE_MASK
(7 << _CACHE_SHIFT)
macro
284
_CACHE_MASK
| _PAGE_SPECIAL)
H
A
D
pgtable.h
464
prot = (prot & ~
_CACHE_MASK
) | _CACHE_UNCACHED;
476
prot = (prot & ~
_CACHE_MASK
) | cpu_data[0].writecombine;
517
pte.pte_high &= (_PFN_MASK |
_CACHE_MASK
);
519
pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK |
_CACHE_MASK
);
526
pte.pte_high &= (_PFN_MASK |
_CACHE_MASK
);
528
pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK |
_CACHE_MASK
);
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
pgtable.h
74
_CACHE_MASK
| _PAGE_GLOBAL))
237
prot = (prot & ~
_CACHE_MASK
) | _CACHE_UNCACHED | _PAGE_SO;
in pgprot_noncached()
247
prot = (prot & ~
_CACHE_MASK
) | _CACHE_UNCACHED;
in pgprot_writecombine()
H
A
D
io.h
50
(_PAGE_IOREMAP & ~
_CACHE_MASK
) | _CACHE_UNCACHED)
/kernel/linux/linux-5.10/arch/csky/abiv2/inc/abi/
H
A
D
pgtable-bits.h
32
#define
_CACHE_MASK
_PAGE_CACHE
macro
/kernel/linux/linux-5.10/arch/csky/abiv1/inc/abi/
H
A
D
pgtable-bits.h
31
#define
_CACHE_MASK
(7<<9)
macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
pgtable.h
48
_CACHE_MASK
)
240
prot = (prot & ~
_CACHE_MASK
) | _CACHE_UNCACHED | _PAGE_SO;
in pgprot_noncached()
250
prot = (prot & ~
_CACHE_MASK
) | _CACHE_UNCACHED;
in pgprot_writecombine()
H
A
D
io.h
41
(_PAGE_IOREMAP & ~
_CACHE_MASK
) | _CACHE_UNCACHED)
/kernel/linux/linux-5.10/arch/mips/mm/
H
A
D
ioremap64.c
8
unsigned long flags = prot_val &
_CACHE_MASK
;
in ioremap_prot()
H
A
D
ioremap.c
49
unsigned long flags = prot_val &
_CACHE_MASK
;
in ioremap_prot()
/kernel/linux/linux-6.6/arch/csky/abiv2/inc/abi/
H
A
D
pgtable-bits.h
24
#define
_CACHE_MASK
_PAGE_CACHE
macro
/kernel/linux/linux-6.6/arch/csky/abiv1/inc/abi/
H
A
D
pgtable-bits.h
24
#define
_CACHE_MASK
(7<<9)
macro
/kernel/linux/linux-6.6/arch/mips/mm/
H
A
D
ioremap64.c
8
unsigned long flags = prot_val &
_CACHE_MASK
;
in ioremap_prot()
H
A
D
ioremap.c
49
unsigned long flags = prot_val &
_CACHE_MASK
;
in ioremap_prot()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
gbefb.c
47
#define pgprot_fb(_prot) (((_prot) & (~
_CACHE_MASK
)) | _CACHE_UNCACHED_ACCELERATED)
49
#define pgprot_fb(_prot) (((_prot) & (~
_CACHE_MASK
)) | _CACHE_CACHABLE_NO_WA)
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
gbefb.c
47
#define pgprot_fb(_prot) (((_prot) & (~
_CACHE_MASK
)) | _CACHE_UNCACHED_ACCELERATED)
49
#define pgprot_fb(_prot) (((_prot) & (~
_CACHE_MASK
)) | _CACHE_CACHABLE_NO_WA)
Completed in 10 milliseconds