Home
last modified time | relevance | path

Searched refs:install_fcn (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.S106 #define STUB_DATA(module, fcnname, install_fcn, retfcn, weak) \ argument
111 .word install_fcn; /* 4 */ \
129 #define STUB_COMMON(module, fcnname, install_fcn, retfcn, weak) \ argument
150 STUB_DATA(module, fcnname, install_fcn, retfcn, weak)
152 #define STUB_NO_UNLOADABLE(module, fcnname, install_fcn, retfcn, weak) \ argument
173 STUB_DATA(module, fcnname, install_fcn, retfcn, weak)
175 #define SCALL_NO_UNLOADABLE(module, fcnname, install_fcn, retfcn, weak) \ argument
192 STUB_DATA(module, fcnname, install_fcn, retfcn, weak)
/illumos-gate/usr/src/uts/intel/ml/
H A Dmodstubs.S98 #define STUB_COMMON(module, fcnname, install_fcn, retfcn, weak) \ argument
112 .quad install_fcn; /* 0 */ \
119 #define STUB_NO_UNLOADABLE(module, fcnname, install_fcn, retfcn, weak) \ argument
135 .quad install_fcn; /* 0 */ \