| /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
|
| /linux/arch/x86/mm/ |
| H A D | physaddr.c | 66 VIRTUAL_BUG_ON(__vmalloc_start_set && is_vmalloc_addr((void *) x)); in __phys_addr() 81 if (__vmalloc_start_set && is_vmalloc_addr((void *) x)) in __virt_addr_valid()
|
| /linux/scripts/gdb/linux/ |
| H A D | vmalloc.py | 17 def is_vmalloc_addr(x): function 58 if is_vmalloc_addr(v['pages']):
|
| /linux/fs/xfs/ |
| H A D | xfs_bio_io.c | 26 if (!is_vmalloc_addr(data)) in xfs_rw_bdev()
|
| H A D | xfs_platform.h | 298 if (is_vmalloc_addr(addr)) in kmem_to_page()
|
| /linux/drivers/crypto/nx/ |
| H A D | nx-842.h | 107 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()
|
| /linux/drivers/md/dm-pcache/ |
| H A D | backing_dev.h | 94 if (!is_vmalloc_addr(data)) in backing_dev_req_coalesced_max_len()
|
| /linux/kernel/dma/ |
| H A D | ops_helpers.c | 11 if (is_vmalloc_addr(cpu_addr)) in dma_common_vaddr_to_page()
|
| H A D | debug.c | 1224 if (is_vmalloc_addr(addr)) in debug_dma_map_single() 1408 if (is_vmalloc_addr(virt)) in virt_to_paddr() 1429 if (!is_vmalloc_addr(virt) && !virt_addr_valid(virt)) in debug_dma_alloc_coherent() 1458 if (!is_vmalloc_addr(virt) && !virt_addr_valid(virt)) in debug_dma_free_coherent()
|
| /linux/tools/virtio/linux/ |
| H A D | kernel.h | 142 static inline bool is_vmalloc_addr(const void *x) in is_vmalloc_addr() function
|
| /linux/arch/riscv/kernel/ |
| H A D | sbi.c | 599 if (is_vmalloc_addr(bytes)) in sbi_debug_console_write() 628 if (is_vmalloc_addr(bytes)) in sbi_debug_console_read()
|
| /linux/mm/ |
| H A D | usercopy.c | 177 if (is_vmalloc_addr(ptr) && !pagefault_disabled()) { in check_heap_object()
|
| H A D | page_ext.c | 331 if (is_vmalloc_addr(addr)) { in free_page_ext()
|
| /linux/fs/smb/server/ |
| H A D | auth.c | 744 if (is_vmalloc_addr(buf)) in smb2_sg_set_buf() 768 if (is_vmalloc_addr(iov[i + 1].iov_base)) { in ksmbd_init_sg() 793 if (is_vmalloc_addr(data)) { in ksmbd_init_sg()
|
| /linux/drivers/md/ |
| H A D | dm-stats.c | 473 if (is_vmalloc_addr(s->stat_percpu) || in dm_stats_delete() 474 is_vmalloc_addr(s->stat_percpu[cpu][0].histogram)) in dm_stats_delete() 476 if (is_vmalloc_addr(s) || in dm_stats_delete() 477 is_vmalloc_addr(s->stat_shared[0].tmp.histogram)) { in dm_stats_delete()
|
| /linux/drivers/md/bcache/ |
| H A D | util.c | 247 bv->bv_page = is_vmalloc_addr(base) in bch_bio_map()
|
| /linux/security/apparmor/ |
| H A D | match.c | 82 if (is_vmalloc_addr(table)) in unpack_table() 296 if (is_vmalloc_addr(new)) in remap_data16_to_data32()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | memory-alloc.c | 318 if (is_vmalloc_addr(ptr)) { in vdo_free()
|
| /linux/arch/s390/kernel/diag/ |
| H A D | diag.c | 223 if (WARN_ON_ONCE(!is_vmalloc_addr(addr))) in diag204()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_fbdev_dma.c | 218 if (!drm_WARN_ON(dev, is_vmalloc_addr(info->screen_buffer))) in drm_fbdev_dma_driver_fbdev_probe_tail()
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fb_defio.c | 36 if (is_vmalloc_addr(screen_buffer + offs)) in fb_deferred_io_get_page()
|
| /linux/include/linux/ |
| H A D | netlink.h | 260 if (is_vmalloc_addr(skb->head)) in netlink_skb_clone()
|
| /linux/drivers/spi/ |
| H A D | spi-davinci.c | 514 !is_vmalloc_addr(xfer->rx_buf) && in davinci_spi_can_dma() 515 !is_vmalloc_addr(xfer->tx_buf); in davinci_spi_can_dma()
|