c - Using KSEG2 with wired TLB's in kernel mode -
we have code running in kuseg , see need more 2gb of memory kuseg provides. tried map more physical memory kseg2 (since run in kernel mode) setting wired tlbs. when wrote test application access , write kseg2 space (address 0xc0000000) see throws tlbs exception complaining there tlb miss. have double checked tlb's setup correctly. missing here. has used mips kseg2 in kernel mode.
thanks lot in advance. vamsi.
on chip using kseg2 address needs have high order 32 bits set 1. programming virtual address 0xffffffffc0000000 solved problem.
Comments
Post a Comment