/haiku/docs/develop/kernel/vm/ |
H A D | VM_TODOs | 1 - unmap the page of all areas from the cache when a newly added page shadows one
|
H A D | vm_daemon | 17 …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 D | arch_vm_translation_map.h | 20 bool unmap);
|
/haiku/headers/private/kernel/arch/ppc/ |
H A D | arch_vm_translation_map.h | 20 bool unmap);
|
/haiku/headers/private/kernel/arch/m68k/ |
H A D | arch_vm_translation_map.h | 20 bool unmap);
|
/haiku/src/system/kernel/arch/ppc/paging/ |
H A D | PPCVMTranslationMap.h | 37 size_t size, bool unmap) = 0;
|
/haiku/src/system/kernel/arch/ppc/ |
H A D | arch_vm_translation_map.cpp | 353 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 D | M68KPagingStructures040.cpp | 128 …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 D | PPCVMTranslationMapClassic.h | 39 size_t size, bool unmap);
|
H A D | PPCVMTranslationMapClassic.cpp | 553 size_t size, bool unmap) in RemapAddressRange() argument 581 if (unmap) in RemapAddressRange()
|
/haiku/src/system/kernel/arch/ppc/paging/460/ |
H A D | PPCVMTranslationMap460.h | 39 size_t size, bool unmap);
|
H A D | PPCVMTranslationMap460.cpp | 553 size_t size, bool unmap) in RemapAddressRange() argument 581 if (unmap) in RemapAddressRange()
|
/haiku/src/add-ons/kernel/drivers/graphics/et6x00/ |
H A D | driver.c | 524 goto unmap; in et6000OpenHook() 535 unmap: in et6000OpenHook()
|
/haiku/headers/private/drivers/ |
H A D | scsi_cmds.h | 545 unmap : 1, 567 unmap : 1,
|
/haiku/src/add-ons/kernel/generic/scsi_periph/ |
H A D | block.cpp | 658 cmd->unmap = 1; in trim_writesame16() 738 cmd->unmap = 1; in trim_writesame10()
|
/haiku/src/add-ons/kernel/drivers/graphics/via/ |
H A D | driver.c | 691 goto unmap; in open_hook() 738 unmap: in open_hook()
|
/haiku/src/add-ons/kernel/drivers/graphics/skeleton/ |
H A D | driver.c | 703 goto unmap; in open_hook() 750 unmap: in open_hook()
|
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/ |
H A D | if_rge.c | 2651 goto unmap; 2679 unmap:
|
/haiku/src/system/kernel/arch/m68k/ |
H A D | arch_vm_translation_map_impl.cpp | 200 …M68K: allocate all kernel pgdirs at boot and remove this (also dont remove them anymore from unmap)
|