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_VALID
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
mcf_pgtable.h
31
#define
CF_PAGE_VALID
(MMUTR_V << CF_PAGE_MMUTR_SHIFT)
macro
52
#define _PAGE_PRESENT (
CF_PAGE_VALID
)
63
#define PAGE_NONE __pgprot(
CF_PAGE_VALID
\
66
#define PAGE_SHARED __pgprot(
CF_PAGE_VALID
\
70
#define PAGE_INIT __pgprot(
CF_PAGE_VALID
\
76
#define PAGE_KERNEL __pgprot(
CF_PAGE_VALID
\
84
#define PAGE_COPY __pgprot(
CF_PAGE_VALID
\
95
#define __P001 __pgprot(
CF_PAGE_VALID
\
98
#define __P010 __pgprot(
CF_PAGE_VALID
\
101
#define __P011 __pgprot(
CF_PAGE_VALID
\
[all...]
/kernel/linux/linux-6.6/arch/m68k/mm/
H
A
D
mcfmmu.c
230
[VM_READ] = __pgprot(
CF_PAGE_VALID
|
233
[VM_WRITE] = __pgprot(
CF_PAGE_VALID
|
236
[VM_WRITE | VM_READ] = __pgprot(
CF_PAGE_VALID
|
240
[VM_EXEC] = __pgprot(
CF_PAGE_VALID
|
243
[VM_EXEC | VM_READ] = __pgprot(
CF_PAGE_VALID
|
247
[VM_EXEC | VM_WRITE] = __pgprot(
CF_PAGE_VALID
|
251
[VM_EXEC | VM_WRITE | VM_READ] = __pgprot(
CF_PAGE_VALID
|
257
[VM_SHARED | VM_READ] = __pgprot(
CF_PAGE_VALID
|
261
[VM_SHARED | VM_WRITE | VM_READ] = __pgprot(
CF_PAGE_VALID
|
265
[VM_SHARED | VM_EXEC] = __pgprot(
CF_PAGE_VALID
|
[all...]
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
mcf_pgtable.h
31
#define
CF_PAGE_VALID
(MMUTR_V << CF_PAGE_MMUTR_SHIFT)
macro
55
#define _PAGE_PRESENT (
CF_PAGE_VALID
)
66
#define PAGE_NONE __pgprot(
CF_PAGE_VALID
\
69
#define PAGE_SHARED __pgprot(
CF_PAGE_VALID
\
73
#define PAGE_INIT __pgprot(
CF_PAGE_VALID
\
79
#define PAGE_KERNEL __pgprot(
CF_PAGE_VALID
\
87
#define PAGE_COPY __pgprot(
CF_PAGE_VALID
\
128
return pte_val(pte) &
CF_PAGE_VALID
;
in pte_present()
Completed in 2 milliseconds