Lines Matching defs:virtual
56 * helper functions in its asm/highmem.h to control cache color of virtual
62 * Determine color of virtual address where the page should be mapped.
225 * its virtual address (and hence PTE) without first
304 * Returns the page's virtual memory address.
313 * For highmem pages, we can't trust "virtual" until
332 * Returns the page's current virtual memory address, or NULL if no mapping
557 * Disable migration so resulting virtual address is stable
612 * first as the virtual address of such mappings is below
614 * the user space part of the virtual address space.
670 * virtual address is not stored in task::kmap_ctrl.
725 * Describes one page->virtual association
729 void *virtual;
749 * page_address - get the mapped virtual address of a page
750 * @page: &struct page to get the virtual address of
752 * Returns the page's virtual address.
771 ret = pam->virtual;
783 * set_page_address - set a page's virtual address
785 * @virtual: virtual address to use
787 void set_page_address(struct page *page, void *virtual)
796 if (virtual) { /* Add */
797 pam = &page_address_maps[PKMAP_NR((unsigned long)virtual)];
799 pam->virtual = virtual;