Searched refs:access_type (Results 1 - 25 of 53) sorted by relevance

123

/linux-master/kernel/kcsan/
H A Dkcsan.h123 void kcsan_report_set_info(const volatile void *ptr, size_t size, int access_type,
131 void kcsan_report_known_origin(const volatile void *ptr, size_t size, int access_type,
139 void kcsan_report_unknown_origin(const volatile void *ptr, size_t size, int access_type,
H A Dreport.c32 int access_type; member in struct:access_info
433 get_bug_type(ai->access_type | other_info->ai.access_type),
437 pr_err("BUG: KCSAN: %s in %pS\n", get_bug_type(ai->access_type),
446 get_access_type(other_info->ai.access_type), other_info->ai.ptr,
459 get_access_type(ai->access_type), ai->ptr, ai->size,
463 get_access_type(ai->access_type), ai->ptr, ai->size,
638 int access_type, unsigned long ip)
643 .access_type = access_type,
637 prepare_access_info(const volatile void *ptr, size_t size, int access_type, unsigned long ip) argument
651 kcsan_report_set_info(const volatile void *ptr, size_t size, int access_type, unsigned long ip, int watchpoint_idx) argument
666 kcsan_report_known_origin(const volatile void *ptr, size_t size, int access_type, unsigned long ip, enum kcsan_value_change value_change, int watchpoint_idx, u64 old, u64 new, u64 mask) argument
700 kcsan_report_unknown_origin(const volatile void *ptr, size_t size, int access_type, unsigned long ip, u64 old, u64 new, u64 mask) argument
[all...]
H A Dselftest.c125 #define __KCSAN_CHECK_BARRIER(access_type, barrier, name) \
127 reorder_access->type = (access_type) | KCSAN_ACCESS_SCOPED; \
131 pr_err("improperly instrumented type=(" #access_type "): " name "\n"); \
/linux-master/tools/testing/selftests/bpf/progs/
H A Ddev_cgroup.c15 short type = ctx->access_type & 0xFFFF;
17 short access = ctx->access_type >> 16;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dsdk.c125 void *buf, enum mlx5_fpga_access_type access_type)
129 switch (access_type) {
136 mlx5_fpga_warn(fdev, "Unexpected read access_type %u\n",
137 access_type);
146 void *buf, enum mlx5_fpga_access_type access_type)
150 switch (access_type) {
157 mlx5_fpga_warn(fdev, "Unexpected write access_type %u\n",
158 access_type);
124 mlx5_fpga_mem_read(struct mlx5_fpga_device *fdev, size_t size, u64 addr, void *buf, enum mlx5_fpga_access_type access_type) argument
145 mlx5_fpga_mem_write(struct mlx5_fpga_device *fdev, size_t size, u64 addr, void *buf, enum mlx5_fpga_access_type access_type) argument
H A Dsdk.h169 * @access_type: Method for reading
179 void *buf, enum mlx5_fpga_access_type access_type);
187 * @access_type: Method for writing
197 void *buf, enum mlx5_fpga_access_type access_type);
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_ldst.c31 enum access_type { enum
42 int consume_stack(unsigned long target_sp, unsigned long stack_high, int delta, enum access_type type)
114 int child(unsigned int stack_used, int delta, enum access_type type)
129 static int test_one(unsigned int stack_used, int delta, enum access_type type)
157 static void test_one_type(enum access_type type, unsigned long page_size, unsigned long rlim_cur)
/linux-master/arch/mips/pci/
H A Dops-lantiq.c26 static int ltq_pci_config_access(unsigned char access_type, struct pci_bus *bus, argument
46 if (access_type == PCI_ACCESS_WRITE) {
65 if (((*data) == 0xffffffff) && (access_type == PCI_ACCESS_READ))
H A Dops-msc.c33 static int msc_pcibios_config_access(unsigned char access_type, argument
50 if (access_type == PCI_ACCESS_WRITE)
H A Dops-gt64xxx_pci0.c30 static int gt64xxx_pci0_pcibios_config_access(unsigned char access_type, argument
50 if (access_type == PCI_ACCESS_WRITE) {
H A Dops-loongson2.c32 static int loongson_pcibios_config_access(unsigned char access_type, argument
58 switch (access_type) {
92 if (access_type == PCI_ACCESS_WRITE)
H A Dops-bonito64.c24 static int bonito64_pcibios_config_access(unsigned char access_type, argument
60 if (access_type == PCI_ACCESS_WRITE) {
H A Dops-rc32434.c46 static inline int config_access(unsigned char access_type, argument
57 if (access_type == PCI_ACCESS_WRITE)
/linux-master/arch/x86/events/intel/
H A Duncore_discovery.h74 access_type : 2; member in struct:uncore_global_discovery::__anon53::__anon54
100 access_type : 2; member in struct:uncore_unit_discovery::__anon57::__anon58
118 enum uncore_access_type access_type; member in struct:intel_uncore_discovery_type
H A Duncore_discovery.c83 if (unit->access_type >= UNCORE_ACCESS_MAX) {
84 pr_warn("Unsupported access type %d\n", unit->access_type);
96 type->access_type = unit->access_type;
97 num_discovered_types[type->access_type]++;
276 if (unit.access_type >= UNCORE_ACCESS_MAX)
616 if (type->access_type != type_id)
/linux-master/drivers/platform/x86/intel/pmt/
H A Dtelemetry.h13 u8 access_type; member in struct:telem_header
H A Dclass.h36 u8 access_type; member in struct:intel_pmt_header
H A Dtelemetry.c78 header->access_type = TELEM_ACCESS(readl(disc_table));
90 if (header->size == 0 || header->access_type == 0xF)
108 ep->header.access_type = entry->header.access_type;
H A Dclass.c180 switch (header->access_type) {
185 bir, header->access_type);
189 * For access_type LOCAL, the base address is as follows:
196 * when access_type == ACCESS_LOCAL. On the these systems
236 header->access_type);
/linux-master/drivers/platform/chrome/
H A Dcros_ec_lpc_mec.c24 * @access_type: Type of access, typically 32-bit auto-increment
27 enum cros_ec_lpc_mec_emi_access_mode access_type)
29 outb((addr & 0xfc) | access_type, MEC_EMI_EC_ADDRESS_B0(mec_emi_base));
26 cros_ec_lpc_mec_emi_write_address(u16 addr, enum cros_ec_lpc_mec_emi_access_mode access_type) argument
/linux-master/sound/soc/sof/
H A Ddebug.c88 dfse->access_type == SOF_DEBUGFS_ACCESS_ALWAYS) {
98 dfse->access_type == SOF_DEBUGFS_ACCESS_D0_ONLY) {
136 enum sof_debugfs_access_type access_type)
151 dfse->access_type = access_type;
158 if (access_type == SOF_DEBUGFS_ACCESS_D0_ONLY) {
177 enum sof_debugfs_access_type access_type)
185 access_type);
350 map->name, map->access_type);
133 snd_sof_debugfs_io_item(struct snd_sof_dev *sdev, void __iomem *base, size_t size, const char *name, enum sof_debugfs_access_type access_type) argument
174 snd_sof_debugfs_add_region_item_iomem(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, u32 offset, size_t size, const char *name, enum sof_debugfs_access_type access_type) argument
H A Dipc4-telemetry.c89 dfse->access_type = SOF_DEBUGFS_ACCESS_ALWAYS;
/linux-master/arch/sh/drivers/pci/
H A Dops-sh7786.c19 static int sh7786_pcie_config_access(unsigned char access_type, argument
50 if (access_type == PCI_ACCESS_READ)
78 if (access_type == PCI_ACCESS_READ)
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_pagefault.c31 u8 access_type; member in struct:pagefault
40 enum access_type { enum
59 u8 access_type; member in struct:acc
64 static bool access_is_atomic(enum access_type access_type) argument
66 return access_type == ACCESS_TYPE_ATOMIC;
177 atomic = access_is_atomic(pf->access_type);
277 pf->fault_type, pf->access_type, pf->fault_level,
302 pf->access_type = FIELD_GET(PFD_ACCESS_TYPE, desc->dw2);
492 acc->access_type
[all...]
/linux-master/arch/mips/sgi-ip32/
H A Dip32-platform.c118 .access_type = ds1685_reg_direct,

Completed in 398 milliseconds

123