OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mips3_tlb_vpn_mask
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/mips/mips/
mips_machdep.c
1458
opts->
mips3_tlb_vpn_mask
= mips3_cp0_tlb_entry_hi_probe();
1459
opts->
mips3_tlb_vpn_mask
|= PAGE_MASK;
1460
opts->
mips3_tlb_vpn_mask
<<= 2;
1461
opts->
mips3_tlb_vpn_mask
>>= 2;
1470
if (mips_vm_maxuser_address > opts->
mips3_tlb_vpn_mask
+ 1)
1471
mips_vm_maxuser_address = opts->
mips3_tlb_vpn_mask
+ 1;
1634
i = ffs(~(opts->
mips3_tlb_vpn_mask
>> 31)) + 30;
/src/sys/arch/mips/include/
locore.h
126
uint64_t
mips3_tlb_vpn_mask
;
member in struct:mips_options
Completed in 15 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025