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

  /src/sys/arch/sh3/sh3/
mmu_sh3.c 128 uint32_t freea, matcha; local in function:sh3_tlb_update
164 matcha = freea = ~0;
180 matcha = a;
185 if ((int)matcha >= 0) /* there's an existing entry, update it */
186 a = matcha;
mmu_sh3.c 128 uint32_t freea, matcha; local in function:sh3_tlb_update
164 matcha = freea = ~0;
180 matcha = a;
185 if ((int)matcha >= 0) /* there's an existing entry, update it */
186 a = matcha;

Completed in 21 milliseconds