Home
last modified time | relevance | path

Searched refs:count64 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/shark/isa/
Dclock.c230 struct count64 { struct
237 struct count64 timer0count; argument
238 struct count64 timer0_at_last_clockintr;
306 void gettimer0count(struct count64 *);
309 void gettimer0count(struct count64 *pcount) in gettimer0count()
/netbsd/src/sys/arch/x86/x86/
Defi_machdep.c221 uint64_t count64 = systbl64->st_entries; in efi_aprintcfgtbl()
223 aprint_debug("efi: %" PRIu64 " cfgtbl entries:\n", count64); in efi_aprintcfgtbl()
224 for (; count64; count64--, ct64++) { in efi_aprintcfgtbl()
281 uint64_t count64 = systbl64->st_entries; in efi_getcfgtblpa()
283 for (; count64; count64--, ct64++) in efi_getcfgtblpa()