Home
last modified time | relevance | path

Searched refs:PageHighMem (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/linux/include/linux/
H A Dhighmem-internal.h45 if (!PageHighMem(page)) in kmap()
56 if (!PageHighMem(page)) in kunmap()
H A Dbvec.h279 WARN_ON_ONCE(PageHighMem(bvec->bv_page)); in bvec_virt()
/openbmc/linux/block/
H A Dbounce.c215 if (PageHighMem(from.bv_page)) in __blk_queue_bounce()
244 if (!PageHighMem(to->bv_page)) in __blk_queue_bounce()
/openbmc/linux/arch/xtensa/kernel/
H A Dpci-dma.c31 if (!PageHighMem(page)) in do_cache_op()
/openbmc/linux/arch/csky/mm/
H A Ddma-mapping.c28 if (PageHighMem(page)) { in cache_op()
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_pool.c143 if (caching != ttm_cached && !PageHighMem(p)) in ttm_pool_free_page()
229 if (PageHighMem(p)) in ttm_pool_type_give()
488 if (PageHighMem(p)) { in ttm_pool_alloc()
499 if (PageHighMem(p)) in ttm_pool_alloc()
/openbmc/linux/drivers/xen/
H A Dballoon.c153 if (PageHighMem(page)) { in balloon_append()
172 if (require_lowmem && PageHighMem(page)) in balloon_retrieve()
176 if (PageHighMem(page)) in balloon_retrieve()
/openbmc/linux/arch/mips/mm/
H A Ddma-noncoherent.c106 if (PageHighMem(page)) { in dma_sync_phys()
/openbmc/linux/arch/arm/include/asm/
H A Dpgalloc.h102 if (!PageHighMem(pte)) in pte_alloc_one()
/openbmc/linux/mm/kasan/
H A Dcommon.c103 if (unlikely(PageHighMem(page))) in __kasan_unpoison_pages()
120 if (likely(!PageHighMem(page))) in __kasan_poison_pages()
/openbmc/linux/kernel/
H A Diomem.c33 if (pfn_valid(pfn) && !PageHighMem(pfn_to_page(pfn)) && in try_ram_remap()
/openbmc/linux/kernel/power/
H A Dsnapshot.c1330 BUG_ON(!PageHighMem(page)); in saveable_highmem_page()
1394 BUG_ON(PageHighMem(page)); in saveable_page()
1489 if (PageHighMem(s_page)) { in copy_data_page()
1496 if (PageHighMem(d_page)) { in copy_data_page()
1666 if (PageHighMem(page)) in preallocate_image_pages()
1762 if (PageHighMem(page)) { in free_unnecessary_pages()
2271 if (PageHighMem(page)) { in snapshot_read_next()
2432 if (PageHighMem(pfn_to_page(pfn))) in count_highmem_image_pages()
2734 if (PageHighMem(page)) in get_buffer()
/openbmc/linux/mm/
H A Dhighmem.c573 if (!IS_ENABLED(CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP) && !PageHighMem(page)) in __kmap_local_page_prot()
748 if (!PageHighMem(page)) in page_address()
781 BUG_ON(!PageHighMem(page)); in set_page_address()
/openbmc/linux/arch/powerpc/mm/
H A Dpgtable_32.c180 if (PageHighMem(page)) in __kernel_map_pages()
/openbmc/linux/drivers/media/v4l2-core/
H A Dvideobuf-dma-sg.c77 BUG_ON(PageHighMem(pg)); in videobuf_vmalloc_to_sg()
105 if (PageHighMem(pages[0])) in videobuf_pages_to_sg()
114 if (PageHighMem(pages[i])) in videobuf_pages_to_sg()
/openbmc/linux/kernel/dma/
H A Ddirect.c134 (!allow_highmem && PageHighMem(page))) { in __dma_direct_alloc_pages()
199 if (!PageHighMem(page)) in dma_direct_alloc_no_mapping()
276 if (PageHighMem(page)) { in dma_direct_alloc()
H A Ddebug.c1067 if (PageHighMem(page)) in check_for_stack()
1238 if (!PageHighMem(page)) { in debug_dma_map_page()
1314 if (!PageHighMem(sg_page(s))) in debug_dma_map_sg()
/openbmc/linux/arch/x86/mm/pat/
H A Dset_memory.c299 if (unlikely(PageHighMem(page))) in __cpa_addr()
2257 if (PageHighMem(pages[i])) in _set_pages_array()
2283 if (PageHighMem(pages[i])) in _set_pages_array()
2326 if (PageHighMem(pages[i])) in set_pages_array_wb()
2402 if (PageHighMem(page)) in __kernel_map_pages()
2438 if (PageHighMem(page)) in kernel_page_present()
/openbmc/linux/arch/xtensa/mm/
H A Dcache.c65 if (!PageHighMem(page)) { in kmap_invalidate_coherent()
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-udma.c40 if (PageHighMem(dma->map[map_offset])) { in ivtv_udma_fill_sg_list()
/openbmc/linux/mm/kmsan/
H A Dhooks.c333 if (PageHighMem(page)) in kmsan_handle_dma()
/openbmc/linux/arch/sh/mm/
H A Dfault.c109 if (PageHighMem(pfn_to_page(pmd_val(*pmd) >> PAGE_SHIFT))) in show_pte()
/openbmc/linux/arch/arm/mm/
H A Ddma-mapping.c113 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()
H A Dfault.c84 if (PageHighMem(pfn_to_page(pmd_val(*pmd) >> PAGE_SHIFT))) in show_pte()
/openbmc/linux/drivers/dma-buf/heaps/
H A Dcma_heap.c308 if (PageHighMem(cma_pages)) { in cma_heap_allocate()

12