Home
last modified time | relevance | path

Searched refs:ReadWrite (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/executer/
H A Dexfldio.c62 UINT32 ReadWrite);
406 UINT32 ReadWrite) in AcpiExFieldDatumIo() argument
415 if (ReadWrite == ACPI_READ) in AcpiExFieldDatumIo()
456 if (ReadWrite == ACPI_READ) in AcpiExFieldDatumIo()
519 ObjDesc, FieldDatumByteOffset, Value, ReadWrite); in AcpiExFieldDatumIo()
548 if (ReadWrite == ACPI_READ) in AcpiExFieldDatumIo()
581 if (ReadWrite == ACPI_READ) in AcpiExFieldDatumIo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp82 const sys::Memory::ProtectionFlags ReadWrite = in allocate() local
104 sys::Memory::allocateMappedMemory(TotalSize, nullptr, ReadWrite, EC); in allocate()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp300 case DerefKind::ReadWrite: in dereferenceParam()
344 case DerefKind::ReadWrite: in dereferenceVar()
367 case DerefKind::ReadWrite: in dereferenceVar()
H A DByteCodeExprGen.h176 ReadWrite, enumerator
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_mutex_test.cc106 TEST(Mutex, ReadWrite) { in TEST() argument
/netbsd-src/sys/external/bsd/acpica/dist/tests/misc/
H A Dbadcode.asl295 DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxNotFixed, NonCacheable, ReadWrite,
312 QWordMemory (ResourceProducer, PosDecode, MinNotFixed, MaxFixed, Cacheable, ReadWrite,
H A Dgrammar.asl289 DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
316 QWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
337 … ExtendedMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
358 Memory32Fixed (ReadWrite, 0x00100000, 0x00000000)
531 …DWORDMemory(ResourceProducer,PosDecode,MinFixed,MaxFixed,NonCacheable,ReadWrite,0x00000000,0xD8000…
536 …DWORDMemory(ResourceProducer,PosDecode,MinFixed,MaxFixed,NonCacheable,ReadWrite,0x00000000,0xD8000…
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Definet.h270 IN BOOLEAN ReadWrite,
/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dlib.h145 ReadWrite, enumerator
H A Dplist.c519 if (!pkgdb_open(ReadWrite)) { in delete_package()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td32 // bits<2> ReadWrite = op{11 - 10};
44 // FIXME: add "ReadWrite", "Mode", "Extra", "Number" fields when needed.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h57 ReadWrite = 3, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def121 HANDLE_MDMP_PROTECT(0x04, ReadWrite, PAGE_READ_WRITE)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h401 const sys::Memory::ProtectionFlags ReadWrite = in allocateHostBlocks() local
406 sys::Memory::allocateMappedMemory(*TotalSize, nullptr, ReadWrite, EC); in allocateHostBlocks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAMDGPUMetadata.cpp33 YIO.enumCase(EN, "ReadWrite", AccessQualifier::ReadWrite); in enumeration()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacinterp.h246 UINT32 ReadWrite);
/netbsd-src/external/bsd/pkg_install/dist/delete/
H A Dpkg_delete.c731 r = pkgdb_open(ReadWrite); in main()
/netbsd-src/external/bsd/pkg_install/dist/admin/
H A Dmain.c183 if (!pkgdb_open(ReadWrite)) in add_pkg()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp452 const sys::Memory::ProtectionFlags ReadWrite = in JITLinkSlabAllocator() local
458 sys::Memory::allocateMappedMemory(SlabSize, nullptr, ReadWrite, EC); in JITLinkSlabAllocator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp89 .Case("read_write", AccessQualifier::ReadWrite) in getAccessQualifier()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUUsage.rst2790 - "ReadWrite"
2812 - "ReadWrite"
/netbsd-src/sys/external/bsd/acpica/dist/
H A Dchanges.txt14578 The ReadWrite parameter is now optional for the Memory32 and similar