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

/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c1870 vm_offset_t last_end; local
1878 last_end = (vm_offset_t) 0;
1942 if (entry->start == last_end && vp == last_vp) {
1943 last_end = entry->end;
1961 last_end = entry->end;
2007 vm_map_lookup_entry(map, last_end - 1, &entry);

Completed in 308 milliseconds