Searched refs:prehandler (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/vm/ |
H A D | hat.h | 515 int (*prehandler)(caddr_t, uint_t, uint_t, void *),
|
/illumos-gate/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.h | 1074 int (*prehandler)(caddr_t, uint_t, uint_t, void *); member
|
H A D | hat_sfmmu.c | 4212 int (*prehandler)(caddr_t, uint_t, uint_t, void *), in hat_register_callback() 4236 ASSERT(prehandler != NULL || posthandler != NULL); in hat_register_callback() 4239 sfmmu_cb_table[id].prehandler = prehandler; in hat_register_callback() 6498 if ((f = sfmmu_cb_table[id].prehandler) == NULL) { in hat_pageprocess_precallbacks()
|