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:mmu4
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/arch/arc/mm/
H
A
D
tlb.c
574
struct bcr_mmu_4 *
mmu4
;
in arc_mmu_mumbojumbo()
local
590
mmu4
= (struct bcr_mmu_4 *)&bcr;
in arc_mmu_mumbojumbo()
591
mmu->pg_sz_k = 1 << (
mmu4
->sz0 - 1);
in arc_mmu_mumbojumbo()
592
mmu->s_pg_sz_m = 1 << (
mmu4
->sz1 - 11);
in arc_mmu_mumbojumbo()
593
mmu->sets = 64 <<
mmu4
->n_entry;
in arc_mmu_mumbojumbo()
594
mmu->ways =
mmu4
->n_ways * 2;
in arc_mmu_mumbojumbo()
595
u_dtlb =
mmu4
->u_dtlb * 4;
in arc_mmu_mumbojumbo()
596
u_itlb =
mmu4
->u_itlb * 4;
in arc_mmu_mumbojumbo()
597
sasid =
mmu4
->sasid;
in arc_mmu_mumbojumbo()
598
mmu->pae =
mmu4
in arc_mmu_mumbojumbo()
[all...]
/kernel/linux/linux-5.10/arch/arc/mm/
H
A
D
tlb.c
736
} *
mmu4
;
in read_decode_mmu_bcr()
local
759
mmu4
= (struct bcr_mmu_4 *)&tmp;
in read_decode_mmu_bcr()
760
mmu->pg_sz_k = 1 << (
mmu4
->sz0 - 1);
in read_decode_mmu_bcr()
761
mmu->s_pg_sz_m = 1 << (
mmu4
->sz1 - 11);
in read_decode_mmu_bcr()
762
mmu->sets = 64 <<
mmu4
->n_entry;
in read_decode_mmu_bcr()
763
mmu->ways =
mmu4
->n_ways * 2;
in read_decode_mmu_bcr()
764
mmu->u_dtlb =
mmu4
->u_dtlb * 4;
in read_decode_mmu_bcr()
765
mmu->u_itlb =
mmu4
->u_itlb * 4;
in read_decode_mmu_bcr()
766
mmu->sasid =
mmu4
->sasid;
in read_decode_mmu_bcr()
767
pae_exists = mmu->pae =
mmu4
in read_decode_mmu_bcr()
[all...]
Completed in 2 milliseconds