Searched refs:gci (Results 1 – 1 of 1) sorted by relevance
2981 struct pmc_op_getcpuinfo gci; in pmc_syscall_handler() local2986 gci.pm_cputype = md->pmd_cputype; in pmc_syscall_handler()2987 gci.pm_ncpu = pmc_cpu_max(); in pmc_syscall_handler()2988 gci.pm_npmc = md->pmd_npmc; in pmc_syscall_handler()2989 gci.pm_nclass = md->pmd_nclass; in pmc_syscall_handler()2990 pci = gci.pm_classes; in pmc_syscall_handler()2998 error = copyout(&gci, arg, sizeof(gci)); in pmc_syscall_handler()