Searched refs:access_type (Results 26 - 50 of 53) sorted by relevance

123

/linux-master/tools/testing/selftests/kvm/
H A Daccess_tracking_perf_test.c257 enum access_type { enum
283 enum access_type access, const char *description)
/linux-master/drivers/acpi/acpica/
H A Dpsargs.c463 u8 access_type; local
561 * Get access_type and access_attrib and merge into the field Op
562 * access_type is first operand, access_attribute is second. stuff
568 access_type = ACPI_GET8(parser_state->aml);
573 field->common.value.integer = (u8)access_type;
/linux-master/include/linux/rtc/
H A Dds1685.h79 } access_type; member in struct:ds1685_rtc_platform_data
/linux-master/drivers/platform/x86/intel/
H A Dsdsi.c568 u32 access_type = FIELD_GET(DT_ACCESS_TYPE, disc_table->access_info); local
575 switch (access_type) {
579 tbir, access_type);
584 * For access_type LOCAL, the base address is as follows:
595 dev_err(priv->dev, "Unrecognized access_type %u\n", access_type);
/linux-master/arch/mips/pci/
H A Dpci-alchemy.c99 static int config_access(unsigned char access_type, struct pci_bus *bus, argument
154 if (access_type == PCI_ACCESS_WRITE)
161 access_type, bus->number, device, where, *data, offset);
169 access_type, bus->number, device);
/linux-master/sound/soc/sof/
H A Dsof-priv.h326 enum sof_debugfs_access_type access_type); /* optional */
383 * access_type specifies if the
387 enum sof_debugfs_access_type access_type; member in struct:snd_sof_dfsentry
406 * access_type specifies if the memory is always accessible
409 enum sof_debugfs_access_type access_type; member in struct:snd_sof_debugfs_map
787 const char *name, enum sof_debugfs_access_type access_type);
H A Dpm.c66 if (dfse->access_type == SOF_DEBUGFS_ACCESS_D0_ONLY)
H A Dops.h307 const char *name, enum sof_debugfs_access_type access_type)
311 size, name, access_type);
305 snd_sof_debugfs_add_region_item(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, u32 offset, size_t size, const char *name, enum sof_debugfs_access_type access_type) argument
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c1377 u64 access_type = 0; local
1386 access_type = ETM_EXLEVEL_NS_HYP;
1388 access_type |= ETM_EXLEVEL_NS_OS;
1390 access_type = ETM_EXLEVEL_NS_HYP;
1394 access_type |= ETM_EXLEVEL_NS_APP;
1396 return access_type;
1418 u64 access_type = etm4_get_comparator_access_type(config); local
1422 config->addr_acc[comparator] = access_type;
1427 config->addr_acc[comparator + 1] = access_type;
1453 u64 access_type local
[all...]
/linux-master/drivers/platform/x86/intel/pmt/
H A Dcrashlog.c239 header->access_type = GET_ACCESS(readl(disc_table));
/linux-master/drivers/net/phy/qcom/
H A Dqca83xx.c59 if (stat.access_type == MMD)
H A Dqcom.h204 enum stat_access_type access_type; member in struct:at803x_hw_stat
/linux-master/kernel/kcsan/
H A Dkcsan_test.c210 const char *const access_type = local
239 cur += scnprintf(cur, end - cur, "%s%s to ", access_type,
538 #define __KCSAN_EXPECT_BARRIER(access_type, barrier, order_before, name) \
540 reorder_access->type = (access_type) | KCSAN_ACCESS_SCOPED; \
545 "improperly instrumented type=(" #access_type "): " name); \
/linux-master/drivers/soc/tegra/cbb/
H A Dtegra234-cbb.c352 u8 access_type, access_id, requester_socket_id, local_socket_id, slave_id, fab_id; local
389 access_type = FIELD_GET(FAB_EM_EL_ACCESSTYPE, cbb->mn_attr0);
404 tegra_cbb_print_err(file, "\t Access_Type\t\t: %s", (access_type) ? "Write\n" : "Read\n");
/linux-master/drivers/pci/controller/
H A Dpcie-rcar-host.c153 unsigned char access_type, struct pci_bus *bus,
191 if (access_type == RCAR_PCI_ACCESS_READ)
221 if (access_type == RCAR_PCI_ACCESS_READ)
152 rcar_pcie_config_access(struct rcar_pcie_host *host, unsigned char access_type, struct pci_bus *bus, unsigned int devfn, int where, u32 *data) argument
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c702 u32 access_type; local
711 access_type = (fault_status >> 8) & 0x3;
736 access_type, access_type_name(pfdev, fault_status),
/linux-master/fs/smb/client/
H A Dcifsacl.c690 umode_t bits, __u8 access_type,
697 pntace->type = access_type;
701 if (access_type == ACCESS_ALLOWED && allow_delete_child)
704 if (access_type == ACCESS_ALLOWED && !access_req)
706 else if (access_type == ACCESS_DENIED)
688 fill_ace_for_sid(struct cifs_ace *pntace, const struct cifs_sid *psid, __u64 nmode, umode_t bits, __u8 access_type, bool allow_delete_child) argument
/linux-master/drivers/mfd/
H A Dioc3.c323 .access_type = ds1685_reg_indirect,
/linux-master/drivers/rtc/
H A Drtc-ds1685.c1094 switch (pdata->access_type) {
/linux-master/kernel/bpf/
H A Dcgroup.c1537 .access_type = (access << 16) | dev_type,
1651 case bpf_ctx_range(struct bpf_cgroup_dev_ctx, access_type):
/linux-master/include/uapi/linux/
H A Dbpf.h7102 /* access_type encoded as (BPF_DEVCG_ACC_* << 16) | BPF_DEVCG_DEV_* */
7103 __u32 access_type; member in struct:bpf_cgroup_dev_ctx
/linux-master/tools/include/uapi/linux/
H A Dbpf.h7102 /* access_type encoded as (BPF_DEVCG_ACC_* << 16) | BPF_DEVCG_DEV_* */
7103 __u32 access_type; member in struct:bpf_cgroup_dev_ctx
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h360 __le16 access_type; member in struct:i40e_aqc_request_resource
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c5633 int access_type, offset; local
5635 access_type = exit_qualification & APIC_ACCESS_TYPE;
5642 if ((access_type == TYPE_LINEAR_APIC_INST_WRITE) &&
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_adminq_cmd.h63 __le16 access_type; member in struct:ice_aqc_req_res

Completed in 432 milliseconds

123