Searched refs:gci (Results 1 – 1 of 1) sorted by relevance
2926 struct pmc_op_getcpuinfo gci; in pmc_syscall_handler() local2931 gci.pm_cputype = md->pmd_cputype; in pmc_syscall_handler()2932 gci.pm_ncpu = pmc_cpu_max(); in pmc_syscall_handler()2933 gci.pm_npmc = md->pmd_npmc; in pmc_syscall_handler()2934 gci.pm_nclass = md->pmd_nclass; in pmc_syscall_handler()2935 pci = gci.pm_classes; in pmc_syscall_handler()2943 error = copyout(&gci, arg, sizeof(gci)); in pmc_syscall_handler()