Home
last modified time | relevance | path

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

123

/freebsd/sys/vm/
H A Dvm_swapout.c139 vm_swapout_object_deactivate_page(pmap_t pmap, vm_page_t m, bool unmap) in vm_swapout_object_deactivate_page() argument
156 else if (unmap && vm_page_try_remove_all(m)) in vm_swapout_object_deactivate_page()
177 bool unmap; in vm_swapout_object_deactivate() local
190 unmap = true; in vm_swapout_object_deactivate()
192 unmap = false; in vm_swapout_object_deactivate()
203 vm_swapout_object_deactivate_page(pmap, m, unmap); in vm_swapout_object_deactivate()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dwed.c48 goto unmap; in mt76_wed_init_rx_buf()
52 goto unmap; in mt76_wed_init_rx_buf()
59 goto unmap; in mt76_wed_init_rx_buf()
72 unmap: in mt76_wed_init_rx_buf()
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_section_file.c163 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 Dpt_section.c614 if (!section->unmap) in pt_section_unmap()
617 status = section->unmap(section); in pt_section_unmap()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h67 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()
220 return unmap(H); in store()
295 Entry.MemMap.unmap(Entry.MemMap.getBase(), Entry.MemMap.getCapacity()); in store()
416 MemMap.unmap(MemMap.getBase(), MemMap.getCapacity()); in disableMemoryTagging()
454 MemMap.unmap(MemMap.getBase(), MemMap.getCapacity()); in empty()
659 MemMap.unmap(MapBase, NewMapBase - MapBase); in allocate()
666 MemMap.unmap(NewMapEnd, MapEnd - NewMapEnd); in allocate()
675 MemMap.unmap(MemMap.getBase(), MemMap.getCapacity()); in allocate()
H A Dmem_map.cpp38 ::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 Dtrusty.cpp62 void unmap(UNUSED void *Addr, UNUSED uptr Size, UNUSED uptr Flags, in unmap()
60 void unmap(UNUSED void *Addr, UNUSED uptr Size, UNUSED uptr Flags, unmap() function
H A Dvector.h89 ExternalBuffer.unmap(ExternalBuffer.getBase(), in destroy()
/freebsd/contrib/processor-trace/libipt/src/posix/
H A Dpt_section_posix.c151 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/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_posix.cpp54 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 Dguarded_pool_allocator_fuchsia.cpp38 void GuardedPoolAllocator::unmap(void *Ptr, size_t Size) const { in unmap() function in gwp_asan::GuardedPoolAllocator
/freebsd/contrib/processor-trace/libipt/src/windows/
H A Dpt_section_windows.c181 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/contrib/processor-trace/libipt/test/src/
H A Dptunit-mapped_section.c140 static struct ptunit_result unmap(void) in unmap() function
193 ptu_run(suite, unmap); in main()
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-5-setup.sh90 --disk $DISK-system,bus=virtio,cache=none,format=$FORMAT,driver.discard=unmap \
91 --disk $DISK-tests,bus=virtio,cache=none,format=$FORMAT,driver.discard=unmap \
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp50 Buffer.unmap(); in commit()
59 Buffer.unmap();
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.memenable.ksh56 xdt:mem::page-grant-unmap,
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx-gen2.c66 bool unmap) in iwl_txq_gen2_set_tb_with_wa() argument
79 goto unmap; in iwl_txq_gen2_set_tb_with_wa()
99 goto unmap; in iwl_txq_gen2_set_tb_with_wa()
105 goto unmap; in iwl_txq_gen2_set_tb_with_wa()
120 if (unmap) { in iwl_txq_gen2_set_tb_with_wa()
136 goto unmap; in iwl_txq_gen2_set_tb_with_wa()
145 unmap: in iwl_txq_gen2_set_tb_with_wa()
146 if (!unmap) in iwl_txq_gen2_set_tb_with_wa()
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c166 cbb_dispatch_t unmap; member
1421 (lbalen->flags & (SWS_UNMAP | SWS_ANCHOR) && be_lun->unmap == NULL)) { in ctl_be_block_cw_dispatch_ws()
1439 be_lun->unmap(be_lun, beio); in ctl_be_block_cw_dispatch_ws()
1519 if ((ptrlen->flags & ~SU_ANCHOR) != 0 || be_lun->unmap == NULL) { in ctl_be_block_cw_dispatch_unmap()
1536 be_lun->unmap(be_lun, beio); in ctl_be_block_cw_dispatch_unmap()
1579 be_lun->unmap(be_lun, beio); in ctl_be_block_cw_dispatch_wu()
1602 be_lun->unmap != NULL) { in ctl_be_block_cw_dispatch_wz()
1608 be_lun->unmap(be_lun, beio); in ctl_be_block_cw_dispatch_wz()
1678 if (be_lun->unmap == NULL) { in ctl_be_block_cw_dispatch_dsm()
1716 be_lun->unmap(be_lun, beio); in ctl_be_block_cw_dispatch_dsm()
[all …]
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h104 int (*unmap)(struct pt_section *sec); member
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c1011 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/tools/bus_space/examples/
H A Dam79c900_diag.py142 bus.unmap(pcicfg)
343 bus.unmap(io)
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h161 void unmap(void *Ptr, size_t Size) const;
H A Dguarded_pool_allocator.cpp151 unmap(Metadata, in uninitTestOnly()
157 unmap(FreeSlots, in uninitTestOnly()
/freebsd/sys/arm64/iommu/
H A Diommu.c121 .unmap = iommu_domain_unmap_buf,
414 error = iodom->ops->unmap(iodom, entry, in iommu_domain_unload()
/freebsd/sys/powerpc/powerpc/
H A Diommu_if.m47 METHOD int unmap {

123