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_NO_READ
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
pgtable-bits.h
45
#define
_PAGE_NO_READ
(_ULCAST_(1) << _PAGE_NO_READ_SHIFT)
macro
76
#define PAGE_NONE __pgprot(_PAGE_PROTNONE |
_PAGE_NO_READ
| \
89
#define __P000 __pgprot(_CACHE_CC | _PAGE_USER | _PAGE_PROTNONE | _PAGE_NO_EXEC |
_PAGE_NO_READ
)
98
#define __S000 __pgprot(_CACHE_CC | _PAGE_USER | _PAGE_PROTNONE | _PAGE_NO_EXEC |
_PAGE_NO_READ
)
/kernel/linux/linux-5.10/arch/mips/mm/
H
A
D
cache.c
161
protection_map[0] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC |
_PAGE_NO_READ
);
in setup_protection_map()
163
protection_map[2] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC |
_PAGE_NO_READ
);
in setup_protection_map()
170
protection_map[8] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC |
_PAGE_NO_READ
);
in setup_protection_map()
172
protection_map[10] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_WRITE |
_PAGE_NO_READ
);
in setup_protection_map()
H
A
D
tlbex.c
1788
(_PAGE_PRESENT |
_PAGE_NO_READ
) >> _PAGE_PRESENT_SHIFT);
in build_pte_present()
/kernel/linux/linux-6.6/arch/mips/mm/
H
A
D
cache.c
184
protection_map[0] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC |
_PAGE_NO_READ
);
in setup_protection_map()
186
protection_map[2] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC |
_PAGE_NO_READ
);
in setup_protection_map()
193
protection_map[8] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC |
_PAGE_NO_READ
);
in setup_protection_map()
196
_PAGE_NO_READ
);
in setup_protection_map()
H
A
D
tlbex.c
1748
(_PAGE_PRESENT |
_PAGE_NO_READ
) >> _PAGE_PRESENT_SHIFT);
in build_pte_present()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
pgtable-bits.h
178
#define
_PAGE_NO_READ
(1 << _PAGE_NO_READ_SHIFT)
macro
230
((pte_val & (_PAGE_NO_EXEC |
_PAGE_NO_READ
)) << sa);
in pte_to_entrylo()
H
A
D
pgtable.h
28
#define PAGE_NONE __pgprot(_PAGE_PRESENT |
_PAGE_NO_READ
| \
361
if (!(pte.pte_low &
_PAGE_NO_READ
)) {
410
if (!(pte_val(pte) &
_PAGE_NO_READ
))
535
if ((pte_val(pte) & _PAGE_ACCESSED) && !(pte_val(pte) &
_PAGE_NO_READ
))
657
if (!(pmd_val(pmd) &
_PAGE_NO_READ
))
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
pgtable-bits.h
178
#define
_PAGE_NO_READ
(1 << _PAGE_NO_READ_SHIFT)
macro
230
((pte_val & (_PAGE_NO_EXEC |
_PAGE_NO_READ
)) << sa);
in pte_to_entrylo()
H
A
D
pgtable.h
347
if (!(pte.pte_low &
_PAGE_NO_READ
)) {
396
if (!(pte_val(pte) &
_PAGE_NO_READ
))
536
if ((pte_val(pte) & _PAGE_ACCESSED) && !(pte_val(pte) &
_PAGE_NO_READ
))
695
if (!(pmd_val(pmd) &
_PAGE_NO_READ
))
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
pgtable-bits.h
49
#define
_PAGE_NO_READ
(_ULCAST_(1) << _PAGE_NO_READ_SHIFT)
macro
80
#define PAGE_NONE __pgprot(_PAGE_PROTNONE |
_PAGE_NO_READ
| \
/kernel/linux/linux-6.6/arch/loongarch/mm/
H
A
D
cache.c
164
_PAGE_NO_READ
),
184
_PAGE_NO_READ
),
Completed in 12 milliseconds