Searched refs:BRAND_CALLBACK (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/ml/
H A Dsyscall_asm_amd64.s159 * The 2nd parameter to the BRAND_CALLBACK macro is either the
174 * The interrupt stack pointer we saved on entry to the BRAND_CALLBACK macro
181 #define BRAND_CALLBACK(callback_id, push_userland_ret) \ define
427 BRAND_CALLBACK(BRAND_CB_SYSCALL, BRAND_URET_FROM_REG(%rcx))
726 BRAND_CALLBACK(BRAND_CB_SYSCALL32, BRAND_URET_FROM_REG(%rcx))
966 BRAND_CALLBACK(BRAND_CB_SYSENTER, BRAND_URET_FROM_REG(%rdx))
1181 BRAND_CALLBACK(BRAND_CB_INT91, BRAND_URET_FROM_INTR_STACK())
H A Dsyscall_asm.s141 #define BRAND_CALLBACK(callback_id) \ define
366 BRAND_CALLBACK(BRAND_CB_SYSCALL)
548 BRAND_CALLBACK(BRAND_CB_SYSENTER)
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.s178 * brand syscall interposition. See the comments around BRAND_CALLBACK
2864 #define BRAND_CALLBACK(callback_id) \ define
2891 BRAND_CALLBACK(BRAND_CB_SYSCALL32)
2896 BRAND_CALLBACK(BRAND_CB_SYSCALL)
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s173 * brand syscall interposition. See the comments around BRAND_CALLBACK
3032 #define BRAND_CALLBACK(callback_id) \ define
3059 BRAND_CALLBACK(BRAND_CB_SYSCALL32)
3064 BRAND_CALLBACK(BRAND_CB_SYSCALL)

Completed in 2034 milliseconds