Searched refs:gci (Results 1 – 1 of 1) sorted by relevance
3909 struct pmc_op_getcpuinfo gci; in pmc_syscall_handler() local3914 memset(&gci, 0, sizeof(gci)); in pmc_syscall_handler()3915 gci.pm_cputype = md->pmd_cputype; in pmc_syscall_handler()3916 gci.pm_ncpu = pmc_cpu_max(); in pmc_syscall_handler()3917 gci.pm_npmc = md->pmd_npmc; in pmc_syscall_handler()3918 gci.pm_nclass = md->pmd_nclass; in pmc_syscall_handler()3919 pci = gci.pm_classes; in pmc_syscall_handler()3927 error = copyout(&gci, arg, sizeof(gci)); in pmc_syscall_handler()