| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | secondary.h | 67 static void unmap(LargeBlock::Header *H) { in unmap() function 69 unmap(reinterpret_cast<void *>(H->MapBase), H->MapSize, UNMAP_ALL, &Data); in unmap() 79 void store(UNUSED Options Options, LargeBlock::Header *H) { unmap(H); } in store() 134 return unmap(H); in store() 212 unmap(reinterpret_cast<void *>(Entry.MapBase), Entry.MapSize, UNMAP_ALL, in store() 309 unmap(reinterpret_cast<void *>(Quarantine[I].MapBase), in disableMemoryTagging() 351 unmap(MapInfo[I].MapBase, MapInfo[I].MapSize, UNMAP_ALL, in empty() 546 unmap(reinterpret_cast<void *>(MapBase), NewMapBase - MapBase, 0, &Data); in allocate() 553 unmap(reinterpret_cast<void *>(NewMapEnd), MapEnd - NewMapEnd, 0, &Data); in allocate()
|
| D | primary32.h | 89 unmap(reinterpret_cast<void *>(RegionsStash[--NumberOfStashedRegions]), in unmapTestOnly() 102 unmap(reinterpret_cast<void *>(I * RegionSize), RegionSize); in unmapTestOnly() 295 unmap(reinterpret_cast<void *>(MapBase), Region - MapBase); in allocateRegionSlow() 300 unmap(reinterpret_cast<void *>(End), MapEnd - End); in allocateRegionSlow()
|
| D | trusty.cpp | 60 void unmap(UNUSED void *Addr, UNUSED uptr Size, UNUSED uptr Flags, in unmap() function
|
| D | vector.h | 29 unmap(Data, CapacityBytes); in destroy()
|
| D | linux.cpp | 76 void unmap(void *Addr, uptr Size, UNUSED uptr Flags, in unmap() function
|
| D | common.h | 166 void unmap(void *Addr, uptr Size, uptr Flags = 0,
|
| D | fuchsia.cpp | 117 void unmap(void *Addr, uptr Size, uptr Flags, MapPlatformData *Data) { in unmap() function
|
| /freebsd-12-stable/contrib/processor-trace/libipt/src/ |
| 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()
|
| D | pt_section.c | 603 if (!section->unmap) in pt_section_unmap() 606 status = section->unmap(section); in pt_section_unmap()
|
| /freebsd-12-stable/contrib/processor-trace/libipt/src/posix/ |
| D | pt_section_posix.c | 146 section->unmap = pt_sec_posix_unmap; in pt_sec_posix_map() 266 if (!mapping || !section->unmap || !section->read || !section->memsize) in pt_sec_posix_unmap() 270 section->unmap = NULL; in pt_sec_posix_unmap()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/ |
| 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()
|
| D | guarded_pool_allocator_fuchsia.cpp | 38 void GuardedPoolAllocator::unmap(void *Ptr, size_t Size) const { in unmap() function in gwp_asan::GuardedPoolAllocator
|
| /freebsd-12-stable/contrib/processor-trace/libipt/src/windows/ |
| D | pt_section_windows.c | 181 section->unmap = pt_sec_windows_unmap; in pt_sec_windows_map() 334 if (!mapping || !section->unmap || !section->read || !section->memsize) in pt_sec_windows_unmap() 338 section->unmap = NULL; in pt_sec_windows_unmap()
|
| /freebsd-12-stable/contrib/processor-trace/libipt/test/src/ |
| D | ptunit-mapped_section.c | 140 static struct ptunit_result unmap(void) in unmap() function 193 ptu_run(suite, unmap); in main()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | FileOutputBuffer.cpp | 49 Buffer.unmap(); in commit() 58 Buffer.unmap(); in ~OnDiskBuffer()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/ |
| D | tst.memenable.ksh | 56 xdt:mem::page-grant-unmap,
|
| /freebsd-12-stable/sys/dev/virtio/block/ |
| D | virtio_blk.h | 156 uint32_t unmap:1; member
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| D | guarded_pool_allocator.cpp | 134 unmap(Metadata, in uninitTestOnly() 140 unmap(FreeSlots, in uninitTestOnly()
|
| D | guarded_pool_allocator.h | 151 void unmap(void *Ptr, size_t Size) const;
|
| /freebsd-12-stable/contrib/processor-trace/libipt/internal/include/ |
| D | pt_section.h | 104 int (*unmap)(struct pt_section *sec); member
|
| /freebsd-12-stable/sys/dev/xen/blkback/ |
| D | blkback.c | 1089 struct gnttab_unmap_grant_ref unmap[XBB_MAX_SEGMENTS_PER_REQLIST]; in xbb_unmap_reqlist() local 1100 unmap[invcount].host_addr = xbb_get_gntaddr(reqlist, i, 0); in xbb_unmap_reqlist() 1101 unmap[invcount].dev_bus_addr = 0; in xbb_unmap_reqlist() 1102 unmap[invcount].handle = reqlist->gnt_handles[i]; in xbb_unmap_reqlist() 1108 unmap, invcount); in xbb_unmap_reqlist() 2912 struct gnttab_unmap_grant_ref unmap[XBB_MAX_RING_PAGES]; in xbb_connect_ring() local 2926 unmap[j].host_addr = gnts[i].host_addr; in xbb_connect_ring() 2927 unmap[j].dev_bus_addr = gnts[i].dev_bus_addr; in xbb_connect_ring() 2928 unmap[j++].handle = gnts[i].handle; in xbb_connect_ring() 2932 GNTTABOP_unmap_grant_ref, unmap, j); in xbb_connect_ring()
|
| /freebsd-12-stable/tools/bus_space/examples/ |
| D | am79c900_diag.py | 143 bus.unmap(pcicfg) 344 bus.unmap(io)
|
| /freebsd-12-stable/sys/cam/ctl/ |
| D | ctl_backend_block.c | 163 cbb_dispatch_t unmap; member 1278 (lbalen->flags & (SWS_UNMAP | SWS_ANCHOR) && be_lun->unmap == NULL)) { in ctl_be_block_cw_dispatch_ws() 1296 be_lun->unmap(be_lun, beio); in ctl_be_block_cw_dispatch_ws() 1375 if ((ptrlen->flags & ~SU_ANCHOR) != 0 || be_lun->unmap == NULL) { in ctl_be_block_cw_dispatch_unmap() 1392 be_lun->unmap(be_lun, beio); in ctl_be_block_cw_dispatch_unmap() 1808 be_lun->unmap = NULL; in ctl_be_block_open_file() 1895 int error, atomic, maxio, ref, unmap, tmp; in ctl_be_block_open_dev() local 1920 be_lun->unmap = ctl_be_block_unmap_dev; in ctl_be_block_open_dev() 2042 unmap = 1; in ctl_be_block_open_dev() 2050 unmap = (error == 0) ? arg.value.i : 0; in ctl_be_block_open_dev() [all …]
|
| /freebsd-12-stable/usr.sbin/bhyve/ |
| D | pci_virtio_block.c | 178 uint32_t unmap:1; member 348 if (discard->flags.unmap != 0 || discard->flags.reserved != 0) { in pci_vtblk_proc()
|
| /freebsd-12-stable/sys/powerpc/powerpc/ |
| D | iommu_if.m | 48 METHOD int unmap {
|