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:SUN3_PAGE_NOCACHE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
sun3_pgtable.h
33
#define
SUN3_PAGE_NOCACHE
(0x10000000)
macro
43
//todo: work out which ones *should* have
SUN3_PAGE_NOCACHE
and fix...
47
|
SUN3_PAGE_NOCACHE
)
51
|
SUN3_PAGE_NOCACHE
)
54
|
SUN3_PAGE_NOCACHE
)
57
|
SUN3_PAGE_NOCACHE
)
61
|
SUN3_PAGE_NOCACHE
\
67
|
SUN3_PAGE_NOCACHE
)
168
static inline pte_t pte_mknocache(pte_t pte) { pte_val(pte) |=
SUN3_PAGE_NOCACHE
; return pte; }
in pte_mknocache()
170
//static inline pte_t pte_mkcache(pte_t pte) { pte_val(pte) &=
SUN3_PAGE_NOCACHE
; retur
[all...]
H
A
D
pgtable_mm.h
161
#ifdef
SUN3_PAGE_NOCACHE
162
# define __SUN3_PAGE_NOCACHE
SUN3_PAGE_NOCACHE
H
A
D
fb.h
15
pgprot_val(vma->vm_page_prot) |=
SUN3_PAGE_NOCACHE
;
in fb_pgprotect()
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
sun3_pgtable.h
33
#define
SUN3_PAGE_NOCACHE
(0x10000000)
macro
43
//todo: work out which ones *should* have
SUN3_PAGE_NOCACHE
and fix...
47
|
SUN3_PAGE_NOCACHE
)
51
|
SUN3_PAGE_NOCACHE
)
54
|
SUN3_PAGE_NOCACHE
)
57
|
SUN3_PAGE_NOCACHE
)
61
|
SUN3_PAGE_NOCACHE
\
67
|
SUN3_PAGE_NOCACHE
)
150
static inline pte_t pte_mknocache(pte_t pte) { pte_val(pte) |=
SUN3_PAGE_NOCACHE
; return pte; }
in pte_mknocache()
152
//static inline pte_t pte_mkcache(pte_t pte) { pte_val(pte) &=
SUN3_PAGE_NOCACHE
; retur
[all...]
H
A
D
pgtable_mm.h
167
#ifdef
SUN3_PAGE_NOCACHE
168
# define __SUN3_PAGE_NOCACHE
SUN3_PAGE_NOCACHE
H
A
D
fb.h
15
pgprot_val(vma->vm_page_prot) |=
SUN3_PAGE_NOCACHE
;
in fb_pgprotect()
/kernel/linux/linux-5.10/arch/m68k/sun3/
H
A
D
mmu_emu.c
81
if (val &
SUN3_PAGE_NOCACHE
) pr_cont(" nocache");
in print_pte()
99
flags[3] = (val &
SUN3_PAGE_NOCACHE
) ? 'x' : '-';
in print_pte()
/kernel/linux/linux-6.6/arch/m68k/sun3/
H
A
D
mmu_emu.c
80
if (val &
SUN3_PAGE_NOCACHE
) pr_cont(" nocache");
in print_pte()
98
flags[3] = (val &
SUN3_PAGE_NOCACHE
) ? 'x' : '-';
in print_pte()
Completed in 4 milliseconds