Lines Matching full:the
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * You should have received a copy of the GNU General Public License
29 * @pc: raw pc from the host signal ucontext_t.
32 * Alter @pc as required for unwinding. Return the type of the
39 * @cpu: the cpu context
40 * @old_set: the sigset_t from the signal ucontext_t
41 * @host_pc: the host pc, adjusted for the signal
42 * @host_addr: the host address of the fault
44 * Return true if the write fault has been handled, and should be re-tried.
51 * @cpu: the cpu context
52 * @addr: the guest address of the fault
57 * Use the TCGCPUOps hook to record cpu state, do guest operating system
58 * specific things to raise SIGSEGV, and jump to the main cpu loop.
66 * @cpu: the cpu context
67 * @addr: the guest address of the alignment fault
71 * Use the TCGCPUOps hook to record cpu state, do guest operating system
72 * specific things to raise SIGBUS, and jump to the main cpu loop.