Searched refs:modv (Results 1 – 1 of 1) sorted by relevance
4006 uint32_t cv, modv; in pmc_syscall_handler() local4012 modv = PMC_VERSION; in pmc_syscall_handler()4013 if ((cv & 0xFFFF0000) > (modv & 0xFFFF0000)) { in pmc_syscall_handler()4017 error = copyout(&modv, arg, sizeof(int)); in pmc_syscall_handler()