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
defs:_PAGE_DIRTY
(Results
1 - 25
of
52
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H
A
D
pgtable-bits.h
32
#define
_PAGE_DIRTY
(1<<27) /* dirty page */
macro
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H
A
D
pgtable-bits.h
32
#define
_PAGE_DIRTY
(1<<27) /* dirty page */
macro
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
pgtable-bits.h
24
#define
_PAGE_DIRTY
(1 << 7) /* Set by hardware on any write */
macro
/kernel/linux/linux-5.10/arch/csky/abiv2/inc/abi/
H
A
D
pgtable-bits.h
24
#define
_PAGE_DIRTY
(1<<2)
macro
/kernel/linux/linux-5.10/arch/csky/abiv1/inc/abi/
H
A
D
pgtable-bits.h
24
#define
_PAGE_DIRTY
(1<<8)
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H
A
D
hash.h
27
#define
_PAGE_DIRTY
0x080 /* C: page changed */
macro
/kernel/linux/linux-6.6/arch/csky/abiv2/inc/abi/
H
A
D
pgtable-bits.h
19
#define
_PAGE_DIRTY
(1<<2)
macro
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
pgtable-bits.h
18
#define
_PAGE_DIRTY
(1 << 7) /* Set by hardware on any write */
macro
/kernel/linux/linux-6.6/arch/csky/abiv1/inc/abi/
H
A
D
pgtable-bits.h
19
#define
_PAGE_DIRTY
(1<<8)
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H
A
D
pte-40x.h
47
#define
_PAGE_DIRTY
0x080 /* software: dirty page */
macro
H
A
D
pte-44x.h
79
#define
_PAGE_DIRTY
0x00000010 /* S: Page dirty */
macro
H
A
D
pte-fsl-booke.h
23
#define
_PAGE_DIRTY
0x00008 /* S: Page dirty */
macro
H
A
D
pte-8xx.h
36
#define
_PAGE_DIRTY
0x0100 /* C: page changed */
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H
A
D
pte-44x.h
69
#define
_PAGE_DIRTY
0x00000010 /* S: Page dirty */
macro
H
A
D
pte-40x.h
47
#define
_PAGE_DIRTY
0x080 /* software: dirty page */
macro
H
A
D
pte-85xx.h
23
#define
_PAGE_DIRTY
0x00008 /* S: Page dirty */
macro
H
A
D
pte-8xx.h
36
#define
_PAGE_DIRTY
0x0100 /* C: page changed */
macro
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
pgtable-bits-arcv2.h
24
#define
_PAGE_DIRTY
(1 << 5) /* Modified (s) */
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
pgtable-bits.h
181
#define
_PAGE_DIRTY
(1 << _PAGE_DIRTY_SHIFT)
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
pgtable-bits.h
181
#define
_PAGE_DIRTY
(1 << _PAGE_DIRTY_SHIFT)
macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
pgtable-bits.h
44
#define
_PAGE_DIRTY
(_ULCAST_(1) << _PAGE_DIRTY_SHIFT)
macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
pgtable-bits.h
40
#define
_PAGE_DIRTY
(_ULCAST_(1) << _PAGE_DIRTY_SHIFT)
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H
A
D
pte-book3e.h
37
#define
_PAGE_DIRTY
0x001000 /* C: page changed */
macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
pgtable.h
46
#define
_PAGE_DIRTY
(1<<1)
macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
motorola_pgtable.h
14
#define
_PAGE_DIRTY
0x010
macro
Completed in 9 milliseconds
1
2
3