Home
last modified time | relevance | path

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

12

/linux/kernel/kcsan/
A Dreport.c32 int access_type; member
419 get_bug_type(ai->access_type | other_info->ai.access_type), in print_report()
423 pr_err("BUG: KCSAN: %s in %pS\n", get_bug_type(ai->access_type), in print_report()
432 get_access_type(other_info->ai.access_type), other_info->ai.ptr, in print_report()
446 get_access_type(ai->access_type), ai->ptr, ai->size, in print_report()
450 get_access_type(ai->access_type), ai->ptr, ai->size, in print_report()
628 int access_type, unsigned long ip) in prepare_access_info() argument
633 .access_type = access_type, in prepare_access_info()
637 .ip = (access_type & KCSAN_ACCESS_SCOPED) ? ip : 0, in prepare_access_info()
644 const struct access_info ai = prepare_access_info(ptr, size, access_type, ip); in kcsan_report_set_info()
[all …]
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,
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
A Dsdk.c125 void *buf, enum mlx5_fpga_access_type access_type) in mlx5_fpga_mem_read() argument
129 switch (access_type) { in mlx5_fpga_mem_read()
137 access_type); in mlx5_fpga_mem_read()
146 void *buf, enum mlx5_fpga_access_type access_type) in mlx5_fpga_mem_write() argument
150 switch (access_type) { in mlx5_fpga_mem_write()
158 access_type); in mlx5_fpga_mem_write()
A Dsdk.h179 void *buf, enum mlx5_fpga_access_type access_type);
197 void *buf, enum mlx5_fpga_access_type access_type);
/linux/tools/testing/selftests/powerpc/mm/
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 ty… in consume_stack()
114 int child(unsigned int stack_used, int delta, enum access_type type) in child()
129 static int test_one(unsigned int stack_used, int delta, enum access_type type) in test_one()
157 static void test_one_type(enum access_type type, unsigned long page_size, unsigned long rlim_cur) in test_one_type()
/linux/arch/mips/pci/
A Dops-lantiq.c26 static int ltq_pci_config_access(unsigned char access_type, struct pci_bus *bus, in ltq_pci_config_access() argument
46 if (access_type == PCI_ACCESS_WRITE) { in ltq_pci_config_access()
65 if (((*data) == 0xffffffff) && (access_type == PCI_ACCESS_READ)) in ltq_pci_config_access()
A Dops-loongson2.c32 static int loongson_pcibios_config_access(unsigned char access_type, in loongson_pcibios_config_access() argument
58 switch (access_type) { in loongson_pcibios_config_access()
92 if (access_type == PCI_ACCESS_WRITE) in loongson_pcibios_config_access()
A Dops-msc.c33 static int msc_pcibios_config_access(unsigned char access_type, in msc_pcibios_config_access() argument
50 if (access_type == PCI_ACCESS_WRITE) in msc_pcibios_config_access()
A Dops-gt64xxx_pci0.c30 static int gt64xxx_pci0_pcibios_config_access(unsigned char access_type, in gt64xxx_pci0_pcibios_config_access() argument
50 if (access_type == PCI_ACCESS_WRITE) { in gt64xxx_pci0_pcibios_config_access()
A Dops-bonito64.c24 static int bonito64_pcibios_config_access(unsigned char access_type, in bonito64_pcibios_config_access() argument
60 if (access_type == PCI_ACCESS_WRITE) { in bonito64_pcibios_config_access()
A Dops-rc32434.c46 static inline int config_access(unsigned char access_type, in config_access() argument
57 if (access_type == PCI_ACCESS_WRITE) in config_access()
A Dpci-alchemy.c99 static int config_access(unsigned char access_type, struct pci_bus *bus, in config_access() argument
154 if (access_type == PCI_ACCESS_WRITE) in config_access()
161 access_type, bus->number, device, where, *data, offset); in config_access()
169 access_type, bus->number, device); in config_access()
/linux/arch/x86/events/intel/
A Duncore_discovery.h70 access_type : 2; member
96 access_type : 2; member
114 enum uncore_access_type access_type; member
A Duncore_discovery.c95 if (unit->access_type >= UNCORE_ACCESS_MAX) { in add_uncore_discovery_type()
96 pr_warn("Unsupported access type %d\n", unit->access_type); in add_uncore_discovery_type()
108 type->access_type = unit->access_type; in add_uncore_discovery_type()
109 num_discovered_types[type->access_type]++; in add_uncore_discovery_type()
250 if (unit.access_type >= UNCORE_ACCESS_MAX) in parse_discovery_table()
587 if (type->access_type != type_id) in intel_uncore_generic_init_uncores()
/linux/tools/testing/selftests/bpf/progs/
A Ddev_cgroup.c15 short type = ctx->access_type & 0xFFFF; in bpf_prog1()
17 short access = ctx->access_type >> 16; in bpf_prog1()
/linux/arch/sh/drivers/pci/
A Dops-sh7786.c19 static int sh7786_pcie_config_access(unsigned char access_type, in sh7786_pcie_config_access() argument
50 if (access_type == PCI_ACCESS_READ) in sh7786_pcie_config_access()
78 if (access_type == PCI_ACCESS_READ) in sh7786_pcie_config_access()
/linux/sound/soc/sof/
A Ddebug.c504 dfse->access_type == SOF_DEBUGFS_ACCESS_ALWAYS) { in sof_dfsentry_read()
514 dfse->access_type == SOF_DEBUGFS_ACCESS_D0_ONLY) { in sof_dfsentry_read()
552 enum sof_debugfs_access_type access_type) in snd_sof_debugfs_io_item() argument
567 dfse->access_type = access_type; in snd_sof_debugfs_io_item()
574 if (access_type == SOF_DEBUGFS_ACCESS_D0_ONLY) { in snd_sof_debugfs_io_item()
593 enum sof_debugfs_access_type access_type) in snd_sof_debugfs_add_region_item_iomem() argument
601 access_type); in snd_sof_debugfs_add_region_item_iomem()
780 map->name, map->access_type); in snd_sof_dbg_init()
A Dsof-priv.h271 enum sof_debugfs_access_type access_type); /* optional */
325 enum sof_debugfs_access_type access_type; member
347 enum sof_debugfs_access_type access_type; member
554 const char *name, enum sof_debugfs_access_type access_type);
/linux/drivers/platform/chrome/
A Dcros_ec_lpc_mec.c27 enum cros_ec_lpc_mec_emi_access_mode access_type) in cros_ec_lpc_mec_emi_write_address() argument
29 outb((addr & 0xfc) | access_type, MEC_EMI_EC_ADDRESS_B0(mec_emi_base)); in cros_ec_lpc_mec_emi_write_address()
/linux/drivers/platform/x86/intel/pmt/
A Dclass.c159 switch (header->access_type) { in intel_pmt_populate_entry()
164 bir, header->access_type); in intel_pmt_populate_entry()
208 header->access_type); in intel_pmt_populate_entry()
A Dclass.h35 u8 access_type; member
/linux/drivers/hwtracing/coresight/
A Dcoresight-etm4x-core.c1276 u64 access_type = 0; in etm4_get_ns_access_type() local
1285 access_type = ETM_EXLEVEL_NS_HYP; in etm4_get_ns_access_type()
1287 access_type |= ETM_EXLEVEL_NS_OS; in etm4_get_ns_access_type()
1289 access_type = ETM_EXLEVEL_NS_HYP; in etm4_get_ns_access_type()
1293 access_type |= ETM_EXLEVEL_NS_APP; in etm4_get_ns_access_type()
1295 return access_type; in etm4_get_ns_access_type()
1317 u64 access_type = etm4_get_comparator_access_type(config); in etm4_set_comparator_filter() local
1321 config->addr_acc[comparator] = access_type; in etm4_set_comparator_filter()
1326 config->addr_acc[comparator + 1] = access_type; in etm4_set_comparator_filter()
1352 u64 access_type = etm4_get_comparator_access_type(config); in etm4_set_start_stop_filter() local
[all …]
/linux/tools/testing/selftests/kvm/
A Daccess_tracking_perf_test.c248 enum access_type { enum
274 static void access_memory(struct kvm_vm *vm, int vcpus, enum access_type access, in access_memory()
/linux/drivers/acpi/acpica/
A Dpsargs.c463 u8 access_type; in acpi_ps_get_next_field() local
568 access_type = ACPI_GET8(parser_state->aml); in acpi_ps_get_next_field()
573 field->common.value.integer = (u8)access_type; in acpi_ps_get_next_field()
/linux/arch/mips/sgi-ip32/
A Dip32-platform.c118 .access_type = ds1685_reg_direct,

Completed in 43 milliseconds

12