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,
167
void tlb_fill(target_ulong addr, int is_write, int is_user,
167
void tlb_fill(target_ulong addr, int is_write, int mmu_idx,
169
169
void __hidden cpu_lock(void);
170
170
void __hidden cpu_unlock(void);