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:_PAGE_CACHE
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/csky/abiv2/inc/abi/
H
A
D
pgtable-bits.h
30
#define
_PAGE_CACHE
(1<<3)
macro
32
#define _CACHE_MASK
_PAGE_CACHE
34
#define _CACHE_CACHED (_PAGE_VALID |
_PAGE_CACHE
| _PAGE_BUF)
/kernel/linux/linux-6.6/arch/csky/abiv2/inc/abi/
H
A
D
pgtable-bits.h
23
#define
_PAGE_CACHE
(1<<3)
macro
24
#define _CACHE_MASK
_PAGE_CACHE
26
#define _CACHE_CACHED (
_PAGE_CACHE
| _PAGE_BUF)
/kernel/linux/linux-5.10/arch/csky/abiv1/inc/abi/
H
A
D
pgtable-bits.h
27
#define
_PAGE_CACHE
(3<<9)
macro
33
#define _CACHE_CACHED (_PAGE_VALID |
_PAGE_CACHE
)
/kernel/linux/linux-6.6/arch/csky/abiv1/inc/abi/
H
A
D
pgtable-bits.h
21
#define
_PAGE_CACHE
(3<<9)
macro
26
#define _CACHE_CACHED
_PAGE_CACHE
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H
A
D
pgtable.h
120
#define
_PAGE_CACHE
_PAGE_C_MEM_WT
macro
122
#define
_PAGE_CACHE
_PAGE_C_MEM_WB
macro
147
#define PAGE_CACHE_L1 __pgprot(_HAVE_PAGE_L | _PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G |
_PAGE_CACHE
)
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
init_64.c
2577
unsigned long
_PAGE_CACHE
__read_mostly;
2578
EXPORT_SYMBOL(
_PAGE_CACHE
);
variable
2680
_PAGE_CACHE
= _PAGE_CACHE_4U;
in sun4u_pgprot_init()
2730
_PAGE_CACHE
= page_cache4v_flag;
in sun4v_pgprot_init()
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
init_64.c
2591
unsigned long
_PAGE_CACHE
__read_mostly;
2592
EXPORT_SYMBOL(
_PAGE_CACHE
);
variable
2697
_PAGE_CACHE
= _PAGE_CACHE_4U;
in sun4u_pgprot_init()
2747
_PAGE_CACHE
= page_cache4v_flag;
in sun4v_pgprot_init()
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
atyfb_base.c
3000
par->mmap_map[j].prot_mask =
_PAGE_CACHE
;
in atyfb_setup_sparc()
3013
par->mmap_map[j].prot_mask =
_PAGE_CACHE
;
in atyfb_setup_sparc()
3022
par->mmap_map[j].prot_mask =
_PAGE_CACHE
;
in atyfb_setup_sparc()
3594
par->mmap_map[0].prot_mask =
_PAGE_CACHE
;
in atyfb_pci_probe()
3599
par->mmap_map[1].prot_mask =
_PAGE_CACHE
;
in atyfb_pci_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
atyfb_base.c
3005
par->mmap_map[j].prot_mask =
_PAGE_CACHE
;
in atyfb_setup_sparc()
3018
par->mmap_map[j].prot_mask =
_PAGE_CACHE
;
in atyfb_setup_sparc()
3027
par->mmap_map[j].prot_mask =
_PAGE_CACHE
;
in atyfb_setup_sparc()
3593
par->mmap_map[0].prot_mask =
_PAGE_CACHE
;
in atyfb_pci_probe()
3598
par->mmap_map[1].prot_mask =
_PAGE_CACHE
;
in atyfb_pci_probe()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
pgtable_64.h
226
extern unsigned long
_PAGE_CACHE
;
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
pgtable_64.h
208
extern unsigned long
_PAGE_CACHE
;
Completed in 23 milliseconds