Lines Matching +full:no +full:- +full:pc +full:- +full:write
2 * TCG CPU-specific operations
7 * See the COPYING file in the top-level directory.
17 #include "exec/mmu-access-type.h"
32 * @pc: guest virtual program counter address
36 * the target-specific DisasContext, and then invoke translator_loop.
39 int *max_insns, vaddr pc, void *host_pc);
46 * By default, when this is NULL, a call is made to @set_pc(tb->pc).
57 * state which are tracked insn-by-insn in the target-specific
83 * @access_type: access was read/write/execute
85 * @ra: host pc for unwinding
97 * If it is simpler to re-use the sysemu tlb_fill code, @ra is provided
108 * @access_type: access was read/write/execute
109 * @ra: host pc for unwinding
121 * If it is simpler to re-use the sysemu do_unaligned_access code,
153 * @access_type: read, write or execute
157 * @probe: test only, no fault
168 * for non-memory-access operations such as probing.
207 * and RISC-V
213 * breakpoint whose PC has matched should really fire.
222 * target architecture requires re-execution of the branch, then
272 * If no watchpoint is registered for the range, the result is 0.