/kernel/linux/linux-5.10/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 | 177 void *buf, enum mlx5_fpga_access_type access_type); 195 void *buf, enum mlx5_fpga_access_type access_type);
|
/kernel/linux/linux-5.10/kernel/kcsan/ |
D | report.c | 26 int access_type; member 369 get_bug_type(ai->access_type | other_info->ai.access_type), in print_report() 375 pr_err("BUG: KCSAN: %s in %pS\n", get_bug_type(ai->access_type), in print_report() 389 get_access_type(other_info->ai.access_type), other_info->ai.ptr, in print_report() 403 get_access_type(ai->access_type), ai->ptr, ai->size, in print_report() 409 get_access_type(ai->access_type), ai->ptr, ai->size, in print_report() 596 void kcsan_report(const volatile void *ptr, size_t size, int access_type, in kcsan_report() argument 604 .access_type = access_type, in kcsan_report()
|
D | kcsan.h | 140 extern void kcsan_report(const volatile void *ptr, size_t size, int access_type,
|
D | kcsan-test.c | 196 const char *const access_type = in report_matches() local 223 cur += scnprintf(cur, end - cur, "%s%s to ", access_type, in report_matches()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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-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-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-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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
D | coresight-etm4x-core.c | 800 u64 access_type; in etm4_set_victlr_access() local 809 access_type = etm4_get_access_type(config) << ETM_EXLEVEL_LSHIFT_TRCVICTLR; in etm4_set_victlr_access() 810 config->vinst_ctrl |= (u32)access_type; in etm4_set_victlr_access() 837 u64 access_type = 0; in etm4_get_ns_access_type() local 849 access_type = ETM_EXLEVEL_NS_HYP; in etm4_get_ns_access_type() 851 access_type |= ETM_EXLEVEL_NS_OS; in etm4_get_ns_access_type() 853 access_type = ETM_EXLEVEL_NS_HYP; in etm4_get_ns_access_type() 857 access_type |= ETM_EXLEVEL_NS_APP; in etm4_get_ns_access_type() 859 return access_type; in etm4_get_ns_access_type() 864 u64 access_type = etm4_get_ns_access_type(config); in etm4_get_access_type() local [all …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
D | debug.c | 503 dfse->access_type == SOF_DEBUGFS_ACCESS_ALWAYS) { in sof_dfsentry_read() 513 dfse->access_type == SOF_DEBUGFS_ACCESS_D0_ONLY) { in sof_dfsentry_read() 551 enum sof_debugfs_access_type access_type) in snd_sof_debugfs_io_item() argument 566 dfse->access_type = access_type; in snd_sof_debugfs_io_item() 573 if (access_type == SOF_DEBUGFS_ACCESS_D0_ONLY) { in snd_sof_debugfs_io_item() 648 map->name, map->access_type); in snd_sof_dbg_init()
|
D | sof-priv.h | 299 enum sof_debugfs_access_type access_type; member 321 enum sof_debugfs_access_type access_type; member 513 enum sof_debugfs_access_type access_type);
|
D | pm.c | 79 if (dfse->access_type == SOF_DEBUGFS_ACCESS_D0_ONLY) in sof_cache_debugfs()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
D | psargs.c | 463 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()
|
/kernel/linux/linux-5.10/arch/mips/sgi-ip32/ |
D | ip32-platform.c | 118 .access_type = ds1685_reg_direct,
|
/kernel/linux/linux-5.10/include/linux/rtc/ |
D | ds1685.h | 80 } access_type; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/ |
D | panfrost_mmu.c | 642 u32 access_type; in panfrost_mmu_irq_handler_thread() local 654 access_type = (fault_status >> 8) & 0x3; in panfrost_mmu_irq_handler_thread() 679 access_type, access_type_name(pfdev, fault_status), in panfrost_mmu_irq_handler_thread()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
D | pcie-rcar-host.c | 71 unsigned char access_type, struct pci_bus *bus, in rcar_pcie_config_access() argument 101 if (access_type == RCAR_PCI_ACCESS_READ) in rcar_pcie_config_access() 131 if (access_type == RCAR_PCI_ACCESS_READ) in rcar_pcie_config_access()
|