/linux-6.6.21/kernel/kcsan/ |
D | report.c | 32 int access_type; member 433 get_bug_type(ai->access_type | other_info->ai.access_type), in print_report() 437 pr_err("BUG: KCSAN: %s in %pS\n", get_bug_type(ai->access_type), in print_report() 446 get_access_type(other_info->ai.access_type), other_info->ai.ptr, in print_report() 459 get_access_type(ai->access_type), ai->ptr, ai->size, in print_report() 463 get_access_type(ai->access_type), ai->ptr, ai->size, in print_report() 638 int access_type, unsigned long ip) in prepare_access_info() argument 643 .access_type = access_type, in prepare_access_info() 647 .ip = (access_type & KCSAN_ACCESS_SCOPED) ? ip : 0, in prepare_access_info() 651 void kcsan_report_set_info(const volatile void *ptr, size_t size, int access_type, in kcsan_report_set_info() argument [all …]
|
D | kcsan.h | 123 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,
|
D | selftest.c | 125 #define __KCSAN_CHECK_BARRIER(access_type, barrier, name) \ in test_barrier() argument 127 reorder_access->type = (access_type) | KCSAN_ACCESS_SCOPED; \ in test_barrier() 131 pr_err("improperly instrumented type=(" #access_type "): " name "\n"); \ in test_barrier()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | sdk.c | 125 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()
|
D | sdk.h | 179 void *buf, enum mlx5_fpga_access_type access_type); 197 void *buf, enum mlx5_fpga_access_type access_type);
|
/linux-6.6.21/tools/testing/selftests/powerpc/mm/ |
D | stack_expansion_ldst.c | 31 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-6.6.21/sound/soc/sof/ |
D | debug.c | 88 dfse->access_type == SOF_DEBUGFS_ACCESS_ALWAYS) { in sof_dfsentry_read() 98 dfse->access_type == SOF_DEBUGFS_ACCESS_D0_ONLY) { in sof_dfsentry_read() 136 enum sof_debugfs_access_type access_type) in snd_sof_debugfs_io_item() argument 151 dfse->access_type = access_type; in snd_sof_debugfs_io_item() 158 if (access_type == SOF_DEBUGFS_ACCESS_D0_ONLY) { in snd_sof_debugfs_io_item() 177 enum sof_debugfs_access_type access_type) in snd_sof_debugfs_add_region_item_iomem() argument 185 access_type); in snd_sof_debugfs_add_region_item_iomem() 350 map->name, map->access_type); in snd_sof_dbg_init()
|
D | sof-priv.h | 305 enum sof_debugfs_access_type access_type); /* optional */ 364 enum sof_debugfs_access_type access_type; member 386 enum sof_debugfs_access_type access_type; member 756 const char *name, enum sof_debugfs_access_type access_type);
|
/linux-6.6.21/arch/mips/pci/ |
D | ops-lantiq.c | 26 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()
|
D | ops-loongson2.c | 32 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()
|
D | ops-msc.c | 33 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()
|
D | ops-gt64xxx_pci0.c | 30 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()
|
D | ops-bonito64.c | 24 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()
|
D | ops-rc32434.c | 46 static inline int config_access(unsigned char access_type, in config_access() argument 57 if (access_type == PCI_ACCESS_WRITE) in config_access()
|
D | pci-alchemy.c | 99 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-6.6.21/arch/x86/events/intel/ |
D | uncore_discovery.h | 74 access_type : 2; member 100 access_type : 2; member 118 enum uncore_access_type access_type; member
|
D | uncore_discovery.c | 83 if (unit->access_type >= UNCORE_ACCESS_MAX) { in add_uncore_discovery_type() 84 pr_warn("Unsupported access type %d\n", unit->access_type); in add_uncore_discovery_type() 96 type->access_type = unit->access_type; in add_uncore_discovery_type() 97 num_discovered_types[type->access_type]++; in add_uncore_discovery_type() 275 if (unit.access_type >= UNCORE_ACCESS_MAX) in parse_discovery_table() 615 if (type->access_type != type_id) in intel_uncore_generic_init_uncores()
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | dev_cgroup.c | 15 short type = ctx->access_type & 0xFFFF; in bpf_prog1() 17 short access = ctx->access_type >> 16; in bpf_prog1()
|
/linux-6.6.21/arch/sh/drivers/pci/ |
D | ops-sh7786.c | 19 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-6.6.21/drivers/platform/chrome/ |
D | cros_ec_lpc_mec.c | 27 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-6.6.21/drivers/platform/x86/intel/pmt/ |
D | telemetry.c | 69 header->access_type = TELEM_ACCESS(readl(disc_table)); in pmt_telem_header_decode() 81 if (header->size == 0 || header->access_type == 0xF) in pmt_telem_header_decode()
|
D | class.c | 179 switch (header->access_type) { in intel_pmt_populate_entry() 184 bir, header->access_type); in intel_pmt_populate_entry() 228 header->access_type); in intel_pmt_populate_entry()
|
D | class.h | 36 u8 access_type; member
|
/linux-6.6.21/drivers/platform/x86/intel/ |
D | sdsi.c | 568 u32 access_type = FIELD_GET(DT_ACCESS_TYPE, disc_table->access_info); in sdsi_map_mbox_registers() local 575 switch (access_type) { in sdsi_map_mbox_registers() 579 tbir, access_type); in sdsi_map_mbox_registers() 595 dev_err(priv->dev, "Unrecognized access_type %u\n", access_type); in sdsi_map_mbox_registers()
|
/linux-6.6.21/tools/testing/selftests/kvm/ |
D | access_tracking_perf_test.c | 257 enum access_type { enum 283 enum access_type access, const char *description) in access_memory()
|