Lines Matching full:for

41      *                              for the guest memory ordering.
65 * @get_tb_cpu_state: Extract CPU state for a TCG #TranslationBlock
93 /** @cpu_exec_enter: Callback for cpu_exec preparation */
95 /** @cpu_exec_exit: Callback for cpu_exec cleanup */
97 /** @debug_excp_handler: Callback for handling debug exceptions */
100 /** @mmu_index: Callback for choosing softmmu mmu index */
105 * @fake_user_interrupt: Callback for 'fake exception' handling.
108 * cpu execution loop (hack for x86 user mode).
117 * @maperr: true for invalid page, false for permission fault
118 * @ra: host pc for unwinding
120 * We are about to raise SIGSEGV with si_code set for @maperr,
121 * and si_addr set for @addr. Record anything further needed
122 * for the signal ucontext_t.
142 * @ra: host pc for unwinding
145 * and si_addr set for @addr. Record anything further needed
146 * for the signal ucontext_t.
168 /** @do_interrupt: Callback for interrupt handling. */
170 /** @cpu_exec_interrupt: Callback for processing interrupts in cpu_exec */
172 /** @cpu_exec_reset: Callback for reset in cpu_exec. */
175 * @cpu_exec_halt: Callback for handling halt in cpu_exec.
185 * do anything special for halt, the same function used for its
197 * @memop: memory operation for the access
198 * @size: memory access size, or 0 for whole page
200 * @ra: host return address for exception unwind
206 * The alignment check for the access is deferred to this hook,
209 * Zero may be passed for @memop to skip any alignment check
210 * for non-memory-access operations such as probing.
229 * For the current cpu state, adjust @result for possible overflow.
233 * @do_transaction_failed: Callback for handling failed memory transactions
241 * @do_unaligned_access: Callback for unaligned access handling
249 * @adjust_watchpoint_address: hack for cpu_check_watchpoint used by ARM
267 * @io_recompile_replay_branch: Callback for cpu_io_recompile.
278 * needs to be recorded for replay purposes.
308 * Check for a watchpoint hit in [addr, addr+len) of the type
321 * If no watchpoint is registered for the range, the result is 0.