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

  /src/sys/arch/sh3/sh3/
mmu.c 47 void (*__sh_tlb_update)(int, vaddr_t, uint32_t); variable in typeref:typename:void (*)(int,vaddr_t,uint32_t)
65 __sh_tlb_update = sh3_tlb_update;
72 __sh_tlb_update = sh4_tlb_update;
mmu.c 47 void (*__sh_tlb_update)(int, vaddr_t, uint32_t); variable in typeref:typename:void (*)(int,vaddr_t,uint32_t)
65 __sh_tlb_update = sh3_tlb_update;
72 __sh_tlb_update = sh4_tlb_update;
mmu.c 47 void (*__sh_tlb_update)(int, vaddr_t, uint32_t); variable in typeref:typename:void (*)(int,vaddr_t,uint32_t)
65 __sh_tlb_update = sh3_tlb_update;
72 __sh_tlb_update = sh4_tlb_update;

Completed in 36 milliseconds