Lines Matching refs:slot
47 #define STUB_ASM_CODE(slot) \
52 "jmp *(8 * " slot ")(%r11)\n\t" \
55 "jmp *(8 * " slot ")(%rax)"
57 #define STUB_ASM_CODE(slot) \
60 "jmp *(8 * " slot ")(%r11)"
65 #define STUB_ASM_CODE(slot) \
68 "movl 4*" slot "(%r11d), %r11d\n\t" \
90 entry_get_public(int slot)
92 return (mapi_func) (x86_64_entry_start + slot * 64);
96 entry_patch(mapi_func entry, int slot)
103 *((unsigned int *) (code + offset)) = slot * sizeof(mapi_func);
107 entry_generate(int slot)
142 entry_patch(entry, slot);