Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/vm/
H A Dhat.h515 int (*prehandler)(caddr_t, uint_t, uint_t, void *),
/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1074 int (*prehandler)(caddr_t, uint_t, uint_t, void *); member
H A Dhat_sfmmu.c4211 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()