OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mas1
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/powerpc/booke/
e500_tlb.c
151
* row (MAS2[EPN]) and the upper for the way (
MAS1
[ESEL]).
192
* Need to always write MAS0 and
MAS1
277
/* We are done with
MAS1
, on to MAS2 ... */
395
uint32_t
mas1
= mfspr(SPR_MAS1);
400
if ((
mas1
& (MAS1_V|MAS1_TID|MAS1_TS)) != MAS1_V)
419
mtspr(SPR_MAS1,
mas1
^ MAS1_V);
447
const uint32_t
mas1
= mfspr(SPR_MAS1);
453
if ((
mas1
& (MAS1_V|MAS1_TS)) == (MAS1_V|MAS1_TS)
454
&& asid_lo <= (
mas1
& MAS1_TID)
455
&& (
mas1
& MAS1_TID) <= asid_hi)
485
const uint32_t
mas1
= mfspr(SPR_MAS1);
local in function:e500_tlb_record_asids
[
all
...]
e500_tlb.c
151
* row (MAS2[EPN]) and the upper for the way (
MAS1
[ESEL]).
192
* Need to always write MAS0 and
MAS1
277
/* We are done with
MAS1
, on to MAS2 ... */
395
uint32_t
mas1
= mfspr(SPR_MAS1);
400
if ((
mas1
& (MAS1_V|MAS1_TID|MAS1_TS)) != MAS1_V)
419
mtspr(SPR_MAS1,
mas1
^ MAS1_V);
447
const uint32_t
mas1
= mfspr(SPR_MAS1);
453
if ((
mas1
& (MAS1_V|MAS1_TS)) == (MAS1_V|MAS1_TS)
454
&& asid_lo <= (
mas1
& MAS1_TID)
455
&& (
mas1
& MAS1_TID) <= asid_hi)
485
const uint32_t
mas1
= mfspr(SPR_MAS1);
local in function:e500_tlb_record_asids
[
all
...]
Completed in 25 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025