Home
last modified time | relevance | path

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

/haiku/docs/develop/kernel/vm/
H A DVM_TODOs1 - unmap the page of all areas from the cache when a newly added page shadows one
H A Dvm_daemon17 …If the page is not accessed and is active and we need space (free_target), unmap it. If this is th…
/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/ppc/
H A Darch_vm_translation_map.cpp353 ppc_remap_address_range(addr_t *_virtualAddress, size_t size, bool unmap) in ppc_remap_address_range() argument
360 return map->RemapAddressRange(_virtualAddress, size, unmap); in ppc_remap_address_range()
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingStructures040.cpp128 …TODO: allocate all kernel pgdirs at boot and remove this (also dont remove them anymore from unmap) in UpdateAllPageDirs()
/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) in RemapAddressRange() argument
581 if (unmap) in RemapAddressRange()
/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) in RemapAddressRange() argument
581 if (unmap) in RemapAddressRange()
/haiku/src/add-ons/kernel/drivers/graphics/et6x00/
H A Ddriver.c524 goto unmap; in et6000OpenHook()
535 unmap: in et6000OpenHook()
/haiku/headers/private/drivers/
H A Dscsi_cmds.h545 unmap : 1,
567 unmap : 1,
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dblock.cpp658 cmd->unmap = 1; in trim_writesame16()
738 cmd->unmap = 1; in trim_writesame10()
/haiku/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c691 goto unmap; in open_hook()
738 unmap: in open_hook()
/haiku/src/add-ons/kernel/drivers/graphics/skeleton/
H A Ddriver.c703 goto unmap; in open_hook()
750 unmap: in open_hook()
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c2651 goto unmap;
2679 unmap:
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp200 …M68K: allocate all kernel pgdirs at boot and remove this (also dont remove them anymore from unmap)