/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 | 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()
|
/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_linux.h | 281 if (is_vmalloc_addr(addr)) in kmem_to_page()
|
H A D | xfs_buf.c | 116 if (is_vmalloc_addr(bp->b_addr)) in xfs_buf_free() 1173 if (!bp->b_error && is_vmalloc_addr(bp->b_addr)) in __xfs_buf_ioend() 1344 if (is_vmalloc_addr(bp->b_addr)) in xfs_buf_submit_bio()
|
/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/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 | 1198 if (is_vmalloc_addr(addr)) in debug_dma_map_single() 1384 if (is_vmalloc_addr(virt)) in virt_to_paddr() 1405 if (!is_vmalloc_addr(virt) && !virt_addr_valid(virt)) in debug_dma_alloc_coherent() 1434 if (!is_vmalloc_addr(virt) && !virt_addr_valid(virt)) in debug_dma_free_coherent()
|
/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 | 176 if (is_vmalloc_addr(ptr) && !pagefault_disabled()) { in check_heap_object()
|
H A D | page_ext.c | 327 if (is_vmalloc_addr(addr)) { in free_page_ext()
|
/linux/drivers/md/bcache/ |
H A D | util.c | 247 bv->bv_page = is_vmalloc_addr(base) in bch_bio_map()
|
/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/security/apparmor/ |
H A D | match.c | 82 if (is_vmalloc_addr(table)) in unpack_table() 280 if (is_vmalloc_addr(new)) in remap_data16_to_data32()
|
/linux/arch/s390/kernel/diag/ |
H A D | diag.c | 223 if (WARN_ON_ONCE(!is_vmalloc_addr(addr))) in diag204()
|
/linux/drivers/md/dm-vdo/ |
H A D | memory-alloc.c | 318 if (is_vmalloc_addr(ptr)) { in vdo_free()
|
/linux/fs/smb/server/ |
H A D | auth.c | 1009 if (is_vmalloc_addr(buf)) in smb2_sg_set_buf() 1033 if (is_vmalloc_addr(iov[i + 1].iov_base)) { in ksmbd_init_sg() 1059 if (is_vmalloc_addr(data)) { in ksmbd_init_sg()
|
/linux/net/ceph/ |
H A D | crypto.c | 153 const bool is_vmalloc = is_vmalloc_addr(buf); in setup_sgtable()
|
/linux/include/linux/ |
H A D | netlink.h | 260 if (is_vmalloc_addr(skb->head)) in netlink_skb_clone()
|
/linux/mm/kasan/ |
H A D | kasan.h | 353 return (is_vmalloc_addr(addr) || virt_addr_valid(addr)); in addr_has_metadata()
|
H A D | report.c | 401 if (is_vmalloc_addr(addr)) { in print_address_description()
|
/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()
|