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:MAS1_TID
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H
A
D
book3e_hugetlbpage.c
161
mas1 = MAS1_VALID |
MAS1_TID
(mm->context.id) | MAS1_TSIZE(tsize);
in book3e_hugetlb_preload()
H
A
D
fsl_booke.c
116
TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) |
MAS1_TID
(pid);
in settlbcam()
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H
A
D
e500_hugetlbpage.c
154
mas1 = MAS1_VALID |
MAS1_TID
(mm->context.id) | MAS1_TSIZE(tsize);
in book3e_hugetlb_preload()
H
A
D
e500.c
110
TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) |
MAS1_TID
(pid);
in settlbcam()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H
A
D
mmu-book3e.h
60
#define
MAS1_TID
(x) (((x) << 16) & 0x3FFF0000)
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H
A
D
mmu-e500.h
60
#define
MAS1_TID
(x) (((x) << 16) & 0x3FFF0000)
macro
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
e500_mmu_host.c
151
stlbe->mas1 |=
MAS1_TID
(stid);
in write_stlbe()
172
magic.mas1 = MAS1_VALID | MAS1_TS |
MAS1_TID
(stid) |
in kvmppc_map_magic()
H
A
D
e500_mmu.c
141
|
MAS1_TID
(get_tlbmiss_tid(vcpu))
in kvmppc_e500_deliver_tlb_miss()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
e500_mmu_host.c
151
stlbe->mas1 |=
MAS1_TID
(stid);
in write_stlbe()
172
magic.mas1 = MAS1_VALID | MAS1_TS |
MAS1_TID
(stid) |
in kvmppc_map_magic()
H
A
D
e500_mmu.c
141
|
MAS1_TID
(get_tlbmiss_tid(vcpu))
in kvmppc_e500_deliver_tlb_miss()
Completed in 10 milliseconds