Home
last modified time | relevance | path

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

/arch/arm/xen/
A Dp2m.c98 struct gnttab_unmap_grant_ref unmap; in set_foreign_p2m_mapping() local
112 unmap.host_addr = map_ops[i].host_addr; in set_foreign_p2m_mapping()
113 unmap.handle = map_ops[i].handle; in set_foreign_p2m_mapping()
116 unmap.dev_bus_addr = map_ops[i].dev_bus_addr; in set_foreign_p2m_mapping()
118 unmap.dev_bus_addr = 0; in set_foreign_p2m_mapping()
124 unmap.status = 1; in set_foreign_p2m_mapping()
127 &unmap, 1); in set_foreign_p2m_mapping()
128 if (rc || unmap.status != GNTST_okay) in set_foreign_p2m_mapping()
130 rc, unmap.status); in set_foreign_p2m_mapping()
/arch/um/kernel/
A Dtlb.c24 int (*unmap)(struct mm_id *mm_idp, member
85 ret = ops->unmap(ops->mm_idp, addr, PAGE_SIZE); in update_pte_range()
105 ret = ops->unmap(ops->mm_idp, addr, in update_pmd_range()
128 ret = ops->unmap(ops->mm_idp, addr, in update_pud_range()
151 ret = ops->unmap(ops->mm_idp, addr, in update_p4d_range()
174 ops.unmap = kern_unmap; in um_tlb_sync()
177 ops.unmap = unmap; in um_tlb_sync()
185 ret = ops.unmap(ops.mm_idp, addr, in um_tlb_sync()
/arch/x86/xen/
A Dp2m.c701 struct gnttab_unmap_grant_ref unmap[2]; in set_foreign_p2m_mapping() local
728 unmap[0].host_addr = map_ops[i].host_addr; in set_foreign_p2m_mapping()
729 unmap[0].handle = map_ops[i].handle; in set_foreign_p2m_mapping()
734 unmap[0].dev_bus_addr = 0; in set_foreign_p2m_mapping()
739 unmap[1].handle = kmap_ops[i].handle; in set_foreign_p2m_mapping()
744 unmap[1].dev_bus_addr = 0; in set_foreign_p2m_mapping()
751 unmap[0].status = 1; in set_foreign_p2m_mapping()
752 unmap[1].status = 1; in set_foreign_p2m_mapping()
755 unmap, 1 + !!kmap_ops); in set_foreign_p2m_mapping()
757 unmap[1].status != GNTST_okay) in set_foreign_p2m_mapping()
[all …]
/arch/x86/platform/geode/
A Dnet5501.c66 goto unmap; in net5501_present()
80 unmap: in net5501_present()
/arch/um/kernel/skas/
A Dmmu.c48 unmap(new_id, 0, STUB_START); in init_new_context()
/arch/mips/include/asm/
A Dmsa.h219 __BUILD_MSA_CTL_REG(unmap, 7)
/arch/um/os-Linux/skas/
A Dmem.c267 int unmap(struct mm_id *mm_idp, unsigned long addr, unsigned long len) in unmap() function
/arch/powerpc/platforms/ps3/
A Dmm.c1101 .unmap = dma_sb_unmap_area
1108 .unmap = dma_sb_unmap_area_linear
1115 .unmap = dma_ioc0_unmap_area
1190 return r->region_ops->unmap(r, bus_addr, len); in ps3_dma_unmap()
/arch/um/include/shared/
A Dos.h285 int unmap(struct mm_id *mm_idp, unsigned long addr, unsigned long len);
/arch/powerpc/include/asm/
A Dps3.h107 int (*unmap)(struct ps3_dma_region *, member
/arch/mips/cavium-octeon/
A Docteon-irq.c1289 .unmap = octeon_irq_free_cd,
1295 .unmap = octeon_irq_free_cd,
1989 .unmap = octeon_irq_free_cd,
2241 .unmap = octeon_irq_free_cd,
2592 .unmap = octeon_irq_free_cd,
/arch/powerpc/sysdev/xive/
A Dcommon.c1458 .unmap = xive_irq_domain_unmap,

Completed in 27 milliseconds