Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapix.h308 extern apix_vector_t *apix_rebind(apix_vector_t *vecp, processorid_t tocpu,
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c1614 if ((newp = apix_rebind(vecp, new_cpu, 1)) == NULL) in apix_set_cpu()
1707 if ((newp = apix_rebind(vecp, new_cpu, num_vectors)) != NULL) in apix_grp_set_cpu()
H A Dapix_utils.c1464 apix_rebind(apix_vector_t *vecp, processorid_t newcpu, int count) in apix_rebind() function