| /linux/drivers/iommu/ |
| H A D | omap-iommu.c | 73 struct omap_iommu_arch_data *arch_data = dev_iommu_priv_get(dev); in omap_iommu_save_ctx() local 78 if (!arch_data) in omap_iommu_save_ctx() 81 while (arch_data->iommu_dev) { in omap_iommu_save_ctx() 82 obj = arch_data->iommu_dev; in omap_iommu_save_ctx() 89 arch_data++; in omap_iommu_save_ctx() 103 struct omap_iommu_arch_data *arch_data = dev_iommu_priv_get(dev); in omap_iommu_restore_ctx() local 108 if (!arch_data) in omap_iommu_restore_ctx() 111 while (arch_data->iommu_dev) { in omap_iommu_restore_ctx() 112 obj = arch_data->iommu_dev; in omap_iommu_restore_ctx() 119 arch_data++; in omap_iommu_restore_ctx() [all …]
|
| H A D | hyperv-iommu.c | 233 msg->arch_data.vector = e.vector; in hyperv_root_ir_compose_msi_msg() 234 msg->arch_data.delivery_mode = e.delivery_mode; in hyperv_root_ir_compose_msi_msg()
|
| /linux/arch/x86/um/os-Linux/ |
| H A D | mcontext.c | 249 if (data->arch_data.fs_base != regs->gp[FS_BASE / sizeof(unsigned long)]) { in set_stub_state() 250 data->arch_data.fs_base = regs->gp[FS_BASE / sizeof(unsigned long)]; in set_stub_state() 251 data->arch_data.sync |= STUB_SYNC_FS_BASE; in set_stub_state() 253 if (data->arch_data.gs_base != regs->gp[GS_BASE / sizeof(unsigned long)]) { in set_stub_state() 254 data->arch_data.gs_base = regs->gp[GS_BASE / sizeof(unsigned long)]; in set_stub_state() 255 data->arch_data.sync |= STUB_SYNC_GS_BASE; in set_stub_state()
|
| /linux/arch/s390/kernel/ |
| H A D | syscall.c | 120 if (nr == __NR_restart_syscall && !(current->restart_block.arch_data & 1)) { in __do_syscall() 121 regs->psw.addr = current->restart_block.arch_data; in __do_syscall() 122 current->restart_block.arch_data = 1; in __do_syscall()
|
| H A D | process.c | 176 p->restart_block.arch_data = 1; in copy_thread()
|
| H A D | time.c | 80 vdso_k_time_data->arch_data.tod_delta = tod_clock_base.tod; in time_early_init() 357 vdso_k_time_data->arch_data.tod_delta = tod_clock_base.tod; in clock_sync_global()
|
| H A D | signal.c | 492 current->restart_block.arch_data = regs->psw.addr; in arch_do_signal_or_restart()
|
| /linux/arch/s390/include/asm/vdso/ |
| H A D | gettimeofday.h | 19 return get_tod_clock() - vd->arch_data.tod_delta; in __arch_get_hw_counter()
|
| /linux/arch/um/include/shared/skas/ |
| H A D | stub-data.h | 70 struct stub_data_arch arch_data; member
|
| /linux/sound/soc/sof/ |
| H A D | ipc4-telemetry.h | 69 u32 arch_data[]; member
|
| /linux/include/linux/ |
| H A D | restart_block.h | 27 unsigned long arch_data; member
|
| H A D | msi.h | 72 arch_msi_msg_data_t arch_data; member
|
| /linux/arch/xtensa/include/asm/ |
| H A D | pci-bridge.h | 37 void *arch_data; member
|
| /linux/arch/x86/um/ |
| H A D | tls_32.c | 37 data->arch_data.tls[idx] = *info; in do_set_thread_area() 38 data->arch_data.sync |= BIT(idx); in do_set_thread_area()
|
| /linux/arch/x86/kvm/ |
| H A D | irq.c | 210 irq->vector = msg.arch_data.vector; in kvm_msi_to_lapic_irq() 212 irq->trig_mode = msg.arch_data.is_level; in kvm_msi_to_lapic_irq() 213 irq->delivery_mode = msg.arch_data.delivery_mode << 8; in kvm_msi_to_lapic_irq()
|
| /linux/arch/x86/include/asm/ |
| H A D | thread_info.h | 216 do { restart->arch_data = current_thread_info()->status; } while (0)
|
| /linux/include/vdso/ |
| H A D | datapage.h | 137 struct arch_vdso_time_data arch_data; member
|
| /linux/arch/um/kernel/skas/ |
| H A D | stub.c | 171 stub_seccomp_restore_state(&d->arch_data); in stub_signal_interrupt()
|
| /linux/arch/x86/kernel/ |
| H A D | signal.c | 318 if (current->restart_block.arch_data & TS_COMPAT) in get_nr_restart_syscall()
|
| /linux/arch/x86/pci/ |
| H A D | xen.c | 226 msg->arch_data.delivery_mode = APIC_DELIVERY_MODE_EXTINT; in xen_msi_compose_msg()
|
| /linux/arch/x86/kernel/apic/ |
| H A D | apic.c | 2295 msg->arch_data.delivery_mode = APIC_DELIVERY_MODE_FIXED; in __irq_msi_compose_msg() 2296 msg->arch_data.vector = cfg->vector; in __irq_msi_compose_msg()
|
| H A D | io_apic.c | 1766 entry->vector = msg.arch_data.vector; in ioapic_setup_msg_from_msi() 1768 entry->delivery_mode = msg.arch_data.delivery_mode; in ioapic_setup_msg_from_msi()
|
| /linux/drivers/iommu/intel/ |
| H A D | irq_remapping.c | 1343 msg->arch_data.dmar_subhandle = subhandle; in fill_msi_msg()
|