HomeSort by: relevance | last modified time | path
    Searched defs:Unmap (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 376 void ReservedAddressRange::Unmap(uptr addr, uptr size) {
379 // If we unmap the whole range, just null out the base.
sanitizer_posix_libcdep.cc 376 void ReservedAddressRange::Unmap(uptr addr, uptr size) {
379 // If we unmap the whole range, just null out the base.
sanitizer_fuchsia.cc 275 CHECK("unable to unmap" && 0);
281 void ReservedAddressRange::Unmap(uptr addr, uptr size) {
327 // beginning of the VMO, and unmap the excess before and after.
sanitizer_fuchsia.cc 275 CHECK("unable to unmap" && 0);
281 void ReservedAddressRange::Unmap(uptr addr, uptr size) {
327 // beginning of the VMO, and unmap the excess before and after.
sanitizer_win.cc 126 // MEM_RELEASE can only be used to unmap whole regions previously mapped with
134 CHECK("unable to unmap" && 0);
168 // If we got it right on the first try, return. Otherwise, unmap it and go to
176 // unmap, and try to allocate at that aligned address.
255 void ReservedAddressRange::Unmap(uptr addr, uptr size) {
256 // Only unmap if it covers the entire range.
258 // We unmap the whole range, just null out the base.
sanitizer_win.cc 126 // MEM_RELEASE can only be used to unmap whole regions previously mapped with
134 CHECK("unable to unmap" && 0);
168 // If we got it right on the first try, return. Otherwise, unmap it and go to
176 // unmap, and try to allocate at that aligned address.
255 void ReservedAddressRange::Unmap(uptr addr, uptr size) {
256 // Only unmap if it covers the entire range.
258 // We unmap the whole range, just null out the base.
  /src/sys/external/bsd/gnu-efi/dist/inc/
efipciio.h 362 EFI_PCI_IO_PROTOCOL_UNMAP Unmap;
391 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_UNMAP Unmap;
efipciio.h 362 EFI_PCI_IO_PROTOCOL_UNMAP Unmap;
391 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_UNMAP Unmap;
efiprot.h 670 EFI_IO_UNMAP Unmap;
efiprot.h 670 EFI_IO_UNMAP Unmap;
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 1102 ACPI_EFI_UNKNOWN_INTERFACE Unmap;
acefiex.h 1102 ACPI_EFI_UNKNOWN_INTERFACE Unmap;

Completed in 67 milliseconds