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