Home
last modified time | relevance | path

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

/mm/
Dcma.c234 phys_addr_t highmem_start; in cma_declare_contiguous() local
245 highmem_start = __pa_nodebug(high_memory); in cma_declare_contiguous()
247 highmem_start = __pa(high_memory); in cma_declare_contiguous()
292 if (fixed && base < highmem_start && base + size > highmem_start) { in cma_declare_contiguous()
295 &base, &highmem_start); in cma_declare_contiguous()
330 if (base < highmem_start && limit > highmem_start) { in cma_declare_contiguous()
332 highmem_start, limit, in cma_declare_contiguous()
334 limit = highmem_start; in cma_declare_contiguous()