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_cache4v_flag
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
init_64.c
56
static unsigned long
page_cache4v_flag
;
variable
2329
page_cache4v_flag
= _PAGE_CP_4V;
in paging_init()
2332
page_cache4v_flag
= _PAGE_CACHE_4V;
in paging_init()
2591
page_cache4v_flag
| _PAGE_P_4V | _PAGE_W_4V);
in vmemmap_populate()
2723
page_cache4v_flag
| _PAGE_P_4V |
in sun4v_pgprot_init()
2730
_PAGE_CACHE =
page_cache4v_flag
;
in sun4v_pgprot_init()
2738
kern_linear_pte_xor[0] |= (
page_cache4v_flag
| _PAGE_P_4V |
in sun4v_pgprot_init()
2752
page_none = _PAGE_PRESENT_4V | _PAGE_ACCESSED_4V |
page_cache4v_flag
;
in sun4v_pgprot_init()
2753
page_shared = (_PAGE_VALID | _PAGE_PRESENT_4V |
page_cache4v_flag
|
in sun4v_pgprot_init()
2755
page_copy = (_PAGE_VALID | _PAGE_PRESENT_4V |
page_cache4v_flag
|
in sun4v_pgprot_init()
[all...]
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
init_64.c
57
static unsigned long
page_cache4v_flag
;
variable
2344
page_cache4v_flag
= _PAGE_CP_4V;
in paging_init()
2347
page_cache4v_flag
= _PAGE_CACHE_4V;
in paging_init()
2605
page_cache4v_flag
| _PAGE_P_4V | _PAGE_W_4V);
in vmemmap_populate()
2740
page_cache4v_flag
| _PAGE_P_4V |
in sun4v_pgprot_init()
2747
_PAGE_CACHE =
page_cache4v_flag
;
in sun4v_pgprot_init()
2755
kern_linear_pte_xor[0] |= (
page_cache4v_flag
| _PAGE_P_4V |
in sun4v_pgprot_init()
2769
page_none = _PAGE_PRESENT_4V | _PAGE_ACCESSED_4V |
page_cache4v_flag
;
in sun4v_pgprot_init()
2770
page_shared = (_PAGE_VALID | _PAGE_PRESENT_4V |
page_cache4v_flag
|
in sun4v_pgprot_init()
2772
page_copy = (_PAGE_VALID | _PAGE_PRESENT_4V |
page_cache4v_flag
|
in sun4v_pgprot_init()
[all...]
Completed in 8 milliseconds