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

  /src/sys/arch/sh3/sh3/
mmu_sh3.c 129 uint32_t newa, newd; local in function:sh3_tlb_update
161 newa = match | SH3_MMU_D_VALID;
194 _reg_write_4(SH3_MMUAA | a, newa);
  /src/usr.bin/config/
sem.c 191 struct attr *a, *newa; local in function:mergedeps
196 newa = refattr(name);
197 a->a_deps = attrlist_cons(a->a_deps, newa);
198 CFGDBG(3, "attr `%s' merged to attr `%s'", newa->a_name,

Completed in 16 milliseconds