Revision 914178d3 target-i386/exec.h

b/target-i386/exec.h
61 61
void cpu_x86_update_cr0(CPUX86State *env, uint32_t new_cr0);
62 62
void cpu_x86_update_cr3(CPUX86State *env, target_ulong new_cr3);
63 63
void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4);
64
void cpu_x86_flush_tlb(CPUX86State *env, target_ulong addr);
65 64
int cpu_x86_handle_mmu_fault(CPUX86State *env, target_ulong addr,
66 65
                             int is_write, int mmu_idx, int is_softmmu);
67 66
void tlb_fill(target_ulong addr, int is_write, int mmu_idx,

Also available in: Unified diff