Lines Matching defs:slot
52 #define STUB_ASM_CODE(slot) \
56 "jmp *(8 * " slot ")(%r11)"
60 #define STUB_ASM_CODE(slot) \
64 "movl 4*" slot "(%r11d), %r11d\n\t" \
86 entry_get_public(int slot)
88 return (mapi_func) (x86_64_entry_start + slot * 32);
92 entry_patch(mapi_func entry, int slot)
99 *((unsigned int *) (code + offset)) = slot * sizeof(mapi_func);
103 entry_generate(int slot)
138 entry_patch(entry, slot);