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.
213 * its virtual address (and hence PTE) without first
292 * Returns the page's virtual memory address.
301 * For highmem pages, we can't trust "virtual" until
320 * Returns the page's current virtual memory address, or NULL if no mapping
545 * Disable migration so resulting virtual address is stable
600 * first as the virtual address of such mappings is below
602 * the user space part of the virtual address space.
658 * virtual address is not stored in task::kmap_ctrl.
713 * Describes one page->virtual association
717 void *virtual;
737 * page_address - get the mapped virtual address of a page
738 * @page: &struct page to get the virtual address of
740 * Returns the page's virtual address.
759 ret = pam->virtual;
771 * set_page_address - set a page's virtual address
773 * @virtual: virtual address to use
775 void set_page_address(struct page *page, void *virtual)
784 if (virtual) { /* Add */
785 pam = &page_address_maps[PKMAP_NR((unsigned long)virtual)];
787 pam->virtual = virtual;