Lines Matching refs:entry
103 char *entry;
105 for (entry = x86_entry_start; entry < x86_entry_end;
106 entry += X86_ENTRY_SIZE, ++slot)
107 entry_generate_or_patch(slot, entry, X86_ENTRY_SIZE);
118 entry_patch(mapi_func entry, int slot)
120 char *code = (char *) entry;
132 mapi_func entry;
144 entry = (mapi_func) code;
145 entry_patch(entry, slot);
147 return entry;