HomeSort by: relevance | last modified time | path
    Searched defs:opteh (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sh3/sh3/
mmu_sh4.c 91 uint32_t opteh; local in function:sh4_tlb_invalidate_addr
99 opteh = _reg_read_4(SH4_PTEH); /* save current ASID */
104 _reg_write_4(SH4_PTEH, opteh); /* restore ASID */
192 uint32_t opteh, ptel; local in function:sh4_tlb_update
202 opteh = _reg_read_4(SH4_PTEH); /* save old ASID */
222 _reg_write_4(SH4_PTEH, opteh); /* restore old ASID */
mmu_sh4.c 91 uint32_t opteh; local in function:sh4_tlb_invalidate_addr
99 opteh = _reg_read_4(SH4_PTEH); /* save current ASID */
104 _reg_write_4(SH4_PTEH, opteh); /* restore ASID */
192 uint32_t opteh, ptel; local in function:sh4_tlb_update
202 opteh = _reg_read_4(SH4_PTEH); /* save old ASID */
222 _reg_write_4(SH4_PTEH, opteh); /* restore old ASID */

Completed in 25 milliseconds