Lines Matching refs:slot
53 #define STUB_ASM_CODE(slot) \
58 "jmp *(8 * " slot ")(%r11)\n\t" \
61 "jmp *(8 * " slot ")(%rax)"
63 #define STUB_ASM_CODE(slot) \
67 "jmp *(8 * " slot ")(%r11)"
72 #define STUB_ASM_CODE(slot) \
76 "movl 4*" slot "(%r11d), %r11d\n\t" \
98 entry_get_public(int slot)
100 return (mapi_func) (x86_64_entry_start + slot * 64);
104 entry_patch(mapi_func entry, int slot)
111 *((unsigned int *) (code + offset)) = slot * sizeof(mapi_func);
115 entry_generate(int slot)
150 entry_patch(entry, slot);