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

  /src/sys/arch/mips/mips/
cache_octeon.c 235 uint64_t taglo, taghi, datalo, datahi; local in function:octeon_dcache_dump_va
244 " dmfc0 %[taghi], $29, 2 \n"
249 [taghi] "=r" (taghi),
258 "taghi=%016"PRIx64" "
272 taghi,
273 OCTEON_DCACHE_TAGHI_PTAG(taghi),
274 OCTEON_DCACHE_TAGHI_VALID(taghi),
  /src/sys/uvm/
uvm_aobj.c 1322 voff_t taghi; local in function:uao_dropswap_range
1326 taghi = UAO_SWHASH_ELT_TAG(end);
1339 if (elt->tag < taglo || taghi < elt->tag) {
1350 if (elt->tag == taghi) {

Completed in 12 milliseconds