HomeSort by: relevance | last modified time | path
    Searched refs:chop (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/traceroute/
trrt2netbsd 183 chop ($line);
  /src/lib/libm/arch/vax/
n_argred.S 709 bgeq chop
717 chop: label
  /src/sys/arch/mips/mips/
mipsX_subr.S 469 _EXT k0, k0, 0, WIRED_POS #10: chop top 2 bits
471 _SLL k0, WIRED_SHIFT #10: chop top 2 bits (part 1a)
472 _SRL k0, WIRED_SHIFT #11: chop top 2 bits (part 1b)
493 _SLL k0, WIRED_SHIFT #11: chop top 2 bits (part 1a)
494 _SLL k1, WIRED_SHIFT #12: chop top 2 bits (part 2a)
495 _SRL k0, WIRED_SHIFT #13: chop top 2 bits (part 1b)
496 _SRL k1, WIRED_SHIFT #14: chop top 2 bits (part 2b)
  /src/sys/arch/sparc/sparc/
pmap.c 1170 * Chop it off at the pstart of the kernel.
1172 paddr_t chop = PMAP_BOOTSTRAP_VA2PA(KERNBASE); local in function:pmap_page_upload
1174 if (pend < chop)
1175 chop = pend;
1177 prom_printf("bootstrap gap: pstart %lx, chop %lx, pend %lx\n",
1178 pstart, chop, pend);
1182 atop(chop),
1184 atop(chop),
1191 pstart = chop;

Completed in 19 milliseconds