Symbol: access_type
arch/mips/pci/ops-bonito64.c
24
static int bonito64_pcibios_config_access(unsigned char access_type,
arch/mips/pci/ops-bonito64.c
60
if (access_type == PCI_ACCESS_WRITE) {
arch/mips/pci/ops-gt64xxx_pci0.c
30
static int gt64xxx_pci0_pcibios_config_access(unsigned char access_type,
arch/mips/pci/ops-gt64xxx_pci0.c
50
if (access_type == PCI_ACCESS_WRITE) {
arch/mips/pci/ops-lantiq.c
26
static int ltq_pci_config_access(unsigned char access_type, struct pci_bus *bus,
arch/mips/pci/ops-lantiq.c
46
if (access_type == PCI_ACCESS_WRITE) {
arch/mips/pci/ops-lantiq.c
65
if (((*data) == 0xffffffff) && (access_type == PCI_ACCESS_READ))
arch/mips/pci/ops-loongson2.c
32
static int loongson_pcibios_config_access(unsigned char access_type,
arch/mips/pci/ops-loongson2.c
58
switch (access_type) {
arch/mips/pci/ops-loongson2.c
92
if (access_type == PCI_ACCESS_WRITE)
arch/mips/pci/ops-msc.c
33
static int msc_pcibios_config_access(unsigned char access_type,
arch/mips/pci/ops-msc.c
50
if (access_type == PCI_ACCESS_WRITE)
arch/mips/pci/ops-rc32434.c
46
static inline int config_access(unsigned char access_type,
arch/mips/pci/ops-rc32434.c
57
if (access_type == PCI_ACCESS_WRITE)
arch/mips/pci/pci-alchemy.c
154
if (access_type == PCI_ACCESS_WRITE)
arch/mips/pci/pci-alchemy.c
161
access_type, bus->number, device, where, *data, offset);
arch/mips/pci/pci-alchemy.c
169
access_type, bus->number, device);
arch/mips/pci/pci-alchemy.c
99
static int config_access(unsigned char access_type, struct pci_bus *bus,
arch/mips/sgi-ip32/ip32-platform.c
118
.access_type = ds1685_reg_direct,
arch/sh/drivers/pci/ops-sh7786.c
19
static int sh7786_pcie_config_access(unsigned char access_type,
arch/sh/drivers/pci/ops-sh7786.c
50
if (access_type == PCI_ACCESS_READ)
arch/sh/drivers/pci/ops-sh7786.c
78
if (access_type == PCI_ACCESS_READ)
arch/x86/events/intel/uncore_discovery.c
300
if (unit.access_type >= UNCORE_ACCESS_MAX)
arch/x86/events/intel/uncore_discovery.c
66
if (unit->access_type >= UNCORE_ACCESS_MAX) {
arch/x86/events/intel/uncore_discovery.c
67
pr_warn("Unsupported access type %d\n", unit->access_type);
arch/x86/events/intel/uncore_discovery.c
754
if (type->access_type != type_id)
arch/x86/events/intel/uncore_discovery.c
77
type->access_type = unit->access_type;
arch/x86/events/intel/uncore_discovery.c
78
num_discovered_types[type->access_type]++;
arch/x86/events/intel/uncore_discovery.h
109
access_type : 2;
arch/x86/events/intel/uncore_discovery.h
135
enum uncore_access_type access_type;
arch/x86/events/intel/uncore_discovery.h
83
access_type : 2;
arch/x86/kvm/vmx/vmx.c
5933
int access_type, offset;
arch/x86/kvm/vmx/vmx.c
5935
access_type = exit_qualification & APIC_ACCESS_TYPE;
arch/x86/kvm/vmx/vmx.c
5942
if ((access_type == TYPE_LINEAR_APIC_INST_WRITE) &&
drivers/accel/habanalabs/common/debugfs.c
1001
access_type = "WRITE64 to";
drivers/accel/habanalabs/common/debugfs.c
1011
tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec, access_type, entry->addr);
drivers/accel/habanalabs/common/debugfs.c
1064
enum debugfs_access_type access_type)
drivers/accel/habanalabs/common/debugfs.c
1081
new_entry->debugfs_type = access_type;
drivers/accel/habanalabs/common/debugfs.c
987
char *access_type = "";
drivers/accel/habanalabs/common/debugfs.c
992
access_type = "READ32 from";
drivers/accel/habanalabs/common/debugfs.c
995
access_type = "WRITE32 to";
drivers/accel/habanalabs/common/debugfs.c
998
access_type = "READ64 from";
drivers/acpi/acpica/psargs.c
465
u8 access_type;
drivers/acpi/acpica/psargs.c
570
access_type = ACPI_GET8(parser_state->aml);
drivers/acpi/acpica/psargs.c
575
field->common.value.integer = (u8)access_type;
drivers/gpu/drm/panfrost/panfrost_mmu.c
889
u32 access_type;
drivers/gpu/drm/panfrost/panfrost_mmu.c
898
access_type = (fault_status >> 8) & 0x3;
drivers/gpu/drm/panfrost/panfrost_mmu.c
923
access_type, access_type_name(pfdev, fault_status),
drivers/gpu/drm/panthor/panthor_mmu.c
1703
u32 access_type;
drivers/gpu/drm/panthor/panthor_mmu.c
1711
access_type = (fault_status >> 8) & 0x3;
drivers/gpu/drm/panthor/panthor_mmu.c
1732
access_type, access_type_name(ptdev, fault_status),
drivers/gpu/drm/xe/xe_guc_pagefault.c
78
pf.consumer.access_type = FIELD_GET(PFD_ACCESS_TYPE, msg[2]);
drivers/gpu/drm/xe/xe_pagefault.c
137
xe_pagefault_access_is_atomic(enum xe_pagefault_access_type access_type)
drivers/gpu/drm/xe/xe_pagefault.c
139
return access_type == XE_PAGEFAULT_ACCESS_TYPE_ATOMIC;
drivers/gpu/drm/xe/xe_pagefault.c
191
pf->consumer.access_type != XE_PAGEFAULT_ACCESS_TYPE_READ) {
drivers/gpu/drm/xe/xe_pagefault.c
196
atomic = xe_pagefault_access_is_atomic(pf->consumer.access_type);
drivers/gpu/drm/xe/xe_pagefault.c
243
pf->consumer.access_type,
drivers/gpu/drm/xe/xe_pagefault_types.h
74
u8 access_type;
drivers/hv/mshv_root_main.c
1459
if (args.access_type >= MSHV_GPAP_ACCESS_TYPE_COUNT ||
drivers/hv/mshv_root_main.c
1475
switch (args.access_type) {
drivers/hv/mshv_root_main.c
644
enum hv_intercept_access_type access_type =
drivers/hv/mshv_root_main.c
653
if (access_type == HV_INTERCEPT_ACCESS_WRITE &&
drivers/hv/mshv_root_main.c
657
if (access_type == HV_INTERCEPT_ACCESS_EXECUTE &&
drivers/hwtracing/coresight/coresight-etm4x-core.c
1561
u64 access_type = 0;
drivers/hwtracing/coresight/coresight-etm4x-core.c
1570
access_type = ETM_EXLEVEL_NS_HYP;
drivers/hwtracing/coresight/coresight-etm4x-core.c
1572
access_type |= ETM_EXLEVEL_NS_OS;
drivers/hwtracing/coresight/coresight-etm4x-core.c
1574
access_type = ETM_EXLEVEL_NS_HYP;
drivers/hwtracing/coresight/coresight-etm4x-core.c
1578
access_type |= ETM_EXLEVEL_NS_APP;
drivers/hwtracing/coresight/coresight-etm4x-core.c
1580
return access_type;
drivers/hwtracing/coresight/coresight-etm4x-core.c
1602
u64 access_type = etm4_get_comparator_access_type(config);
drivers/hwtracing/coresight/coresight-etm4x-core.c
1606
config->addr_acc[comparator] = access_type;
drivers/hwtracing/coresight/coresight-etm4x-core.c
1611
config->addr_acc[comparator + 1] = access_type;
drivers/hwtracing/coresight/coresight-etm4x-core.c
1637
u64 access_type = etm4_get_comparator_access_type(config);
drivers/hwtracing/coresight/coresight-etm4x-core.c
1641
config->addr_acc[comparator] = access_type;
drivers/mfd/ioc3.c
323
.access_type = ds1685_reg_indirect,
drivers/net/ethernet/intel/i40e/i40e_common.c
2502
cmd_resp->access_type = cpu_to_le16(access);
drivers/net/ethernet/intel/ice/ice_common.c
2077
cmd_resp->access_type = cpu_to_le16(access);
drivers/net/ethernet/intel/idpf/idpf_virtchnl_ptp.c
110
access_type = ptp->adj_dev_clk_time_access;
drivers/net/ethernet/intel/idpf/idpf_virtchnl_ptp.c
111
if (access_type != IDPF_PTP_DIRECT)
drivers/net/ethernet/intel/idpf/idpf_virtchnl_ptp.c
38
enum idpf_ptp_access access_type;
drivers/net/ethernet/intel/idpf/idpf_virtchnl_ptp.c
72
access_type = ptp->get_dev_clk_time_access;
drivers/net/ethernet/intel/idpf/idpf_virtchnl_ptp.c
73
if (access_type != IDPF_PTP_DIRECT)
drivers/net/ethernet/intel/idpf/idpf_virtchnl_ptp.c
94
access_type = ptp->get_cross_tstamp_access;
drivers/net/ethernet/intel/idpf/idpf_virtchnl_ptp.c
95
if (access_type != IDPF_PTP_DIRECT)
drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c
409
cmd_resp->access_type = cpu_to_le16(access);
drivers/net/ethernet/mellanox/mlx5/core/fpga/sdk.c
125
void *buf, enum mlx5_fpga_access_type access_type)
drivers/net/ethernet/mellanox/mlx5/core/fpga/sdk.c
129
switch (access_type) {
drivers/net/ethernet/mellanox/mlx5/core/fpga/sdk.c
137
access_type);
drivers/net/ethernet/mellanox/mlx5/core/fpga/sdk.c
146
void *buf, enum mlx5_fpga_access_type access_type)
drivers/net/ethernet/mellanox/mlx5/core/fpga/sdk.c
150
switch (access_type) {
drivers/net/ethernet/mellanox/mlx5/core/fpga/sdk.c
158
access_type);
drivers/net/ethernet/mellanox/mlx5/core/fpga/sdk.h
179
void *buf, enum mlx5_fpga_access_type access_type);
drivers/net/ethernet/mellanox/mlx5/core/fpga/sdk.h
197
void *buf, enum mlx5_fpga_access_type access_type);
drivers/net/phy/qcom/qca83xx.c
56
if (stat.access_type == MMD)
drivers/net/phy/qcom/qcom.h
218
enum stat_access_type access_type;
drivers/pci/controller/pcie-rcar-host.c
150
unsigned char access_type, struct pci_bus *bus,
drivers/pci/controller/pcie-rcar-host.c
188
if (access_type == RCAR_PCI_ACCESS_READ)
drivers/pci/controller/pcie-rcar-host.c
218
if (access_type == RCAR_PCI_ACCESS_READ)
drivers/platform/chrome/cros_ec_lpc_mec.c
79
enum cros_ec_lpc_mec_emi_access_mode access_type)
drivers/platform/chrome/cros_ec_lpc_mec.c
81
outb((addr & 0xfc) | access_type, MEC_EMI_EC_ADDRESS_B0(mec_emi_base));
drivers/platform/x86/intel/pmt/class.c
226
switch (header->access_type) {
drivers/platform/x86/intel/pmt/class.c
231
bir, header->access_type);
drivers/platform/x86/intel/pmt/class.c
282
header->access_type);
drivers/platform/x86/intel/pmt/class.h
38
u8 access_type;
drivers/platform/x86/intel/pmt/crashlog.c
517
header->access_type = GET_ACCESS(readl(disc_table));
drivers/platform/x86/intel/pmt/discovery.c
356
if (disc_tbl->size == 0 || disc_tbl->access_type == PMT_ACCESS_TYPE_RSVD)
drivers/platform/x86/intel/pmt/discovery.c
388
switch (disc_tbl->access_type) {
drivers/platform/x86/intel/pmt/discovery.c
393
tbir, disc_tbl->access_type);
drivers/platform/x86/intel/pmt/discovery.c
406
disc_tbl->access_type);
drivers/platform/x86/intel/pmt/discovery.c
45
u32 access_type:4;
drivers/platform/x86/intel/pmt/telemetry.c
116
ep->header.access_type = entry->header.access_type;
drivers/platform/x86/intel/pmt/telemetry.c
86
header->access_type = TELEM_ACCESS(readl(disc_table));
drivers/platform/x86/intel/pmt/telemetry.c
98
if (header->size == 0 || header->access_type == 0xF)
drivers/platform/x86/intel/pmt/telemetry.h
13
u8 access_type;
drivers/platform/x86/intel/sdsi.c
605
u32 access_type = FIELD_GET(DT_ACCESS_TYPE, disc_table->access_info);
drivers/platform/x86/intel/sdsi.c
612
switch (access_type) {
drivers/platform/x86/intel/sdsi.c
616
tbir, access_type);
drivers/platform/x86/intel/sdsi.c
632
dev_err(priv->dev, "Unrecognized access_type %u\n", access_type);
drivers/rtc/rtc-ds1685.c
1094
switch (pdata->access_type) {
drivers/soc/tegra/cbb/tegra234-cbb.c
425
u8 access_type, access_id, requester_socket_id, local_socket_id, target_id, fab_id;
drivers/soc/tegra/cbb/tegra234-cbb.c
461
access_type = FIELD_GET(FAB_EM_EL_ACCESSTYPE, cbb->mn_attr0);
drivers/soc/tegra/cbb/tegra234-cbb.c
480
tegra_cbb_print_err(file, "\t Access_Type\t\t: %s", (access_type) ? "Write\n" : "Read\n");
fs/smb/client/cifsacl.c
690
umode_t bits, __u8 access_type,
fs/smb/client/cifsacl.c
697
pntace->type = access_type;
fs/smb/client/cifsacl.c
701
if (access_type == ACCESS_ALLOWED && allow_delete_child)
fs/smb/client/cifsacl.c
704
if (access_type == ACCESS_ALLOWED && !access_req)
fs/smb/client/cifsacl.c
706
else if (access_type == ACCESS_DENIED)
include/linux/net/intel/libie/adminq.h
116
__le16 access_type;
include/linux/rtc/ds1685.h
79
} access_type;
include/uapi/linux/bpf.h
7279
__u32 access_type;
include/uapi/linux/mshv.h
214
__u8 access_type;
kernel/bpf/cgroup.c
1737
.access_type = (access << 16) | dev_type,
kernel/bpf/cgroup.c
1847
case bpf_ctx_range(struct bpf_cgroup_dev_ctx, access_type):
kernel/bpf/verifier.c
8353
int access_size, enum bpf_access_type access_type,
kernel/bpf/verifier.c
8366
if (access_type == BPF_WRITE) {
kernel/bpf/verifier.c
8374
if (check_map_access_type(env, regno, reg->off, access_size, access_type))
kernel/bpf/verifier.c
8380
if (access_type == BPF_WRITE) {
kernel/bpf/verifier.c
8391
if (access_type == BPF_WRITE) {
kernel/bpf/verifier.c
8408
zero_size_allowed, access_type, meta);
kernel/bpf/verifier.c
8426
access_type, -1, false, false);
kernel/bpf/verifier.c
8451
enum bpf_access_type access_type,
kernel/bpf/verifier.c
8493
access_type, zero_size_allowed, meta);
kernel/kcsan/kcsan.h
123
void kcsan_report_set_info(const volatile void *ptr, size_t size, int access_type,
kernel/kcsan/kcsan.h
131
void kcsan_report_known_origin(const volatile void *ptr, size_t size, int access_type,
kernel/kcsan/kcsan.h
139
void kcsan_report_unknown_origin(const volatile void *ptr, size_t size, int access_type,
kernel/kcsan/kcsan_test.c
210
const char *const access_type =
kernel/kcsan/kcsan_test.c
239
cur += scnprintf(cur, end - cur, "%s%s to ", access_type,
kernel/kcsan/kcsan_test.c
541
#define __KCSAN_EXPECT_BARRIER(access_type, barrier, order_before, name) \
kernel/kcsan/kcsan_test.c
543
reorder_access->type = (access_type) | KCSAN_ACCESS_SCOPED; \
kernel/kcsan/kcsan_test.c
548
"improperly instrumented type=(" #access_type "): " name); \
kernel/kcsan/report.c
32
int access_type;
kernel/kcsan/report.c
437
get_bug_type(ai->access_type | other_info->ai.access_type),
kernel/kcsan/report.c
441
pr_err("BUG: KCSAN: %s in %pS\n", get_bug_type(ai->access_type),
kernel/kcsan/report.c
450
get_access_type(other_info->ai.access_type), other_info->ai.ptr,
kernel/kcsan/report.c
463
get_access_type(ai->access_type), ai->ptr, ai->size,
kernel/kcsan/report.c
467
get_access_type(ai->access_type), ai->ptr, ai->size,
kernel/kcsan/report.c
643
int access_type, unsigned long ip)
kernel/kcsan/report.c
648
.access_type = access_type,
kernel/kcsan/report.c
652
.ip = (access_type & KCSAN_ACCESS_SCOPED) ? ip : 0,
kernel/kcsan/report.c
656
void kcsan_report_set_info(const volatile void *ptr, size_t size, int access_type,
kernel/kcsan/report.c
659
const struct access_info ai = prepare_access_info(ptr, size, access_type, ip);
kernel/kcsan/report.c
671
void kcsan_report_known_origin(const volatile void *ptr, size_t size, int access_type,
kernel/kcsan/report.c
675
const struct access_info ai = prepare_access_info(ptr, size, access_type, ip);
kernel/kcsan/report.c
705
void kcsan_report_unknown_origin(const volatile void *ptr, size_t size, int access_type,
kernel/kcsan/report.c
708
const struct access_info ai = prepare_access_info(ptr, size, access_type, ip);
kernel/kcsan/selftest.c
125
#define __KCSAN_CHECK_BARRIER(access_type, barrier, name) \
kernel/kcsan/selftest.c
127
reorder_access->type = (access_type) | KCSAN_ACCESS_SCOPED; \
kernel/kcsan/selftest.c
131
pr_err("improperly instrumented type=(" #access_type "): " name "\n"); \
net/core/filter.c
8962
enum bpf_access_type access_type,
net/core/filter.c
9000
return access_type == BPF_READ;
sound/soc/sof/debug.c
117
enum sof_debugfs_access_type access_type)
sound/soc/sof/debug.c
132
dfse->access_type = access_type;
sound/soc/sof/debug.c
139
if (access_type == SOF_DEBUGFS_ACCESS_D0_ONLY) {
sound/soc/sof/debug.c
158
enum sof_debugfs_access_type access_type)
sound/soc/sof/debug.c
166
access_type);
sound/soc/sof/debug.c
372
map->name, map->access_type);
sound/soc/sof/debug.c
70
dfse->access_type == SOF_DEBUGFS_ACCESS_ALWAYS) {
sound/soc/sof/debug.c
80
dfse->access_type == SOF_DEBUGFS_ACCESS_D0_ONLY) {
sound/soc/sof/ipc4-telemetry.c
89
dfse->access_type = SOF_DEBUGFS_ACCESS_ALWAYS;
sound/soc/sof/ops.h
303
const char *name, enum sof_debugfs_access_type access_type)
sound/soc/sof/ops.h
307
size, name, access_type);
sound/soc/sof/pm.c
71
if (dfse->access_type == SOF_DEBUGFS_ACCESS_D0_ONLY)
sound/soc/sof/sof-priv.h
319
enum sof_debugfs_access_type access_type); /* optional */
sound/soc/sof/sof-priv.h
380
enum sof_debugfs_access_type access_type;
sound/soc/sof/sof-priv.h
402
enum sof_debugfs_access_type access_type;
sound/soc/sof/sof-priv.h
784
const char *name, enum sof_debugfs_access_type access_type);
tools/include/uapi/linux/bpf.h
7278
__u32 access_type;
tools/testing/selftests/bpf/progs/dev_cgroup.c
15
short type = ctx->access_type & 0xFFFF;
tools/testing/selftests/bpf/progs/dev_cgroup.c
17
short access = ctx->access_type >> 16;
tools/testing/selftests/kvm/access_tracking_perf_test.c
382
enum access_type access, const char *description)
tools/testing/selftests/powerpc/mm/stack_expansion_ldst.c
114
int child(unsigned int stack_used, int delta, enum access_type type)
tools/testing/selftests/powerpc/mm/stack_expansion_ldst.c
129
static int test_one(unsigned int stack_used, int delta, enum access_type type)
tools/testing/selftests/powerpc/mm/stack_expansion_ldst.c
157
static void test_one_type(enum access_type type, unsigned long page_size, unsigned long rlim_cur)
tools/testing/selftests/powerpc/mm/stack_expansion_ldst.c
42
int consume_stack(unsigned long target_sp, unsigned long stack_high, int delta, enum access_type type)