OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
1460
opts->
mips3_tlb_vpn_mask
= mips3_cp0_tlb_entry_hi_probe();
1461
opts->
mips3_tlb_vpn_mask
|= PAGE_MASK;
1462
opts->
mips3_tlb_vpn_mask
<<= 2;
1463
opts->
mips3_tlb_vpn_mask
>>= 2;
1472
if (mips_vm_maxuser_address > opts->
mips3_tlb_vpn_mask
+ 1)
1473
mips_vm_maxuser_address = opts->
mips3_tlb_vpn_mask
+ 1;
1636
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 21 milliseconds
Indexes created Sun Aug 30 00:27:18 UTC 2026