Home
last modified time | relevance | path

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

1234567

/openbsd-src/sys/dev/sbus/
H A Dqla_sbus.c130 goto unmap; in qla_sbus_attach()
136 goto unmap; in qla_sbus_attach()
142 goto unmap; in qla_sbus_attach()
152 unmap: in qla_sbus_attach()
H A Dif_ti_sbus.c92 goto unmap; in ti_sbus_attach()
108 unmap: in ti_sbus_attach()
H A Dqlw_sbus.c91 goto unmap; in qlw_sbus_attach()
145 unmap: in qlw_sbus_attach()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dmap_test.cpp29 scudo::unmap(P, Size, UNMAP_ALL, &Data); in TEST()
42 scudo::unmap(P, Size, 0, nullptr); in TEST()
61 scudo::unmap(P, Size + 2 * PageSize, UNMAP_ALL, &Data); in TEST()
77 scudo::unmap(P, Size, UNMAP_ALL, &Data); in TEST()
H A Dcommon_test.cpp51 unmap(P, Size, 0, &Data); in TEST()
69 unmap(P, Size, 0, &Data); in TEST()
/openbsd-src/sys/dev/pci/
H A Dif_ti_pci.c138 goto unmap; in ti_pci_attach()
148 goto unmap; in ti_pci_attach()
172 unmap: in ti_pci_attach()
H A Dpchtemp.c97 goto unmap; in pchtemp_attach()
110 goto unmap; in pchtemp_attach()
118 unmap: in pchtemp_attach()
H A Dmfi_pci.c129 goto unmap; in mfi_pci_attach()
137 goto unmap; in mfi_pci_attach()
149 unmap: in mfi_pci_attach()
H A Dnvme_pci.c102 goto unmap; in nvme_pci_attach()
111 goto unmap; in nvme_pci_attach()
126 unmap: in nvme_pci_attach()
H A Dif_ath_pci.c152 goto unmap; in ath_pci_attach()
160 goto unmap; in ath_pci_attach()
171 unmap: in ath_pci_attach()
H A Dmpi_pci.c138 goto unmap; in mpi_pci_attach()
147 goto unmap; in mpi_pci_attach()
180 unmap: in mpi_pci_attach()
H A Dif_vic.c406 goto unmap; in vic_attach()
415 goto unmap; in vic_attach()
426 goto unmap; in vic_attach()
442 goto unmap; in vic_attach()
450 goto unmap; in vic_attach()
457 goto unmap; in vic_attach()
462 goto unmap; in vic_attach()
467 goto unmap; in vic_attach()
512 unmap: in vic_attach()
1381 goto unmap; in vic_alloc_dmamem()
[all …]
/openbsd-src/sys/dev/isa/
H A Dpas.c339 goto unmap; in pasprobe()
347 goto unmap; in pasprobe()
351 goto unmap; in pasprobe()
361 goto unmap; in pasprobe()
367 unmap: in pasprobe()
/openbsd-src/sys/arch/armv7/marvell/
H A Dmvxhci.c136 goto unmap; in mvxhci_attach()
148 goto unmap; in mvxhci_attach()
168 unmap: in mvxhci_attach()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h67 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()
147 return unmap(H); in store()
225 unmap(reinterpret_cast<void *>(Entry.MapBase), Entry.MapSize, UNMAP_ALL, in store()
322 unmap(reinterpret_cast<void *>(Quarantine[I].MapBase), in disableMemoryTagging()
364 unmap(MapInfo[I].MapBase, MapInfo[I].MapSize, UNMAP_ALL, in empty()
560 unmap(reinterpret_cast<void *>(MapBase), NewMapBase - MapBase, 0, &Data); in allocate()
567 unmap(reinterpret_cast<void *>(NewMapEnd), MapEnd - NewMapEnd, 0, &Data); in allocate()
/openbsd-src/sys/arch/sparc64/dev/
H A Dmsi.c60 goto unmap; in msi_eq_alloc()
68 unmap: in msi_eq_alloc()
/openbsd-src/sys/dev/fdt/
H A Dif_bse_fdt.c79 goto unmap; in bse_fdt_attach()
112 unmap: in bse_fdt_attach()
H A Dahci_fdt.c85 goto unmap; in ahci_fdt_attach()
107 unmap: in ahci_fdt_attach()
H A Dcdsdhc.c114 goto unmap; in cdsdhc_attach()
139 unmap: in cdsdhc_attach()
/openbsd-src/sys/dev/acpi/
H A Dehci_acpi.c103 goto unmap; in ehci_acpi_attach()
123 unmap: in ehci_acpi_attach()
H A Dif_bse_acpi.c97 goto unmap; in bse_acpi_attach()
125 unmap: in bse_acpi_attach()
H A Dxhci_acpi.c150 goto unmap; in xhci_acpi_attach()
170 unmap: in xhci_acpi_attach()
/openbsd-src/gnu/llvm/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()
/openbsd-src/sys/arch/arm64/dev/
H A Dapldma.c156 goto unmap; in apldma_attach()
198 unmap: in apldma_attach()
336 goto unmap; in apldma_allocm()
347 unmap: in apldma_allocm()
H A Dampchwm.c140 goto unmap; in ampchwm_attach()
153 goto unmap; in ampchwm_attach()
162 unmap: in ampchwm_attach()

1234567