Searched refs:unmap (Results 1 - 17 of 17) sorted by relevance

/haiku/headers/private/kernel/arch/mipsel/
H A Darch_vm_translation_map.h20 bool unmap);
/haiku/headers/private/kernel/arch/ppc/
H A Darch_vm_translation_map.h20 bool unmap);
/haiku/headers/private/kernel/arch/m68k/
H A Darch_vm_translation_map.h20 bool unmap);
/haiku/src/system/kernel/arch/ppc/paging/
H A DPPCVMTranslationMap.h37 size_t size, bool unmap) = 0;
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingStructures040.cpp128 #warning M68K: TODO: allocate all kernel pgdirs at boot and remove this (also dont remove them anymore from unmap)
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.h39 size_t size, bool unmap);
H A DPPCVMTranslationMap460.cpp553 size_t size, bool unmap)
580 // unmap the old pages
581 if (unmap)
1314 // page hasn't been accessed -- unmap it
552 RemapAddressRange(addr_t *_virtualAddress, size_t size, bool unmap) argument
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.h39 size_t size, bool unmap);
H A DPPCVMTranslationMapClassic.cpp553 size_t size, bool unmap)
580 // unmap the old pages
581 if (unmap)
1314 // page hasn't been accessed -- unmap it
552 RemapAddressRange(addr_t *_virtualAddress, size_t size, bool unmap) argument
/haiku/src/system/kernel/arch/ppc/
H A Darch_vm_translation_map.cpp353 ppc_remap_address_range(addr_t *_virtualAddress, size_t size, bool unmap) argument
360 return map->RemapAddressRange(_virtualAddress, size, unmap);
/haiku/src/add-ons/kernel/drivers/graphics/et6x00/
H A Ddriver.c524 goto unmap;
535 unmap:
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dblock.cpp507 " This unmap range will be skipped.");
634 " This unmap range will be skipped.");
658 cmd->unmap = 1;
714 " This unmap range will be skipped.");
738 cmd->unmap = 1;
/haiku/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c691 goto unmap;
738 unmap:
/haiku/src/add-ons/kernel/drivers/graphics/skeleton/
H A Ddriver.c703 goto unmap;
750 unmap:
/haiku/headers/private/drivers/
H A Dscsi_cmds.h545 unmap : 1,
567 unmap : 1,
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp200 #warning M68K: allocate all kernel pgdirs at boot and remove this (also dont remove them anymore from unmap)
770 // unmap the pg table from the indirect desc.
1246 // clear out the bottom 2 GB, unmap everything
1334 // unmap the page hole hack we were using before
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c2789 goto unmap;
2817 unmap:

Completed in 225 milliseconds