Lines Matching full:for
2 * Probe guest virtual addresses for access permissions.
19 * @mmu_idx: MMU index to use for lookup
20 * @retaddr: return address for unwinding
24 * access (@addr, @size) hits a watchpoint. For writes, mark a clean
27 * Finally, return the host address for a page that is backed by RAM,
51 * @mmu_idx: MMU index to use for lookup
53 * @phost: return value for host address
54 * @retaddr: return address for unwinding
56 * Similar to probe_access, loosely returning the TLB_FLAGS_MASK for
57 * the page, and storing the host address for RAM in @phost.
62 * For simplicity, all "mmio-like" flags are folded to TLB_MMIO.
94 * This function is intended to be used for page table accesses by
97 * exceptions (akin to @nonfault true for probe_access_full).
110 * @access_type: 0 for read, 1 for write, 2 for execute
111 * @mmu_idx: MMU index to use for lookup
114 * If we can translate a host virtual address suitable for direct RAM
116 * Otherwise (TLB entry is for an I/O access, guest software