Searched refs:set_area_protection (Results 1 - 14 of 14) sorted by relevance

/haiku/src/system/kernel/arch/x86/
H A Darch_altcodepatch.cpp39 set_area_protection(info->text_region.id, kernelProtection | B_KERNEL_WRITE_AREA);
53 set_area_protection(info->text_region.id, kernelProtection);
/haiku/src/bin/debug/strace/
H A Darea.cpp90 Syscall *set_area_protection = get_syscall("_kern_set_area_protection"); local
91 set_area_protection->GetParameter("newProtection")->SetHandler(
/haiku/src/system/libroot/os/
H A Darea.c63 set_area_protection(area_id id, uint32 protection) function
/haiku/src/tests/system/kernel/
H A Dset_area_protection_test1.cpp130 status_t error = set_area_protection(areas[i],
135 fprintf(stderr, "parent: Error: set_area_protection(areas[%d]) "
/haiku/src/system/kernel/debug/
H A DBreakpointManager.cpp739 error = set_area_protection(area,
754 set_area_protection(area, areaInfo.protection);
H A Dsystem_profiler.cpp1685 status_t status = set_area_protection(newArea, B_READ_AREA);
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Dradeon_hd.cpp118 set_area_protection(info.rom_area,
230 set_area_protection(info.rom_area,
/haiku/headers/os/kernel/
H A DOS.h106 extern status_t set_area_protection(area_id id, uint32 newProtection);
/haiku/src/system/kernel/
H A Delf.cpp1332 set_area_protection(image->text_region.id,
2383 set_area_protection(image->text_region.id,
/haiku/src/kits/media/
H A DMediaDefs.cpp823 set_area_protection(meta_data_area, B_READ_AREA);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2398 void set_area_protection() {} function
H A Dlibroot_stubs_legacy.c2383 void set_area_protection() {} function
/haiku/src/system/kernel/vm/
H A Dvm.cpp6332 set_area_protection(area_id area, uint32 newProtection) function
6362 status = set_area_protection(id, info.protection | B_CLONEABLE_AREA);
6378 set_area_protection(clonedArea, info.protection);
6873 // The whole area is covered: let set_area_protection handle it.
/haiku/src/kits/app/
H A DMessage.cpp1195 set_area_protection(fHeader->message_area, B_READ_AREA);

Completed in 181 milliseconds