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:pte_read
(Results
1 - 25
of
27
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H
A
D
pte-8xx.h
97
static inline int
pte_read
(pte_t pte)
in pte_read()
function
102
#define
pte_read
pte_read
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H
A
D
pte-8xx.h
97
static inline int
pte_read
(pte_t pte)
in pte_read()
function
102
#define
pte_read
pte_read
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H
A
D
pgtable.h
48
#ifndef
pte_read
49
static inline int
pte_read
(pte_t pte) { return 1; }
in pte_read()
function
108
if (!pte_present(pte) || !pte_user(pte) || !
pte_read
(pte))
in pte_access_permitted()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H
A
D
pgtable.h
28
#ifndef
pte_read
29
static inline int
pte_read
(pte_t pte) { return 1; }
in pte_read()
function
88
if (!pte_present(pte) || !pte_user(pte) || !
pte_read
(pte))
in pte_access_permitted()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
353
static inline int
pte_read
(pte_t pte) { return 1; }
in pte_read()
function
391
if (!pte_present(pte) || !pte_user(pte) || !
pte_read
(pte))
in pte_access_permitted()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
406
static inline int
pte_read
(pte_t pte) { return 1; }
in pte_read()
function
444
if (!pte_present(pte) || !pte_user(pte) || !
pte_read
(pte))
in pte_access_permitted()
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
pgtable.h
280
#define
pte_read
(pte) (pte_val(pte) & _PAGE_READ)
macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H
A
D
pgtable.h
339
/*
pte_read
- "is PTE marked as readable?" */
340
static inline int
pte_read
(pte_t pte)
in pte_read()
function
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
pgtable.h
141
static inline int
pte_read
(pte_t pte)
in pte_read()
function
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
pgtable.h
316
/*
pte_read
- "is PTE marked as readable?" */
317
static inline int
pte_read
(pte_t pte)
in pte_read()
function
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
mcf_pgtable.h
158
static inline int
pte_read
(pte_t pte)
in pte_read()
function
/kernel/linux/linux-5.10/arch/um/kernel/
H
A
D
tlb.c
238
r =
pte_read
(*pte);
in update_pte_range()
502
r =
pte_read
(*pte);
in flush_tlb_page()
/kernel/linux/linux-6.6/arch/um/kernel/
H
A
D
tlb.c
226
r =
pte_read
(*pte);
in update_pte_range()
487
r =
pte_read
(*pte);
in flush_tlb_page()
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
pgtable.h
161
static inline int
pte_read
(pte_t pte)
in pte_read()
function
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
mcf_pgtable.h
213
static inline int
pte_read
(pte_t pte)
in pte_read()
function
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H
A
D
pgtable.h
233
static inline int
pte_read
(pte_t pte) { return pte_val(pte) & _PAGE_READ; }
in pte_read()
function
/kernel/linux/linux-5.10/arch/um/include/asm/
H
A
D
pgtable.h
133
static inline int
pte_read
(pte_t pte)
in pte_read()
function
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H
A
D
pgtable.h
245
static inline int
pte_read
(pte_t pte) { return pte_val(pte) & _PAGE_USER; }
in pte_read()
function
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H
A
D
pgtable.h
217
static inline int
pte_read
(pte_t pte) { return pte_val(pte) & _PAGE_READ; }
in pte_read()
function
/kernel/linux/linux-6.6/arch/um/include/asm/
H
A
D
pgtable.h
120
static inline int
pte_read
(pte_t pte)
in pte_read()
function
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H
A
D
pgtable.h
302
static inline int
pte_read
(pte_t pte) { return pte_val(pte) & _PAGE_USER; }
in pte_read()
function
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H
A
D
pgtable.h
231
*
pte_read
: this page is readable for user mode
240
#define
pte_read
(pte) (((pte_val(pte) & _PAGE_M_MASK) == _PAGE_M_UR_KR) || \
macro
/kernel/linux/linux-5.10/arch/nds32/mm/
H
A
D
proc.c
68
if (!pte &&
pte_read
(pte))
in va_readable()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
429
static inline int
pte_read
(pte_t pte)
in pte_read()
function
606
if (!pte_present(pte) || !pte_user(pte) || !
pte_read
(pte))
in pte_access_permitted()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
410
static inline int
pte_read
(pte_t pte)
in pte_read()
function
549
if (!pte_present(pte) || !pte_user(pte) || !
pte_read
(pte))
in pte_access_permitted()
Completed in 31 milliseconds
1
2