Searched refs:start_hi (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/mips/mips/
H A Dtlb.c207 register_t asid, end_hi, hi, hi_pagemask, s, save_asid, start_hi; local
224 start_hi = TLBHI_ENTRY(start, asid);
237 for (hi = start_hi; hi != end_hi; hi += 1 << TLBMASK_SHIFT) {
258 * "start_hi", then it must be invalidated.
261 if (hi >= (start_hi & ~(hi_pagemask <<
/freebsd-10.0-release/sys/dev/firewire/
H A Dfirewire.c891 fwb->start_hi = 0x2;

Completed in 116 milliseconds