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 in struct:sfmmu_callback
|
H A D | hat_sfmmu.c | 4144 * (3) prehandler() and posthandler() may not call hat_add_callback() or 4147 * (4) Either prehandler() or posthandler() (but not both) may be specified 4154 * Pass prehandler, posthandler, errhandler addresses 4156 * suspend callback to the prehandler will occur with CPUs 4168 * prehandler() 4211 int (*prehandler)(caddr_t, uint_t, uint_t, void *), 4235 ASSERT(prehandler != NULL || posthandler != NULL); 4238 sfmmu_cb_table[id].prehandler = prehandler; 6502 if ((f = sfmmu_cb_table[id].prehandler) 4210 hat_register_callback(int key, int (*prehandler)(caddr_t, uint_t, uint_t, void *), int (*posthandler)(caddr_t, uint_t, uint_t, void *, pfn_t), int (*errhandler)(caddr_t, uint_t, uint_t, void *), int capture_cpus) argument [all...] |
Completed in 320 milliseconds