Searched refs:ProtectionFlags (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | MemoryFlags.h | 44 inline sys::Memory::ProtectionFlags toSysMemoryProtectionFlags(MemProt MP) { in toSysMemoryProtectionFlags() 45 std::underlying_type_t<sys::Memory::ProtectionFlags> PF = 0; in toSysMemoryProtectionFlags() 52 return static_cast<sys::Memory::ProtectionFlags>(PF); in toSysMemoryProtectionFlags() 57 inline MemProt fromSysMemoryProtectionFlags(sys::Memory::ProtectionFlags PF) { in fromSysMemoryProtectionFlags()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Memory.h | 54 enum ProtectionFlags { enum 173 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF);
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbinfo3.c | 835 {ACPI_DMT_UINT32, ACPI_WSMT_OFFSET (ProtectionFlags), "Protection Flags", 0}, 836 {ACPI_DMT_FLAG0, ACPI_WSMT_FLAG_OFFSET (ProtectionFlags,0), "FIXED_COMM_BUFFERS", 0}, 837 …{ACPI_DMT_FLAG1, ACPI_WSMT_FLAG_OFFSET (ProtectionFlags,0), "COMM_BUFFER_NESTED_PTR_PROTECTION… 838 … {ACPI_DMT_FLAG2, ACPI_WSMT_FLAG_OFFSET (ProtectionFlags,0), "SYSTEM_RESOURCE_PROTECTION", 0},
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Memory.cpp | 34 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF) { in operator <<()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MemoryMapper.cpp | 129 sys::Memory::ProtectionFlags::MF_READ | in deinitialize() 130 sys::Memory::ProtectionFlags::MF_WRITE)) { in deinitialize()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.cpp | 376 const sys::Memory::ProtectionFlags ReadWrite = in allocate() 377 static_cast<sys::Memory::ProtectionFlags>(sys::Memory::MF_READ | in allocate()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl3.h | 1008 UINT32 ProtectionFlags; member
|