• Home
  • Raw
  • Download

Lines Matching refs:target_ulong

51 extern target_ulong gen_opc_pc[OPC_BUF_SIZE];
52 extern target_ulong gen_opc_npc[OPC_BUF_SIZE];
56 extern target_ulong gen_opc_jump_pc[2];
79 target_ulong pc, target_ulong cs_base, int flags,
83 int page_unprotect(target_ulong address, unsigned long pc, void *puc);
86 void tb_invalidate_page_range(target_ulong start, target_ulong end);
87 void tlb_flush_page(CPUState *env, target_ulong addr);
89 int tlb_set_page_exec(CPUState *env, target_ulong vaddr,
92 static inline int tlb_set_page(CPUState *env1, target_ulong vaddr, in tlb_set_page()
122 target_ulong pc; /* simulated PC corresponding to this block (EIP + CS base) */
123 target_ulong cs_base; /* CS base for this block */
137 target_ulong page_addr[2];
165 target_ulong* tpc2gpc;
173 static inline unsigned int tb_jmp_cache_hash_page(target_ulong pc) in tb_jmp_cache_hash_page()
175 target_ulong tmp; in tb_jmp_cache_hash_page()
180 static inline unsigned int tb_jmp_cache_hash_func(target_ulong pc) in tb_jmp_cache_hash_func()
182 target_ulong tmp; in tb_jmp_cache_hash_func()
198 static inline target_ulong
209 static inline target_ulong
221 static inline target_ulong
222 tb_search_guest_pc_from_tb_pc(const TranslationBlock* tb, target_ulong tb_pc) in tb_search_guest_pc_from_tb_pc()
247 TranslationBlock *tb_alloc(target_ulong pc);
251 target_ulong phys_pc, target_ulong phys_page2);
252 void tb_phys_invalidate(TranslationBlock *tb, target_ulong page_addr);
349 void tlb_fill(target_ulong addr, int is_write, int mmu_idx,
377 static inline target_ulong get_phys_addr_code(CPUState *env1, target_ulong addr) in get_phys_addr_code()
385 static inline target_ulong get_phys_addr_code(CPUState *env1, target_ulong addr) in get_phys_addr_code()
431 void kqemu_flush_page(CPUState *env, target_ulong addr);