Home | History | Annotate | Download | only in qemu

Lines Matching refs:target_ulong

60 extern target_ulong gen_opc_pc[OPC_BUF_SIZE];
61 extern target_ulong gen_opc_npc[OPC_BUF_SIZE];
65 extern target_ulong gen_opc_jump_pc[2];
83 target_ulong pc, target_ulong cs_base, int flags,
87 int page_unprotect(target_ulong address, unsigned long pc, void *puc);
90 void tb_invalidate_page_range(target_ulong start, target_ulong end);
91 void tlb_flush_page(CPUState *env, target_ulong addr);
93 int tlb_set_page_exec(CPUState *env, target_ulong vaddr,
96 static inline int tlb_set_page(CPUState *env1, target_ulong vaddr,
126 target_ulong pc; /* simulated PC corresponding to this block (EIP + CS base) */
127 target_ulong cs_base; /* CS base for this block */
141 target_ulong page_addr[2];
177 static inline unsigned int tb_jmp_cache_hash_page(target_ulong pc)
179 target_ulong tmp;
184 static inline unsigned int tb_jmp_cache_hash_func(target_ulong pc)
186 target_ulong tmp;
202 static inline target_ulong
213 static inline target_ulong
225 static inline target_ulong
226 tb_search_guest_pc_from_tb_pc(const TranslationBlock* tb, target_ulong tb_pc)
251 TranslationBlock *tb_alloc(target_ulong pc);
255 target_ulong phys_pc, target_ulong phys_page2);
256 void tb_phys_invalidate(TranslationBlock *tb, target_ulong page_addr);
353 void tlb_fill(target_ulong addr, int is_write, int mmu_idx,
381 static inline target_ulong get_phys_addr_code(CPUState *env1, target_ulong addr)
389 static inline target_ulong get_phys_addr_code(CPUState *env1, target_ulong addr)