HomeSort by: relevance | last modified time | path
    Searched defs:freea (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;
176 freea = a;
187 else if ((int)freea >= 0) /* there's an invalid way, overwrite it */
188 a = freea;
mmu_sh3.c 128 uint32_t freea, matcha; local in function:sh3_tlb_update
164 matcha = freea = ~0;
176 freea = a;
187 else if ((int)freea >= 0) /* there's an invalid way, overwrite it */
188 a = freea;

Completed in 22 milliseconds