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_E
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H
A
D
pgtable.h
85
#define
_PAGE_E
(1UL << 5)
macro
138
#define PAGE_EXEC __pgprot(_PAGE_V | _PAGE_M_XKRW |
_PAGE_E
)
144
#define PAGE_UXKRWX_V1 __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D |
_PAGE_E
| _PAGE_G | _PAGE_CACHE_SHRD)
145
#define PAGE_UXKRWX_V2 __pgprot(_PAGE_V | _PAGE_M_XKRW | _PAGE_D |
_PAGE_E
| _PAGE_G | _PAGE_CACHE_SHRD)
146
#define PAGE_URXKRWX_V2 __pgprot(_PAGE_V | _PAGE_M_UR_KRW | _PAGE_D |
_PAGE_E
| _PAGE_G | _PAGE_CACHE_SHRD)
147
#define PAGE_CACHE_L1 __pgprot(_HAVE_PAGE_L | _PAGE_V | _PAGE_M_KRW | _PAGE_D |
_PAGE_E
| _PAGE_G | _PAGE_CACHE)
148
#define PAGE_MEMORY __pgprot(_HAVE_PAGE_L | _PAGE_V | _PAGE_M_KRW | _PAGE_D |
_PAGE_E
| _PAGE_G | _PAGE_CACHE_SHRD)
149
#define PAGE_KERNEL __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D |
_PAGE_E
| _PAGE_G | _PAGE_CACHE_SHRD)
160
#define __P101 (PAGE_READ |
_PAGE_E
| _PAGE_CACHE_SHRD)
161
#define __P110 (PAGE_COPY |
_PAGE_E
| _PAGE_CACHE_SHR
[all...]
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
init_64.c
2574
unsigned long
_PAGE_E
__read_mostly;
2575
EXPORT_SYMBOL(
_PAGE_E
);
variable
2679
_PAGE_E
= _PAGE_E_4U;
in sun4u_pgprot_init()
2729
_PAGE_E
= _PAGE_E_4V;
in sun4v_pgprot_init()
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
init_64.c
2588
unsigned long
_PAGE_E
__read_mostly;
2589
EXPORT_SYMBOL(
_PAGE_E
);
variable
2696
_PAGE_E
= _PAGE_E_4U;
in sun4u_pgprot_init()
2746
_PAGE_E
= _PAGE_E_4V;
in sun4v_pgprot_init()
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
atyfb_base.c
3001
par->mmap_map[j].prot_flag =
_PAGE_E
;
in atyfb_setup_sparc()
3014
par->mmap_map[j].prot_flag =
_PAGE_E
| _PAGE_IE;
in atyfb_setup_sparc()
3023
par->mmap_map[j].prot_flag =
_PAGE_E
;
in atyfb_setup_sparc()
3595
par->mmap_map[0].prot_flag =
_PAGE_E
;
in atyfb_pci_probe()
3600
par->mmap_map[1].prot_flag =
_PAGE_E
;
in atyfb_pci_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
atyfb_base.c
3006
par->mmap_map[j].prot_flag =
_PAGE_E
;
in atyfb_setup_sparc()
3019
par->mmap_map[j].prot_flag =
_PAGE_E
| _PAGE_IE;
in atyfb_setup_sparc()
3028
par->mmap_map[j].prot_flag =
_PAGE_E
;
in atyfb_setup_sparc()
3594
par->mmap_map[0].prot_flag =
_PAGE_E
;
in atyfb_pci_probe()
3599
par->mmap_map[1].prot_flag =
_PAGE_E
;
in atyfb_pci_probe()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
pgtable_64.h
225
extern unsigned long
_PAGE_E
;
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
pgtable_64.h
207
extern unsigned long
_PAGE_E
;
Completed in 21 milliseconds