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:CF_PAGE_ACCESSED
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
mcf_pgtable.h
39
#define
CF_PAGE_ACCESSED
0x00001000
macro
53
#define _PAGE_ACCESSED (
CF_PAGE_ACCESSED
)
64
|
CF_PAGE_ACCESSED
)
67
|
CF_PAGE_ACCESSED
\
77
|
CF_PAGE_ACCESSED
\
85
|
CF_PAGE_ACCESSED
\
96
|
CF_PAGE_ACCESSED
\
99
|
CF_PAGE_ACCESSED
\
102
|
CF_PAGE_ACCESSED
\
106
|
CF_PAGE_ACCESSED
\
[all...]
/kernel/linux/linux-6.6/arch/m68k/mm/
H
A
D
mcfmmu.c
231
CF_PAGE_ACCESSED
|
234
CF_PAGE_ACCESSED
|
237
CF_PAGE_ACCESSED
|
241
CF_PAGE_ACCESSED
|
244
CF_PAGE_ACCESSED
|
248
CF_PAGE_ACCESSED
|
252
CF_PAGE_ACCESSED
|
258
CF_PAGE_ACCESSED
|
262
CF_PAGE_ACCESSED
|
266
CF_PAGE_ACCESSED
|
[all...]
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
mcf_pgtable.h
39
#define
CF_PAGE_ACCESSED
0x00001000
macro
56
#define _PAGE_ACCESSED (
CF_PAGE_ACCESSED
)
67
|
CF_PAGE_ACCESSED
)
70
|
CF_PAGE_ACCESSED
\
80
|
CF_PAGE_ACCESSED
\
88
|
CF_PAGE_ACCESSED
\
93
#define CF_PAGE_CHG_MASK (PTE_MASK |
CF_PAGE_ACCESSED
| CF_PAGE_DIRTY)
180
return pte_val(pte) &
CF_PAGE_ACCESSED
;
in pte_young()
209
pte_val(pte) &= ~
CF_PAGE_ACCESSED
;
in pte_mkold()
239
pte_val(pte) |=
CF_PAGE_ACCESSED
;
in pte_mkyoung()
[all...]
Completed in 4 milliseconds