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_D
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H
A
D
pgtable.h
84
#define
_PAGE_D
(1UL << 4)
macro
126
(_PAGE_V | _PAGE_M_KRW |
_PAGE_D
| _PAGE_G | _PAGE_C_DEV)
141
#define PAGE_RDWR __pgprot(_PAGE_V | _PAGE_M_URW_KRW |
_PAGE_D
)
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)
150
#define PAGE_SHARED __pgprot(_PAGE_V | _PAGE_M_URW_KRW |
_PAGE_D
| _PAGE_CACHE_SHR
[all...]
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H
A
D
pgtable.h
56
#define
_PAGE_D
(1 << _PAGE_D_BIT) /* page dirty bit */
macro
79
#define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P |
_PAGE_D
| _PAGE_MA_WB
299
#define pte_dirty(pte) ((pte_val(pte) &
_PAGE_D
) != 0)
310
#define pte_mkclean(pte) (__pte(pte_val(pte) & ~
_PAGE_D
))
311
#define pte_mkdirty(pte) (__pte(pte_val(pte) |
_PAGE_D
))
491
* which ORs in the _PAGE_A/
_PAGE_D
bit if they're set in ENTRY.
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H
A
D
pgtable.h
56
#define
_PAGE_D
(1 << _PAGE_D_BIT) /* page dirty bit */
macro
82
#define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P |
_PAGE_D
| _PAGE_MA_WB
264
#define pte_dirty(pte) ((pte_val(pte) &
_PAGE_D
) != 0)
275
#define pte_mkclean(pte) (__pte(pte_val(pte) & ~
_PAGE_D
))
276
#define pte_mkdirty(pte) (__pte(pte_val(pte) |
_PAGE_D
))
477
* which ORs in the _PAGE_A/
_PAGE_D
bit if they're set in ENTRY.
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H
A
D
pgtable.h
127
#define
_PAGE_D
0x020 /* dirty */
macro
146
#define _PAGE_DIRTY
_PAGE_D
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H
A
D
pgtable.h
126
#define
_PAGE_D
0x020 /* dirty */
macro
145
#define _PAGE_DIRTY
_PAGE_D
/kernel/linux/linux-5.10/arch/nds32/kernel/
H
A
D
vdso.c
170
prot = __pgprot(_PAGE_V | _PAGE_M_UR_KR |
_PAGE_D
| _PAGE_C_DEV);
in arch_setup_additional_pages()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H
A
D
efi.c
628
_PAGE_D
|
in efi_enter_virtual_mode()
641
_PAGE_D
|
in efi_enter_virtual_mode()
H
A
D
ivt.S
553
or r25=
_PAGE_D
|_PAGE_A,r18 // set the dirty and accessed bits
580
or r18=
_PAGE_D
|_PAGE_A,r18 // set the dirty and accessed bits
/kernel/linux/linux-6.6/arch/ia64/kernel/
H
A
D
efi.c
630
_PAGE_D
|
in efi_enter_virtual_mode()
643
_PAGE_D
|
in efi_enter_virtual_mode()
H
A
D
ivt.S
552
or r25=
_PAGE_D
|_PAGE_A,r18 // set the dirty and accessed bits
579
or r18=
_PAGE_D
|_PAGE_A,r18 // set the dirty and accessed bits
Completed in 11 milliseconds