Home
last modified time | relevance | path

Searched refs:apix_rebind (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/i86pc/sys/
H A Dapix.h311 extern apix_vector_t *apix_rebind(apix_vector_t *vecp, processorid_t tocpu,
/titanic_41/usr/src/uts/i86pc/io/apix/
H A Dapix.c1637 if ((newp = apix_rebind(vecp, new_cpu, 1)) == NULL) in apix_set_cpu()
1730 if ((newp = apix_rebind(vecp, new_cpu, num_vectors)) != NULL) in apix_grp_set_cpu()
H A Dapix_utils.c1459 apix_rebind(apix_vector_t *vecp, processorid_t newcpu, int count) in apix_rebind() function