Home
last modified time | relevance | path

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

12

/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H 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()
H A Dsdk.h179 void *buf, enum mlx5_fpga_access_type access_type);
197 void *buf, enum mlx5_fpga_access_type access_type);
/linux/sound/soc/sof/
H A Ddebug.c70 dfse->access_type == SOF_DEBUGFS_ACCESS_ALWAYS) { in sof_dfsentry_read()
80 dfse->access_type == SOF_DEBUGFS_ACCESS_D0_ONLY) { in sof_dfsentry_read()
117 enum sof_debugfs_access_type access_type) in snd_sof_debugfs_io_item() argument
132 dfse->access_type = access_type; in snd_sof_debugfs_io_item()
139 if (access_type == SOF_DEBUGFS_ACCESS_D0_ONLY) { in snd_sof_debugfs_io_item()
158 enum sof_debugfs_access_type access_type) in snd_sof_debugfs_add_region_item_iomem() argument
166 access_type); in snd_sof_debugfs_add_region_item_iomem()
372 map->name, map->access_type); in snd_sof_dbg_init()
H A Dipc4-telemetry.c89 dfse->access_type = SOF_DEBUGFS_ACCESS_ALWAYS; in sof_ipc4_create_exception_debugfs_node()
/linux/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 Dselftest.c125 #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()
H A Dkcsan_test.c210 const char *const access_type = in __report_matches() local
239 cur += scnprintf(cur, end - cur, "%s%s to ", access_type, in __report_matches()
541 #define __KCSAN_EXPECT_BARRIER(access_type, barrier, order_before, name) \ in test_barrier_nothreads() argument
543 reorder_access->type = (access_type) | KCSAN_ACCESS_SCOPED; \ in test_barrier_nothreads()
548 "improperly instrumented type=(" #access_type "): " name); \ in test_barrier_nothreads()
/linux/arch/mips/pci/
H 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()
H 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()
H 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()
H 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()
H 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()
H 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/tools/testing/selftests/bpf/progs/
H 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/
H 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/drivers/hv/
H A Dmshv_trace.h514 TP_PROTO(u64 partition_id, u32 vp_index, u64 gfn, u8 access_type, bool handled),
515 TP_ARGS(partition_id, vp_index, gfn, access_type, handled),
520 __field(u8, access_type)
527 __entry->access_type = access_type == HV_INTERCEPT_ACCESS_READ ? 'R' :
528 (access_type == HV_INTERCEPT_ACCESS_WRITE ? 'W' :
529 (access_type == HV_INTERCEPT_ACCESS_EXECUTE ? 'X' : '?'));
536 __entry->access_type,
/linux/drivers/gpu/drm/xe/
H A Dxe_pagefault.c150 xe_pagefault_access_is_atomic(enum xe_pagefault_access_type access_type) in xe_pagefault_access_is_atomic() argument
152 return (access_type & XE_PAGEFAULT_ACCESS_TYPE_MASK) == XE_PAGEFAULT_ACCESS_TYPE_ATOMIC; in xe_pagefault_access_is_atomic()
204 pf->consumer.access_type != XE_PAGEFAULT_ACCESS_TYPE_READ) { in xe_pagefault_service()
209 atomic = xe_pagefault_access_is_atomic(pf->consumer.access_type); in xe_pagefault_service()
258 pf->consumer.access_type), in xe_pagefault_print()
310 if (!(pf.consumer.access_type & XE_PAGEFAULT_ACCESS_PREFETCH)) { in xe_pagefault_queue_work()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl_ptp.c38 enum idpf_ptp_access access_type; in idpf_ptp_get_caps() local
72 access_type = ptp->get_dev_clk_time_access; in idpf_ptp_get_caps()
73 if (access_type != IDPF_PTP_DIRECT) in idpf_ptp_get_caps()
94 access_type = ptp->get_cross_tstamp_access; in idpf_ptp_get_caps()
95 if (access_type != IDPF_PTP_DIRECT) in idpf_ptp_get_caps()
110 access_type = ptp->adj_dev_clk_time_access; in idpf_ptp_get_caps()
111 if (access_type != IDPF_PTP_DIRECT) in idpf_ptp_get_caps()
/linux/arch/x86/events/intel/
H A Duncore_discovery.c66 if (unit->access_type >= UNCORE_ACCESS_MAX) { in add_uncore_discovery_type()
67 pr_warn("Unsupported access type %d\n", unit->access_type); in add_uncore_discovery_type()
77 type->access_type = unit->access_type; in add_uncore_discovery_type()
78 num_discovered_types[type->access_type]++; in add_uncore_discovery_type()
303 if (unit.access_type >= UNCORE_ACCESS_MAX) in __parse_discovery_table()
759 if (type->access_type != type_id) in intel_uncore_generic_init_uncores()
/linux/drivers/platform/chrome/
H A Dcros_ec_lpc_mec.c79 enum cros_ec_lpc_mec_emi_access_mode access_type) in cros_ec_lpc_mec_emi_write_address() argument
81 outb((addr & 0xfc) | access_type, MEC_EMI_EC_ADDRESS_B0(mec_emi_base)); in cros_ec_lpc_mec_emi_write_address()
/linux/drivers/acpi/acpica/
H A Dpsargs.c465 u8 access_type; in acpi_ps_get_next_field() local
570 access_type = ACPI_GET8(parser_state->aml); in acpi_ps_get_next_field()
575 field->common.value.integer = (u8)access_type; in acpi_ps_get_next_field()
/linux/arch/mips/sgi-ip32/
H A Dip32-platform.c118 .access_type = ds1685_reg_direct,
/linux/tools/testing/selftests/kvm/
H A Daccess_tracking_perf_test.c356 enum access_type { enum
382 enum access_type access, const char *description) in access_memory()
/linux/include/linux/rtc/
H A Dds1685.h79 } access_type; member
/linux/drivers/accel/habanalabs/common/
H A Ddebugfs.c987 char *access_type = ""; in dump_cfg_access_entry() local
992 access_type = "READ32 from"; in dump_cfg_access_entry()
995 access_type = "WRITE32 to"; in dump_cfg_access_entry()
998 access_type = "READ64 from"; in dump_cfg_access_entry()
1001 access_type = "WRITE64 to"; in dump_cfg_access_entry()
1011 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec, access_type, entry->addr); in dump_cfg_access_entry()
1064 enum debugfs_access_type access_type) in check_if_cfg_access_and_log() argument
1081 new_entry->debugfs_type = access_type; in check_if_cfg_access_and_log()

12