| /linux-6.15/include/linux/ |
| H A D | highmem-internal.h | 45 if (!PageHighMem(page)) in kmap() 56 if (!PageHighMem(page)) in kunmap()
|
| H A D | bvec.h | 285 WARN_ON_ONCE(PageHighMem(bvec->bv_page)); in bvec_virt()
|
| /linux-6.15/block/ |
| H A D | bounce.c | 214 if (PageHighMem(from.bv_page)) in __blk_queue_bounce() 243 if (!PageHighMem(to->bv_page)) in __blk_queue_bounce()
|
| /linux-6.15/mm/kasan/ |
| H A D | common.c | 123 if (unlikely(PageHighMem(page))) in __kasan_unpoison_pages() 140 if (likely(!PageHighMem(page))) in __kasan_poison_pages() 474 if (unlikely(PageHighMem(page))) in __kasan_mempool_poison_pages()
|
| /linux-6.15/arch/xtensa/kernel/ |
| H A D | pci-dma.c | 31 if (!PageHighMem(page)) in do_cache_op()
|
| /linux-6.15/arch/csky/mm/ |
| H A D | dma-mapping.c | 28 if (PageHighMem(page)) { in cache_op()
|
| /linux-6.15/drivers/xen/ |
| H A D | balloon.c | 153 if (PageHighMem(page)) { in balloon_append() 174 if (require_lowmem && PageHighMem(page)) in balloon_retrieve() 178 if (PageHighMem(page)) in balloon_retrieve()
|
| /linux-6.15/arch/mips/mm/ |
| H A D | dma-noncoherent.c | 106 if (PageHighMem(page)) { in dma_sync_phys()
|
| /linux-6.15/kernel/power/ |
| H A D | snapshot.c | 1329 BUG_ON(!PageHighMem(page)); in saveable_highmem_page() 1388 BUG_ON(PageHighMem(page)); in saveable_page() 1483 if (PageHighMem(s_page)) { in copy_data_page() 1490 if (PageHighMem(d_page)) { in copy_data_page() 1660 if (PageHighMem(page)) in preallocate_image_pages() 1756 if (PageHighMem(page)) { in free_unnecessary_pages() 2265 if (PageHighMem(page)) { in snapshot_read_next() 2426 if (PageHighMem(pfn_to_page(pfn))) in count_highmem_image_pages() 2728 if (PageHighMem(page)) in get_buffer()
|
| /linux-6.15/arch/powerpc/mm/ |
| H A D | pageattr.c | 113 if (PageHighMem(page)) in __kernel_map_pages()
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | pgalloc.h | 102 if (!PageHighMem(pte)) in pte_alloc_one()
|
| /linux-6.15/mm/ |
| H A D | highmem.c | 584 if (!IS_ENABLED(CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP) && !PageHighMem(page)) in __kmap_local_page_prot() 759 if (!PageHighMem(page)) in page_address() 792 BUG_ON(!PageHighMem(page)); in set_page_address()
|
| /linux-6.15/kernel/ |
| H A D | iomem.c | 34 if (pfn_valid(pfn) && !PageHighMem(pfn_to_page(pfn)) && in try_ram_remap()
|
| /linux-6.15/kernel/dma/ |
| H A D | direct.c | 134 (!allow_highmem && PageHighMem(page))) { in __dma_direct_alloc_pages() 199 if (!PageHighMem(page)) in dma_direct_alloc_no_mapping() 267 if (PageHighMem(page)) { in dma_direct_alloc()
|
| H A D | debug.c | 1062 if (PageHighMem(page)) in check_for_stack() 1230 if (!PageHighMem(page)) { in debug_dma_map_page() 1306 if (!PageHighMem(sg_page(s))) in debug_dma_map_sg()
|
| /linux-6.15/crypto/ |
| H A D | scompress.c | 219 if (PageHighMem(nth_page(spage, n)) && in scomp_acomp_comp_decomp() 247 if (PageHighMem(nth_page(dpage, n)) && in scomp_acomp_comp_decomp()
|
| /linux-6.15/drivers/gpu/drm/ttm/ |
| H A D | ttm_pool.c | 198 if (caching != ttm_cached && !PageHighMem(p)) in ttm_pool_free_page() 280 if (PageHighMem(p)) in ttm_pool_type_give() 571 if (restore->page_caching == alloc->tt_caching || PageHighMem(restore->alloced_page)) in ttm_pool_restore_commit() 613 caching_consistent = (page_caching == alloc->tt_caching) || PageHighMem(p); in ttm_pool_page_allocated()
|
| /linux-6.15/arch/x86/mm/pat/ |
| H A D | set_memory.c | 311 if (unlikely(PageHighMem(page))) in __cpa_addr() 2499 if (PageHighMem(pages[i])) in _set_pages_array() 2525 if (PageHighMem(pages[i])) in _set_pages_array() 2568 if (PageHighMem(pages[i])) in set_pages_array_wb() 2652 if (PageHighMem(page)) in __kernel_map_pages() 2688 if (PageHighMem(page)) in kernel_page_present()
|
| /linux-6.15/arch/xtensa/mm/ |
| H A D | cache.c | 65 if (!PageHighMem(page)) { in kmap_invalidate_coherent()
|
| /linux-6.15/drivers/media/pci/ivtv/ |
| H A D | ivtv-udma.c | 40 if (PageHighMem(dma->map[map_offset])) { in ivtv_udma_fill_sg_list()
|
| /linux-6.15/arch/sh/mm/ |
| H A D | fault.c | 109 if (PageHighMem(pfn_to_page(pmd_val(*pmd) >> PAGE_SHIFT))) in show_pte()
|
| /linux-6.15/mm/kmsan/ |
| H A D | hooks.c | 344 if (PageHighMem(page)) in kmsan_handle_dma()
|
| /linux-6.15/arch/arm/mm/ |
| H A D | dma-mapping.c | 113 if (PageHighMem(page)) { in __dma_clear_buffer() 410 if (PageHighMem(page)) { in __alloc_from_contiguous() 430 if (PageHighMem(page)) in __free_from_contiguous() 649 if (PageHighMem(page)) { in dma_cache_maint_page()
|
| /linux-6.15/drivers/dma-buf/heaps/ |
| H A D | cma_heap.c | 307 if (PageHighMem(cma_pages)) { in cma_heap_allocate()
|
| /linux-6.15/io_uring/ |
| H A D | memmap.c | 119 if (ifd.nr_folios == 1 && !PageHighMem(mr->pages[0])) { in io_region_init_ptr()
|