Lines Matching defs:address
17 * address - into a real "machine address" which the CPU's MMU can
120 * Just beyond the highest usermode address. STACK_TOP_MAX has a
128 unsigned long address = (unsigned long)vaddr;
131 pte = lookup_address(address, &level);
137 if (HYPERVISOR_update_va_mapping(address, ptev, 0))
144 unsigned long address = (unsigned long)vaddr;
147 pte = lookup_address(address, &level);
153 if (HYPERVISOR_update_va_mapping(address, ptev, 0))
594 * We must skip the Xen hole in the middle of the address space, just after
610 * 64-bit has a great big hole in the middle of the address
1137 /* using __ka address and sticking INVALID_P2M_ENTRY! */
1144 * using the __ka address of xen_start_info or
1171 * anybody is using __ka address to the initial boot-stack - and try
1434 * address range must be mapped read-only. This region contains the
1589 * Like __va(), but returns address in the kernel mapping (which is
1597 /* Convert a machine address to physical address */
1608 /* Convert a machine address to kernel virtual */
1794 * Read a value from a physical address.
1808 * Translate a virtual address to a physical one without relying on mapped
1882 * We have asked the hypervisor to map the p2m list at the user address
1884 * address depending on the Xen version.
1885 * To avoid any possible virtual address collision, just use
2021 * hypercalls. Keep the address in the pte for reference.
2181 * Update the pfn-to-mfn mappings for a virtual address range, either to