Home
last modified time | relevance | path

Searched refs:virtual (Results 1 – 3 of 3) sorted by relevance

/mm/
Dhighmem.c699 void *virtual; member
741 ret = pam->virtual; in page_address()
757 void set_page_address(struct page *page, void *virtual) in set_page_address() argument
766 if (virtual) { /* Add */ in set_page_address()
767 pam = &page_address_maps[PKMAP_NR((unsigned long)virtual)]; in set_page_address()
769 pam->virtual = virtual; in set_page_address()
DKconfig84 bool "Sparse Memory virtual memmap"
243 while the virtual addresses are not changed. This is useful in
310 This is the portion of low virtual memory which should be protected
696 compressed RAM pages. zsmalloc uses virtual memory mapping
910 Allow naming anonymous virtual memory areas.
912 This feature allows assigning names to virtual memory areas. Assigned
915 Assigning a name to anonymous virtual memory area might prevent that
916 area from being merged with adjacent virtual memory areas due to the
/mm/damon/
DKconfig28 bool "Data access monitoring primitives for virtual address spaces"
33 that work for virtual address spaces.
48 This builds the DAMON virtual addresses primitives Kunit test suite.