/openbmc/linux/scripts/coccinelle/api/ |
H A D | kfree_mismatch.cocci | 72 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 D | kvmalloc.cocci | 75 * if (is_vmalloc_addr(E))@p { 228 - if (is_vmalloc_addr(E))@p
|
/openbmc/linux/arch/x86/mm/ |
H A D | physaddr.c | 77 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 D | vmalloc.py | 17 def is_vmalloc_addr(x): function 56 if is_vmalloc_addr(v['pages']):
|
/openbmc/linux/fs/xfs/ |
H A D | kmem.h | 78 if (is_vmalloc_addr(addr)) in kmem_to_page()
|
H A D | xfs_bio_io.c | 21 unsigned int is_vmalloc = is_vmalloc_addr(data); in xfs_rw_bdev()
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-842.h | 106 if (!is_vmalloc_addr(addr)) in nx842_get_pa()
|
H A D | nx.c | 90 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 D | ops_helpers.c | 10 if (is_vmalloc_addr(cpu_addr)) in dma_common_vaddr_to_page()
|
H A D | debug.c | 1209 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 D | usercopy.c | 176 if (is_vmalloc_addr(ptr) && !pagefault_disabled()) { in check_heap_object()
|
H A D | util.c | 660 if (is_vmalloc_addr(addr)) in kvfree() 1079 if (is_vmalloc_addr(object)) in mem_dump_obj()
|
H A D | page_ext.c | 306 if (is_vmalloc_addr(addr)) { in free_page_ext()
|
/openbmc/linux/drivers/md/ |
H A D | dm-stats.c | 464 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 D | util.c | 247 bv->bv_page = is_vmalloc_addr(base) in bch_bio_map()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_fbdev_dma.c | 134 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 D | diag.c | 188 if (WARN_ON_ONCE(!is_vmalloc_addr(addr))) in diag204()
|
/openbmc/linux/fs/smb/server/ |
H A D | auth.c | 1027 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 D | fb_defio.c | 31 if (is_vmalloc_addr(screen_base + offs)) in fb_deferred_io_page()
|
/openbmc/linux/net/ceph/ |
H A D | crypto.c | 165 const bool is_vmalloc = is_vmalloc_addr(buf); in setup_sgtable()
|
/openbmc/linux/include/linux/ |
H A D | netlink.h | 257 if (is_vmalloc_addr(skb->head)) in netlink_skb_clone()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-davinci.c | 454 !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 D | report.c | 387 if (is_vmalloc_addr(addr)) { in print_address_description()
|
H A D | kasan.h | 325 return (is_vmalloc_addr(addr) || virt_addr_valid(addr)); in addr_has_metadata()
|
/openbmc/linux/drivers/vfio/pci/pds/ |
H A D | lm.c | 55 if (is_vmalloc_addr(p)) in pds_vfio_get_lm_file()
|