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

  /src/sys/arch/shark/isa/
clock.c 230 struct count64 { struct
237 struct count64 timer0count;
238 struct count64 timer0_at_last_clockintr;
306 void gettimer0count(struct count64 *);
309 void gettimer0count(struct count64 *pcount)
  /src/sys/arch/x86/x86/
efi_machdep.c 221 uint64_t count64 = systbl64->st_entries;
223 aprint_debug("efi: %" PRIu64 " cfgtbl entries:\n", count64);
224 for (; count64; count64--, ct64++) {
281 uint64_t count64 = systbl64->st_entries;
283 for (; count64; count64--, ct64++)

Completed in 11 milliseconds