Searched defs:mem (Results 1 – 6 of 6) sorted by relevance
/kernel/dma/ |
D | coherent.c | 31 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 …]
|
D | swiotlb.c | 215 struct io_tlb_mem *mem = &io_tlb_default_mem; in swiotlb_print_info() local 242 static void *swiotlb_mem_remap(struct io_tlb_mem *mem, unsigned long bytes) in swiotlb_mem_remap() 258 static void *swiotlb_mem_remap(struct io_tlb_mem *mem, unsigned long bytes) in swiotlb_mem_remap() 272 struct io_tlb_mem *mem = &io_tlb_default_mem; in swiotlb_update_mem_attributes() local 287 static void swiotlb_init_io_tlb_mem(struct io_tlb_mem *mem, phys_addr_t start, in swiotlb_init_io_tlb_mem() 366 struct io_tlb_mem *mem = &io_tlb_default_mem; in swiotlb_init_remap() local 430 struct io_tlb_mem *mem = &io_tlb_default_mem; in swiotlb_init_late() local 507 struct io_tlb_mem *mem = &io_tlb_default_mem; in swiotlb_exit() local 554 struct io_tlb_mem *mem = dev->dma_io_tlb_mem; in swiotlb_bounce() local 636 static unsigned int wrap_area_index(struct io_tlb_mem *mem, unsigned int index) in wrap_area_index() [all …]
|
/kernel/trace/ |
D | trace_seq.c | 259 void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) in trace_seq_putmem() 285 void trace_seq_putmem_hex(struct trace_seq *s, const void *mem, in trace_seq_putmem_hex()
|
/kernel/debug/ |
D | gdbstub.c | 236 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()
|
/kernel/ |
D | kexec_file.c | 1151 int crash_exclude_mem_range(struct crash_mem *mem, in crash_exclude_mem_range() 1233 int crash_prepare_elf64_headers(struct crash_mem *mem, int need_kernel_map, in crash_prepare_elf64_headers()
|
D | relay.c | 110 void *mem; in relay_alloc_buf() local
|