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_P
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
pgtable.h
109
#define
_PAGE_P
(x) _PAGE_NORMAL((x) | (((x) & _PAGE_FOW)?0:_PAGE_FOW))
macro
120
#define __P000
_PAGE_P
(_PAGE_FOE | _PAGE_FOW | _PAGE_FOR)
121
#define __P001
_PAGE_P
(_PAGE_FOE | _PAGE_FOW)
122
#define __P010
_PAGE_P
(_PAGE_FOE)
123
#define __P011
_PAGE_P
(_PAGE_FOE)
124
#define __P100
_PAGE_P
(_PAGE_FOW | _PAGE_FOR)
125
#define __P101
_PAGE_P
(_PAGE_FOW)
126
#define __P110
_PAGE_P
(0)
127
#define __P111
_PAGE_P
(0)
/kernel/linux/linux-6.6/arch/alpha/mm/
H
A
D
init.c
285
[VM_NONE] =
_PAGE_P
(_PAGE_FOE | _PAGE_FOW |
287
[VM_READ] =
_PAGE_P
(_PAGE_FOE | _PAGE_FOW),
288
[VM_WRITE] =
_PAGE_P
(_PAGE_FOE),
289
[VM_WRITE | VM_READ] =
_PAGE_P
(_PAGE_FOE),
290
[VM_EXEC] =
_PAGE_P
(_PAGE_FOW | _PAGE_FOR),
291
[VM_EXEC | VM_READ] =
_PAGE_P
(_PAGE_FOW),
292
[VM_EXEC | VM_WRITE] =
_PAGE_P
(0),
293
[VM_EXEC | VM_WRITE | VM_READ] =
_PAGE_P
(0),
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H
A
D
pgtable.h
33
#define
_PAGE_P
(1 << _PAGE_P_BIT) /* page present bit */
macro
63
#define _PAGE_CHG_MASK (
_PAGE_P
| _PAGE_PROTNONE | _PAGE_PL_MASK | _PAGE_AR_MASK | _PAGE_ED)
78
#define __ACCESS_BITS _PAGE_ED | _PAGE_A |
_PAGE_P
| _PAGE_MA_WB
79
#define __DIRTY_BITS_NO_ED _PAGE_A |
_PAGE_P
| _PAGE_D | _PAGE_MA_WB
266
#define pte_present(pte) (pte_val(pte) & (
_PAGE_P
| _PAGE_PROTNONE))
324
((pte_val(pte) & (
_PAGE_P
| _PAGE_PL_MASK | _PAGE_AR_RX)) == \
325
(
_PAGE_P
| _PAGE_PL_3 | _PAGE_AR_RX))
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H
A
D
pgtable.h
33
#define
_PAGE_P
(1 << _PAGE_P_BIT) /* page present bit */
macro
66
#define _PAGE_CHG_MASK (
_PAGE_P
| _PAGE_PROTNONE | _PAGE_PL_MASK | _PAGE_AR_MASK | _PAGE_ED)
81
#define __ACCESS_BITS _PAGE_ED | _PAGE_A |
_PAGE_P
| _PAGE_MA_WB
82
#define __DIRTY_BITS_NO_ED _PAGE_A |
_PAGE_P
| _PAGE_D | _PAGE_MA_WB
230
#define pte_present(pte) (pte_val(pte) & (
_PAGE_P
| _PAGE_PROTNONE))
289
((pte_val(pte) & (
_PAGE_P
| _PAGE_PL_MASK | _PAGE_AR_RX)) == \
290
(
_PAGE_P
| _PAGE_PL_3 | _PAGE_AR_RX))
/kernel/linux/linux-5.10/arch/ia64/mm/
H
A
D
hugetlbpage.c
74
#define mk_pte_huge(entry) { pte_val(entry) |=
_PAGE_P
; }
/kernel/linux/linux-6.6/arch/ia64/mm/
H
A
D
hugetlbpage.c
75
#define mk_pte_huge(entry) { pte_val(entry) |=
_PAGE_P
; }
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
pgtable.h
110
#define
_PAGE_P
(x) _PAGE_NORMAL((x) | (((x) & _PAGE_FOW)?0:_PAGE_FOW))
macro
/kernel/linux/linux-5.10/arch/ia64/kernel/
H
A
D
efi.c
627
_PAGE_P
|
in efi_enter_virtual_mode()
640
_PAGE_P
|
in efi_enter_virtual_mode()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H
A
D
efi.c
629
_PAGE_P
|
in efi_enter_virtual_mode()
642
_PAGE_P
|
in efi_enter_virtual_mode()
Completed in 9 milliseconds