Home
last modified time | relevance | path

Searched refs:access_type (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_sdk.c194 void *buf, enum mlx5_fpga_access_type access_type) in mlx5_fpga_mem_read() argument
198 if (access_type == MLX5_FPGA_ACCESS_TYPE_DONTCARE) in mlx5_fpga_mem_read()
199 access_type = fdev->shell_conn ? MLX5_FPGA_ACCESS_TYPE_RDMA : in mlx5_fpga_mem_read()
203 size, (uintmax_t)addr, access_type ? "RDMA" : "I2C"); in mlx5_fpga_mem_read()
205 switch (access_type) { in mlx5_fpga_mem_read()
218 access_type); in mlx5_fpga_mem_read()
227 void *buf, enum mlx5_fpga_access_type access_type) in mlx5_fpga_mem_write() argument
231 if (access_type == MLX5_FPGA_ACCESS_TYPE_DONTCARE) in mlx5_fpga_mem_write()
232 access_type = fdev->shell_conn ? MLX5_FPGA_ACCESS_TYPE_RDMA : in mlx5_fpga_mem_write()
236 size, (uintmax_t)addr, access_type ? "RDMA" : "I2C"); in mlx5_fpga_mem_write()
[all …]
H A Dsdk.h259 void *buf, enum mlx5_fpga_access_type access_type);
277 void *buf, enum mlx5_fpga_access_type access_type);
/freebsd/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_char.c43 enum mlx5_fpga_access_type access_type; member
60 context->access_type = MLX5_FPGA_ACCESS_TYPE_DONTCARE; in tools_char_open()
67 u64 address, enum mlx5_fpga_access_type access_type, size_t *retcnt) in mem_read() argument
74 ret = mlx5_fpga_mem_read(tdev->fdev, count, address, buf, access_type); in mem_read()
88 u64 address, enum mlx5_fpga_access_type access_type, size_t *retcnt) in mem_write() argument
95 ret = mlx5_fpga_mem_write(tdev->fdev, count, address, buf, access_type); in mem_write()
151 context->access_type, &len1); in tools_char_read()
186 context->access_type, &len1); in tools_char_write()
222 context->access_type = arg; in tools_char_ioctl()
H A Dtools.h58 enum mlx5_fpga_access_type access_type);
61 enum mlx5_fpga_access_type access_type);
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp108 descr->access_type = kAccessTypeLeft; in GetAccessToHeapChunkInformation()
110 descr->access_type = kAccessTypeRight; in GetAccessToHeapChunkInformation()
116 descr->access_type = kAccessTypeInside; in GetAccessToHeapChunkInformation()
118 descr->access_type = kAccessTypeUnknown; in GetAccessToHeapChunkInformation()
130 switch (descr.access_type) { in PrintHeapChunkAccess()
H A Dasan_descriptions.h116 u32 access_type : 2; member
H A Dasan_report.cpp410 hdesc1.chunk_access.access_type == kAccessTypeInside) in IsInvalidPointerPair()
412 hdesc2.chunk_access.access_type != kAccessTypeInside || in IsInvalidPointerPair()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp114 addr_t access_type = in RetrieveReportData() local
137 dict->AddIntegerItem("access_type", access_type); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp163 addr_t access_type = RetrieveReportData() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp256 const char *access_type = in ReportDeadlySignalImpl() local
260 Report("The signal is caused by a %s memory access.\n", access_type); in ReportDeadlySignalImpl()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.h152 uint32_t access_type; member
H A Dqlnx_ioctl.c436 if (reg_rd_wr->access_type == QLNX_REG_ACCESS_DIRECT) { in qlnx_reg_rd_wr()
443 if (reg_rd_wr->access_type == QLNX_REG_ACCESS_DIRECT) { in qlnx_reg_rd_wr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp110 lldb::AccessType access_type = TranslateMemberAccess(access); in AddMethod() local
115 access_type, attrs.isVirtual(), attrs.isStatic(), false, false, false, in AddMethod()
H A DPdbAstBuilder.cpp84 lldb::AccessType access_type = TranslateMemberAccess(access); in AddMethod() local
91 /*mangled_name=*/nullptr, func_ct, /*access=*/access_type, in AddMethod()
/freebsd/sys/fs/udf/
H A Decma167-udf.h280 uint32_t access_type; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h330 lldb::AccessType access_type,
430 lldb::AccessType access_type, llvm::StringRef class_name, int kind,
1097 lldb::AccessType access_type, const char *parent_name, int tag_decl_kind,
H A DTypeSystemClang.cpp1222 AccessType access_type, llvm::StringRef name, int kind, in CreateRecordType() argument
1283 if (access_type != eAccessNone) in CreateRecordType()
1284 decl->setAccess(ConvertAccessTypeToAccessSpecifier(access_type)); in CreateRecordType()
1544 lldb::AccessType access_type, llvm::StringRef class_name, int kind, in CreateClassTemplateDecl() argument
1606 if (access_type != eAccessNone) in CreateClassTemplateDecl()
1608 ConvertAccessTypeToAccessSpecifier(access_type)); in CreateClassTemplateDecl()
9035 lldb::AccessType access_type, const char *parent_name, int tag_decl_kind, in ParseClassTemplateDecl() argument
9043 return CreateClassTemplateDecl(decl_ctx, owning_module, access_type, in ParseClassTemplateDecl()
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c2257 int access_type, offset, allowed; in vmx_handle_apic_access() local
2263 access_type = APIC_ACCESS_TYPE(qual); in vmx_handle_apic_access()
2267 if (access_type == 0) { in vmx_handle_apic_access()
2282 } else if (access_type == 1) { in vmx_handle_apic_access()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c868 uint16_t access_type, uint64_t fuid, uint16_t entry_type) in zfs_set_ace() argument
873 aclp->z_ops->ace_type_set(acep, access_type); in zfs_set_ace()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c886 uint16_t access_type, uint64_t fuid, uint16_t entry_type) in zfs_set_ace() argument
891 aclp->z_ops->ace_type_set(acep, access_type); in zfs_set_ace()
/freebsd/sys/dev/ixl/
H A Di40e_adminq_cmd.h407 __le16 access_type; member
H A Di40e_common.c3498 cmd_resp->access_type = CPU_TO_LE16(access); in i40e_aq_request_resource()
/freebsd/sys/dev/ice/
H A Dice_adminq_cmd.h108 __le16 access_type; member
H A Dice_common.c2108 cmd_resp->access_type = CPU_TO_LE16(access);