Subversion Repositories HelenOS

Rev

Rev 1860 | Rev 1946 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1860 Rev 1864
Line 177... Line 177...
177
 *
177
 *
178
 * @param v New value of Primary Context Register.
178
 * @param v New value of Primary Context Register.
179
 */
179
 */
180
static inline void mmu_secondary_context_write(uint64_t v)
180
static inline void mmu_secondary_context_write(uint64_t v)
181
{
181
{
182
    asi_u64_write(ASI_DMMU, VA_PRIMARY_CONTEXT_REG, v);
182
    asi_u64_write(ASI_DMMU, VA_SECONDARY_CONTEXT_REG, v);
183
    flush();
183
    flush();
184
}
184
}
185
 
185
 
186
/** Read IMMU TLB Data Access Register.
186
/** Read IMMU TLB Data Access Register.
187
 *
187
 *