| /freebsd-14.2/contrib/processor-trace/libipt/src/ |
| H A D | pt_section_file.c | 163 section->unmap = pt_sec_file_unmap; in pt_sec_file_map() 183 if (!mapping || !section->unmap || !section->read || !section->memsize) in pt_sec_file_unmap() 187 section->unmap = NULL; in pt_sec_file_unmap()
|
| H A D | pt_section.c | 614 if (!section->unmap) in pt_section_unmap() 617 status = section->unmap(section); in pt_section_unmap()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | secondary.h | 67 static inline void unmap(LargeBlock::Header *H) { in unmap() function 72 MemMap.unmap(MemMap.getBase(), MemMap.getCapacity()); in unmap() 97 void store(UNUSED Options Options, LargeBlock::Header *H) { unmap(H); } in store() 195 return unmap(H); in store() 270 Entry.MemMap.unmap(Entry.MemMap.getBase(), Entry.MemMap.getCapacity()); in store() 390 MemMap.unmap(MemMap.getBase(), MemMap.getCapacity()); in disableMemoryTagging() 428 MemMap.unmap(MemMap.getBase(), MemMap.getCapacity()); in empty() 633 MemMap.unmap(MapBase, NewMapBase - MapBase); in allocate() 640 MemMap.unmap(NewMapEnd, MapEnd - NewMapEnd); in allocate() 649 MemMap.unmap(MemMap.getBase(), MemMap.getCapacity()); in allocate()
|
| H A D | mem_map.cpp | 38 ::scudo::unmap(reinterpret_cast<void *>(Addr), Size, UNMAP_ALL, &Data); in unmapImpl() 61 ::scudo::unmap(reinterpret_cast<void *>(Base), Capacity, UNMAP_ALL, &Data); in releaseImpl()
|
| H A D | trusty.cpp | 62 void unmap(UNUSED void *Addr, UNUSED uptr Size, UNUSED uptr Flags, in unmap() function
|
| H A D | vector.h | 84 ExternalBuffer.unmap(ExternalBuffer.getBase(), in destroy()
|
| H A D | mem_map_base.h | 33 void unmap(uptr Addr, uptr Size) { in unmap() function
|
| /freebsd-14.2/contrib/processor-trace/libipt/src/posix/ |
| H A D | pt_section_posix.c | 151 section->unmap = pt_sec_posix_unmap; in pt_sec_posix_map() 273 if (!mapping || !section->unmap || !section->read || !section->memsize) in pt_sec_posix_unmap() 277 section->unmap = NULL; in pt_sec_posix_unmap()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/ |
| H A D | guarded_pool_allocator_posix.cpp | 54 void GuardedPoolAllocator::unmap(void *Ptr, size_t Size) const { in unmap() function in gwp_asan::GuardedPoolAllocator 71 unmap(reinterpret_cast<void *>(State.GuardedPagePool), in unreserveGuardedPool()
|
| H A D | guarded_pool_allocator_fuchsia.cpp | 38 void GuardedPoolAllocator::unmap(void *Ptr, size_t Size) const { in unmap() function in gwp_asan::GuardedPoolAllocator
|
| /freebsd-14.2/sys/vm/ |
| H A D | vm_swapout.c | 178 vm_swapout_object_deactivate_page(pmap_t pmap, vm_page_t m, bool unmap) in vm_swapout_object_deactivate_page() argument 195 else if (unmap && vm_page_try_remove_all(m)) in vm_swapout_object_deactivate_page() 215 bool unmap; in vm_swapout_object_deactivate() local 228 unmap = true; in vm_swapout_object_deactivate() 230 unmap = false; in vm_swapout_object_deactivate() 240 vm_swapout_object_deactivate_page(pmap, m, unmap); in vm_swapout_object_deactivate()
|
| /freebsd-14.2/contrib/processor-trace/libipt/src/windows/ |
| H A D | pt_section_windows.c | 181 section->unmap = pt_sec_windows_unmap; in pt_sec_windows_map() 333 if (!mapping || !section->unmap || !section->read || !section->memsize) in pt_sec_windows_unmap() 337 section->unmap = NULL; in pt_sec_windows_unmap()
|
| /freebsd-14.2/contrib/processor-trace/libipt/test/src/ |
| H A D | ptunit-mapped_section.c | 140 static struct ptunit_result unmap(void) in unmap() function 193 ptu_run(suite, unmap); in main()
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/ |
| H A D | tst.memenable.ksh | 56 xdt:mem::page-grant-unmap,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileOutputBuffer.cpp | 50 Buffer.unmap(); in commit() 59 Buffer.unmap(); in ~OnDiskBuffer()
|
| /freebsd-14.2/contrib/processor-trace/libipt/internal/include/ |
| H A D | pt_section.h | 104 int (*unmap)(struct pt_section *sec); member
|
| /freebsd-14.2/sys/dev/xen/blkback/ |
| H A D | blkback.c | 1011 struct gnttab_unmap_grant_ref unmap[XBB_MAX_SEGMENTS_PER_REQLIST]; in xbb_unmap_reqlist() local 1021 unmap[invcount].host_addr = xbb_get_gntaddr(reqlist, i, 0); in xbb_unmap_reqlist() 1022 unmap[invcount].dev_bus_addr = 0; in xbb_unmap_reqlist() 1023 unmap[invcount].handle = reqlist->gnt_handles[i]; in xbb_unmap_reqlist() 1029 unmap, invcount); in xbb_unmap_reqlist() 2733 struct gnttab_unmap_grant_ref unmap[XBB_MAX_RING_PAGES]; in xbb_connect_ring() local 2747 unmap[j].host_addr = gnts[i].host_addr; in xbb_connect_ring() 2748 unmap[j].dev_bus_addr = gnts[i].dev_bus_addr; in xbb_connect_ring() 2749 unmap[j++].handle = gnts[i].handle; in xbb_connect_ring() 2753 GNTTABOP_unmap_grant_ref, unmap, j); in xbb_connect_ring()
|
| /freebsd-14.2/tools/bus_space/examples/ |
| H A D | am79c900_diag.py | 142 bus.unmap(pcicfg) 343 bus.unmap(io)
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | guarded_pool_allocator.h | 161 void unmap(void *Ptr, size_t Size) const;
|
| H A D | guarded_pool_allocator.cpp | 149 unmap(Metadata, in uninitTestOnly() 155 unmap(FreeSlots, in uninitTestOnly()
|
| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/ |
| H A D | dma.c | 542 goto unmap; in mt76_dma_tx_queue_skb() 547 goto unmap; in mt76_dma_tx_queue_skb() 556 goto unmap; in mt76_dma_tx_queue_skb() 565 goto unmap; in mt76_dma_tx_queue_skb() 570 unmap: in mt76_dma_tx_queue_skb()
|
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | ctl_backend_block.c | 166 cbb_dispatch_t unmap; member 1385 be_lun->unmap(be_lun, beio); in ctl_be_block_cw_dispatch_ws() 1463 if ((ptrlen->flags & ~SU_ANCHOR) != 0 || be_lun->unmap == NULL) { in ctl_be_block_cw_dispatch_unmap() 1480 be_lun->unmap(be_lun, beio); in ctl_be_block_cw_dispatch_unmap() 1898 be_lun->unmap = ctl_be_block_unmap_file; in ctl_be_block_open_file() 1995 int error, atomic, maxio, ref, unmap, tmp; in ctl_be_block_open_dev() local 2020 be_lun->unmap = ctl_be_block_unmap_dev; in ctl_be_block_open_dev() 2142 unmap = 1; in ctl_be_block_open_dev() 2150 unmap = (error == 0) ? arg.value.i : 0; in ctl_be_block_open_dev() 2154 unmap = (strcmp(value, "on") == 0); in ctl_be_block_open_dev() [all …]
|
| /freebsd-14.2/sys/arm64/iommu/ |
| H A D | iommu.c | 122 .unmap = iommu_domain_unmap_buf, 429 error = iodom->ops->unmap(iodom, entry, in iommu_domain_unload()
|
| /freebsd-14.2/sys/powerpc/powerpc/ |
| H A D | iommu_if.m | 47 METHOD int unmap {
|
| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | mmio.c | 617 goto unmap; in mt7915_mmio_wed_init_rx_buf() 621 goto unmap; in mt7915_mmio_wed_init_rx_buf() 631 goto unmap; in mt7915_mmio_wed_init_rx_buf() 641 unmap: in mt7915_mmio_wed_init_rx_buf()
|