Searched refs:vector (Results 176 - 200 of 498) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/xe/
H A Dxe_memirq.c84 * mask vector to be used by the LRM in the context, so we just use
343 static bool memirq_received(struct xe_memirq *memirq, struct iosys_map *vector, argument
348 value = iosys_map_rd(vector, offset, u8);
354 iosys_map_wr(vector, offset, u8, 0x00);
/linux-master/arch/alpha/kernel/
H A Dcore_mcpcia.c578 mcpcia_machine_check(unsigned long vector, unsigned long la_ptr)
613 process_mcheck_info(vector, la_ptr, "MCPCIA", expected != 0);
614 if (!expected && vector != 0x620 && vector != 0x630) {
576 mcpcia_machine_check(unsigned long vector, unsigned long la_ptr) argument
H A Dcore_apecs.c395 apecs_machine_check(unsigned long vector, unsigned long la_ptr)
419 process_mcheck_info(vector, la_ptr, "APECS",
393 apecs_machine_check(unsigned long vector, unsigned long la_ptr) argument
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dentry.S42 ! r1 = vector (pseudo EXPEVT / INTEVT / TRA)
72 mov r1,r9 ! r9 = interrupt vector
85 mov r1,r9 ! r9 = interrupt vector
143 cmp/ge r8,r9 ! vector 0x1f-0x2f is systemcall
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S112 # int preempt_vmx(vector int *varray, int *threads_starting, int *running)
118 std r3,STACK_FRAME_PARAM(0)(sp) # vector int *varray
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_ioctl.h95 int32_t vector; member in struct:ch_qset_params
/linux-master/drivers/ipack/carriers/
H A Dtpci200.h112 * @vector Vector number
119 int vector; member in struct:slot_irq
/linux-master/include/xen/interface/
H A Dphysdev.h100 * Allocate or free a physical upcall vector for the specified IRQ line.
109 uint32_t vector; member in struct:physdev_irq
/linux-master/arch/microblaze/kernel/
H A Dkgdb.c113 int kgdb_arch_handle_exception(int vector, int signo, int err_code, argument
/linux-master/arch/s390/pci/
H A Dpci_irq.c19 * summary bit vector
27 * FLOATING - interrupt bit vector per function
28 * DIRECTED - interrupt bit vector per cpu
42 fib.fmt0.aibv = virt_to_phys(zdev->aibv->vector);
43 fib.fmt0.aibvo = 0; /* each zdev has its own interrupt vector */
44 fib.fmt0.aisb = virt_to_phys(zpci_sbv->vector) + (zdev->aisb / 64) * 8;
160 /* Scan the directed IRQ bit vector */
244 /* Scan adapter summary indicator bit vector */
257 /* Scan the adapter interrupt vector for this device. */
288 /* Allocate cpu vector bit
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Deq.h106 int mlx5_comp_irqn_get(struct mlx5_core_dev *dev, int vector, unsigned int *irqn);
/linux-master/arch/m68k/kernel/
H A Dints.c71 * @handler: called from auto vector interrupts
73 * setup the handler to be called from auto vector interrupts instead of the
86 * @vec: first user vector interrupt to handle
87 * @cnt: number of active user vector interrupts
89 * setup user vector interrupts, this includes activating the specified range
91 * different from auto vector interrupts).
170 pr_warn("unexpected interrupt from %u\n", regs->vector);
/linux-master/include/xen/
H A Devents.h76 void xen_send_IPI_one(unsigned int cpu, enum ipi_vector vector);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dga100.c84 nvkm_wo32(chan->inst, 0x0f8, 0x80000000 | chan->cgrp->runl->nonstall.vector);
450 u32 vector = nvkm_rd32(device, addr + 0x160); local
496 ret = nvkm_inth_add(&device->vfn->intr, vector & 0x00000fff, NVKM_INTR_PRIO_NORMAL,
552 runl->nonstall.vector = engn->func->nonstall(engn);
554 /* if no nonstall vector just keep going */
555 if (runl->nonstall.vector == -1)
557 if (runl->nonstall.vector < 0) {
558 RUNL_ERROR(runl, "nonstall %d", runl->nonstall.vector);
559 return runl->nonstall.vector;
562 ret = nvkm_inth_add(&vfn->intr, runl->nonstall.vector, NVKM_INTR_PRIO_NORMA
[all...]
/linux-master/drivers/virtio/
H A Dvirtio_pci_common.h41 /* MSI-X vector (or none) */
92 /* Whether we have vector per vq */
104 u16 (*config_vector)(struct virtio_pci_device *vp_dev, u16 vector);
109 /* Use first vector for configuration changes, second and the rest for
136 * - force the affinity for per vq vector
/linux-master/arch/x86/include/asm/
H A Dio_apic.h61 u64 vector : 8, member in struct:IO_APIC_route_entry::__anon190::__anon191
/linux-master/arch/x86/kvm/
H A Dx86.h114 static inline void kvm_queue_interrupt(struct kvm_vcpu *vcpu, u8 vector, argument
119 vcpu->arch.interrupt.nr = vector;
174 static inline bool x86_exception_has_error_code(unsigned int vector) argument
180 return (1U << vector) & exception_has_error_code;
/linux-master/drivers/vdpa/ifcvf/
H A Difcvf_base.c13 u16 ifcvf_set_vq_vector(struct ifcvf_hw *hw, u16 qid, int vector) argument
18 vp_iowrite16(vector, &cfg->queue_msix_vector);
23 u16 ifcvf_set_config_vector(struct ifcvf_hw *hw, int vector) argument
27 vp_iowrite16(vector, &cfg->msix_config);
/linux-master/arch/riscv/crypto/
H A Dchacha-riscv64-glue.c3 * ChaCha20 using the RISC-V vector crypto extensions
10 #include <asm/vector.h>
H A Dsha256-riscv64-glue.c3 * SHA-256 and SHA-224 using the RISC-V vector crypto extensions
13 #include <asm/vector.h>
H A Dsha512-riscv64-glue.c3 * SHA-512 and SHA-384 using the RISC-V vector crypto extensions
13 #include <asm/vector.h>
/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c694 static void uv_send_IPI_one(int cpu, int vector) argument
700 if (vector == NMI_VECTOR)
708 (vector << UVH_IPI_INT_VECTOR_SHFT);
713 static void uv_send_IPI_mask(const struct cpumask *mask, int vector) argument
718 uv_send_IPI_one(cpu, vector);
721 static void uv_send_IPI_mask_allbutself(const struct cpumask *mask, int vector) argument
728 uv_send_IPI_one(cpu, vector);
732 static void uv_send_IPI_allbutself(int vector) argument
739 uv_send_IPI_one(cpu, vector);
743 static void uv_send_IPI_all(int vector) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dce80/
H A Dhw_translate_dce80.c45 uint32_t vector)
51 if (vector == mask)
44 index_from_vector( uint32_t vector) argument
/linux-master/arch/m68k/fpsp040/
H A Dx_fline.S34 | check for unimplemented vector first. Use EXC_VEC-4 because
88 movew #0x202c,EXC_VEC(%a6) |reformat vector to unimp
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/dce60/
H A Dhw_translate_dce60.c45 uint32_t vector)
51 if (vector == mask)
44 index_from_vector( uint32_t vector) argument

Completed in 342 milliseconds

1234567891011>>