Home
last modified time | relevance | path

Searched refs:is_vmalloc_addr (Results 1 – 25 of 77) sorted by relevance

1234

/openbmc/linux/scripts/coccinelle/api/
H A Dkfree_mismatch.cocci72 when != is_vmalloc_addr(E)
86 when != is_vmalloc_addr(E)
100 ... when != is_vmalloc_addr(E)
113 ... when != is_vmalloc_addr(E)
125 ... when != is_vmalloc_addr(E)
135 ... when != is_vmalloc_addr(E)
145 ... when != is_vmalloc_addr(E)
154 ... when != is_vmalloc_addr(E)
H A Dkvmalloc.cocci75 * if (is_vmalloc_addr(E))@p {
228 - if (is_vmalloc_addr(E))@p
/openbmc/linux/arch/x86/mm/
H A Dphysaddr.c77 VIRTUAL_BUG_ON(__vmalloc_start_set && is_vmalloc_addr((void *) x)); in __phys_addr()
92 if (__vmalloc_start_set && is_vmalloc_addr((void *) x)) in __virt_addr_valid()
/openbmc/linux/scripts/gdb/linux/
H A Dvmalloc.py17 def is_vmalloc_addr(x): function
56 if is_vmalloc_addr(v['pages']):
/openbmc/linux/fs/xfs/
H A Dkmem.h78 if (is_vmalloc_addr(addr)) in kmem_to_page()
H A Dxfs_bio_io.c21 unsigned int is_vmalloc = is_vmalloc_addr(data); in xfs_rw_bdev()
/openbmc/linux/drivers/crypto/nx/
H A Dnx-842.h106 if (!is_vmalloc_addr(addr)) in nx842_get_pa()
H A Dnx.c90 if (is_vmalloc_addr(start_addr)) in nx_build_sg_list()
120 is_vmalloc_addr(start_addr + sg_len)) { in nx_build_sg_list()
/openbmc/linux/kernel/dma/
H A Dops_helpers.c10 if (is_vmalloc_addr(cpu_addr)) in dma_common_vaddr_to_page()
H A Ddebug.c1209 if (is_vmalloc_addr(addr)) in debug_dma_map_single()
1407 if (!is_vmalloc_addr(virt) && !virt_addr_valid(virt)) in debug_dma_alloc_coherent()
1421 if (is_vmalloc_addr(virt)) in debug_dma_alloc_coherent()
1442 if (!is_vmalloc_addr(virt) && !virt_addr_valid(virt)) in debug_dma_free_coherent()
1445 if (is_vmalloc_addr(virt)) in debug_dma_free_coherent()
/openbmc/linux/mm/
H A Dusercopy.c176 if (is_vmalloc_addr(ptr) && !pagefault_disabled()) { in check_heap_object()
H A Dutil.c660 if (is_vmalloc_addr(addr)) in kvfree()
1079 if (is_vmalloc_addr(object)) in mem_dump_obj()
H A Dpage_ext.c306 if (is_vmalloc_addr(addr)) { in free_page_ext()
/openbmc/linux/drivers/md/
H A Ddm-stats.c464 if (is_vmalloc_addr(s->stat_percpu) || in dm_stats_delete()
465 is_vmalloc_addr(s->stat_percpu[cpu][0].histogram)) in dm_stats_delete()
467 if (is_vmalloc_addr(s) || in dm_stats_delete()
468 is_vmalloc_addr(s->stat_shared[0].tmp.histogram)) { in dm_stats_delete()
/openbmc/linux/drivers/md/bcache/
H A Dutil.c247 bv->bv_page = is_vmalloc_addr(base) in bch_bio_map()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_fbdev_dma.c134 if (!drm_WARN_ON(dev, is_vmalloc_addr(info->screen_buffer))) in drm_fbdev_dma_helper_fb_probe()
/openbmc/linux/arch/s390/kernel/
H A Ddiag.c188 if (WARN_ON_ONCE(!is_vmalloc_addr(addr))) in diag204()
/openbmc/linux/fs/smb/server/
H A Dauth.c1027 if (is_vmalloc_addr(buf)) in smb2_sg_set_buf()
1051 if (is_vmalloc_addr(iov[i + 1].iov_base)) { in ksmbd_init_sg()
1076 if (is_vmalloc_addr(data)) { in ksmbd_init_sg()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfb_defio.c31 if (is_vmalloc_addr(screen_base + offs)) in fb_deferred_io_page()
/openbmc/linux/net/ceph/
H A Dcrypto.c165 const bool is_vmalloc = is_vmalloc_addr(buf); in setup_sgtable()
/openbmc/linux/include/linux/
H A Dnetlink.h257 if (is_vmalloc_addr(skb->head)) in netlink_skb_clone()
/openbmc/linux/drivers/spi/
H A Dspi-davinci.c454 !is_vmalloc_addr(xfer->rx_buf) && in davinci_spi_can_dma()
455 !is_vmalloc_addr(xfer->tx_buf); in davinci_spi_can_dma()
/openbmc/linux/mm/kasan/
H A Dreport.c387 if (is_vmalloc_addr(addr)) { in print_address_description()
H A Dkasan.h325 return (is_vmalloc_addr(addr) || virt_addr_valid(addr)); in addr_has_metadata()
/openbmc/linux/drivers/vfio/pci/pds/
H A Dlm.c55 if (is_vmalloc_addr(p)) in pds_vfio_get_lm_file()

1234