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:TLBCAM
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H
A
D
e500.c
54
struct tlbcam
TLBCAM
[NUM_TLBCAMS];
variable
109
TLBCAM
[index].MAS0 = MAS0_TLBSEL(1) | MAS0_ESEL(index) | MAS0_NV(index+1);
in settlbcam()
110
TLBCAM
[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid);
in settlbcam()
111
TLBCAM
[index].MAS2 = virt & PAGE_MASK;
in settlbcam()
113
TLBCAM
[index].MAS2 |= (flags & _PAGE_WRITETHRU) ? MAS2_W : 0;
in settlbcam()
114
TLBCAM
[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0;
in settlbcam()
115
TLBCAM
[index].MAS2 |= (flags & _PAGE_COHERENT) ? MAS2_M : 0;
in settlbcam()
116
TLBCAM
[index].MAS2 |= (flags & _PAGE_GUARDED) ? MAS2_G : 0;
in settlbcam()
117
TLBCAM
[index].MAS2 |= (flags & _PAGE_ENDIAN) ? MAS2_E : 0;
in settlbcam()
119
TLBCAM
[inde
in settlbcam()
[all...]
H
A
D
tlb_low.S
371
* Load
TLBCAM
[index] entry in to the L2 CAM MMU
376
LOAD_REG_ADDR_PIC(r4,
TLBCAM
)
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H
A
D
fsl_booke.c
55
struct tlbcam
TLBCAM
[NUM_TLBCAMS];
variable
115
TLBCAM
[index].MAS0 = MAS0_TLBSEL(1) | MAS0_ESEL(index) | MAS0_NV(index+1);
in settlbcam()
116
TLBCAM
[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid);
in settlbcam()
117
TLBCAM
[index].MAS2 = virt & PAGE_MASK;
in settlbcam()
119
TLBCAM
[index].MAS2 |= (flags & _PAGE_WRITETHRU) ? MAS2_W : 0;
in settlbcam()
120
TLBCAM
[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0;
in settlbcam()
121
TLBCAM
[index].MAS2 |= (flags & _PAGE_COHERENT) ? MAS2_M : 0;
in settlbcam()
122
TLBCAM
[index].MAS2 |= (flags & _PAGE_GUARDED) ? MAS2_G : 0;
in settlbcam()
123
TLBCAM
[index].MAS2 |= (flags & _PAGE_ENDIAN) ? MAS2_E : 0;
in settlbcam()
125
TLBCAM
[inde
in settlbcam()
[all...]
H
A
D
tlb_low.S
399
* Load
TLBCAM
[index] entry in to the L2 CAM MMU
404
LOAD_REG_ADDR_PIC(r4,
TLBCAM
)
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
mmu_decl.h
148
extern struct tlbcam
TLBCAM
[NUM_TLBCAMS];
153
/* PPC_85xx have
TLBCAM
*/
Completed in 3 milliseconds