Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dcma.c249 phys_addr_t highmem_start; in cma_declare_contiguous() local
258 highmem_start = __pa(high_memory - 1) + 1; in cma_declare_contiguous()
302 if (fixed && base < highmem_start && base + size > highmem_start) { in cma_declare_contiguous()
305 &base, &highmem_start); in cma_declare_contiguous()
340 if (base < highmem_start && limit > highmem_start) { in cma_declare_contiguous()
342 highmem_start, limit); in cma_declare_contiguous()
343 limit = highmem_start; in cma_declare_contiguous()