Searched refs:prehandler (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/vm/ |
H A D | hat.h | 515 int (*prehandler)(caddr_t, uint_t, uint_t, void *),
|
/titanic_50/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 | 4211 int (*prehandler)(caddr_t, uint_t, uint_t, void *), in hat_register_callback() 4235 ASSERT(prehandler != NULL || posthandler != NULL); in hat_register_callback() 4238 sfmmu_cb_table[id].prehandler = prehandler; in hat_register_callback() 6494 if ((f = sfmmu_cb_table[id].prehandler) == NULL) { in hat_pageprocess_precallbacks()
|