Home
last modified time | relevance | path

Searched refs:io_tlb_default_mem (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/dma/
H A Dswiotlb.c88 static struct io_tlb_mem io_tlb_default_mem = { variable
89 .lock = __SPIN_LOCK_UNLOCKED(io_tlb_default_mem.lock),
90 .pools = LIST_HEAD_INIT(io_tlb_default_mem.pools),
91 .dyn_alloc = __WORK_INITIALIZER(io_tlb_default_mem.dyn_alloc,
97 static struct io_tlb_mem io_tlb_default_mem; variable
312 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_print_info()
358 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_update_mem_attributes()
366 io_tlb_default_mem.cc_shared = true; in swiotlb_update_mem_attributes()
368 io_tlb_default_mem.cc_shared = false; in swiotlb_update_mem_attributes()
374 if (io_tlb_default_mem.cc_shared) { in swiotlb_update_mem_attributes()
[all …]