Searched refs:newProtectionFlags (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86VMTranslationMap64Bit.cpp679 uint64 newProtectionFlags = 0; local
681 newProtectionFlags = X86_64_PTE_USER;
683 newProtectionFlags |= X86_64_PTE_WRITABLE;
686 newProtectionFlags |= X86_64_PTE_NOT_EXECUTABLE;
689 newProtectionFlags = X86_64_PTE_WRITABLE;
721 | newProtectionFlags
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86VMTranslationMap32Bit.cpp703 uint32 newProtectionFlags = 0; local
705 newProtectionFlags = X86_PTE_USER;
707 newProtectionFlags |= X86_PTE_WRITABLE;
709 newProtectionFlags = X86_PTE_WRITABLE;
746 | newProtectionFlags
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.cpp1103 uint32 newProtectionFlags = 0;
1105 newProtectionFlags = PPC_PTE_USER;
1107 newProtectionFlags |= PPC_PTE_WRITABLE;
1109 newProtectionFlags = PPC_PTE_WRITABLE;
1146 | newProtectionFlags
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.cpp1103 uint32 newProtectionFlags = 0;
1105 newProtectionFlags = PPC_PTE_USER;
1107 newProtectionFlags |= PPC_PTE_WRITABLE;
1109 newProtectionFlags = PPC_PTE_WRITABLE;
1146 | newProtectionFlags
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp902 uint32 newProtectionFlags = 0;
904 newProtectionFlags = M68K_PTE_USER;
906 newProtectionFlags |= M68K_PTE_WRITABLE;
908 newProtectionFlags = M68K_PTE_WRITABLE;
945 | newProtectionFlags
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMVMTranslationMap32Bit.cpp705 uint32 newProtectionFlags = ARMPagingMethod32Bit::AttributesToPageTableEntryFlags(attributes); local
743 | newProtectionFlags | newMemoryTypeFlags,

Completed in 108 milliseconds