Searched refs:scr_low (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/intel/brand/common/ |
H A D | brand_asm.h | 207 #define CHECK_FOR_INTERPOSITION(emul_table, call, scr, scr_low) \ argument 215 movb (scr), scr_low; \ 216 cmpb $0, scr_low; \ 219 #define CALLBACK_PROLOGUE(emul_table, handler, call, scr, scr_low) \ argument 222 CHECK_FOR_INTERPOSITION(emul_table, call, scr, scr_low)
|