Revision 6ebbf390 target-i386/exec.h

b/target-i386/exec.h
163 163
void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4);
164 164
void cpu_x86_flush_tlb(CPUX86State *env, target_ulong addr);
165 165
int cpu_x86_handle_mmu_fault(CPUX86State *env, target_ulong addr,
166
                             int is_write, int is_user, int is_softmmu);
167
void tlb_fill(target_ulong addr, int is_write, int is_user,
166
                             int is_write, int mmu_idx, int is_softmmu);
167
void tlb_fill(target_ulong addr, int is_write, int mmu_idx,
168 168
              void *retaddr);
169 169
void __hidden cpu_lock(void);
170 170
void __hidden cpu_unlock(void);

Also available in: Unified diff