Searched refs:install_fcn (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 138 #define STUB_DATA(module, fcnname, install_fcn, retfcn, weak) \ argument 143 .word install_fcn; /* 4 */ \ 161 #define STUB_COMMON(module, fcnname, install_fcn, retfcn, weak) \ argument 182 STUB_DATA(module, fcnname, install_fcn, retfcn, weak) 184 #define STUB_UNLOADABLE(module, fcnname, install_fcn, retfcn, weak) \ argument 205 STUB_DATA(module, fcnname, install_fcn, retfcn, weak) 207 #define SCALL_UNLOADABLE(module, fcnname, install_fcn, retfcn, weak) \ argument 224 STUB_DATA(module, fcnname, install_fcn, retfcn, weak)
|
/titanic_44/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 126 #define STUB_COMMON(module, fcnname, install_fcn, retfcn, weak) \ argument 139 .quad install_fcn; /* 0 */ \ 146 #define STUB_UNLOADABLE(module, fcnname, install_fcn, retfcn, weak) \ argument 160 .quad install_fcn; /* 0 */ \ 277 #define STUB_COMMON(module, fcnname, install_fcn, retfcn, weak) \ argument 290 .long install_fcn; \ 297 #define STUB_UNLOADABLE(module, fcnname, install_fcn, retfcn, weak) \ argument 311 .long install_fcn; /* 0 */ \
|