Home
last modified time | relevance | path

Searched defs:mem (Results 1 – 6 of 6) sorted by relevance

/kernel/dma/
Dswiotlb.c231 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_print_info() local
260 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_update_mem_attributes() local
269 static void swiotlb_init_io_tlb_pool(struct io_tlb_pool *mem, phys_addr_t start, in swiotlb_init_io_tlb_pool()
306 static void add_mem_pool(struct io_tlb_mem *mem, struct io_tlb_pool *pool) in add_mem_pool()
357 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_init_remap() local
433 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_init_late() local
527 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_exit() local
736 struct io_tlb_mem *mem = in swiotlb_dyn_alloc() local
779 struct io_tlb_mem *mem = dev->dma_io_tlb_mem; in __swiotlb_find_pool() local
861 enum dma_data_direction dir, struct io_tlb_pool *mem) in swiotlb_bounce()
[all …]
Dcoherent.c31 struct dma_coherent_mem * mem) in dma_get_device_base()
77 static void _dma_release_coherent_memory(struct dma_coherent_mem *mem) in _dma_release_coherent_memory()
88 struct dma_coherent_mem *mem) in dma_assign_coherent_memory()
120 struct dma_coherent_mem *mem; in dma_declare_coherent_memory() local
142 struct dma_coherent_mem *mem, in __dma_alloc_from_coherent()
190 struct dma_coherent_mem *mem = dev_get_coherent_memory(dev); in dma_alloc_from_dev_coherent() local
199 static int __dma_release_from_coherent(struct dma_coherent_mem *mem, in __dma_release_from_coherent()
229 struct dma_coherent_mem *mem = dev_get_coherent_memory(dev); in dma_release_from_dev_coherent() local
234 static int __dma_mmap_from_coherent(struct dma_coherent_mem *mem, in __dma_mmap_from_coherent()
274 struct dma_coherent_mem *mem = dev_get_coherent_memory(dev); in dma_mmap_from_dev_coherent() local
[all …]
/kernel/
Dcrash_core.c161 int crash_prepare_elf64_headers(struct crash_mem *mem, int need_kernel_map, in crash_prepare_elf64_headers()
262 int crash_exclude_mem_range(struct crash_mem *mem, in crash_exclude_mem_range()
577 unsigned long mem; in crash_handle_hotplug_event() local
Drelay.c110 void *mem; in relay_alloc_buf() local
/kernel/trace/
Dtrace_seq.c257 void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) in trace_seq_putmem()
283 void trace_seq_putmem_hex(struct trace_seq *s, const void *mem, in trace_seq_putmem_hex()
/kernel/debug/
Dgdbstub.c236 char *kgdb_mem2hex(char *mem, char *buf, int count) in kgdb_mem2hex()
265 int kgdb_hex2mem(char *buf, char *mem, int count) in kgdb_hex2mem()
323 static int kgdb_ebin2mem(char *buf, char *mem, int count) in kgdb_ebin2mem()