Home
last modified time | relevance | path

Searched refs:btoc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c173 struct btoc { in cpuidle() struct
178 static struct btoc blist[] = { in cpuidle()
184 struct btoc *bp; in cpuidle()
333 struct btoc { in S3sup() struct
337 static struct btoc blist[] = { in S3sup()
343 struct btoc *bp; in S3sup()
386 struct btoc { in autoS3() struct
390 static struct btoc blist[] = { in autoS3()
396 struct btoc *bp; in autoS3()
434 struct btoc { in autopm() struct
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h193 #ifndef btoc
194 #define btoc(x) (((vm_offset_t)(x)+PAGE_MASK)>>PAGE_SHIFT) macro
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dahci.h312 #define AHCI_SG_ENTRIES (roundup(btoc(MAXPHYS) + 1, 8))