/tools/perf/trace/beauty/tracepoints/ |
D | x86_irq_vectors.c | 14 static size_t x86_irq_vectors__scnprintf(unsigned long vector, char *bf, size_t size, bool show_pre… in x86_irq_vectors__scnprintf() argument 16 …return strarray__scnprintf_suffix(&strarray__x86_irq_vectors, bf, size, "%#x", show_prefix, vector… in x86_irq_vectors__scnprintf() 21 unsigned long vector = arg->val; in syscall_arg__scnprintf_x86_irq_vectors() local 23 return x86_irq_vectors__scnprintf(vector, bf, size, arg->show_string_prefix); in syscall_arg__scnprintf_x86_irq_vectors()
|
/tools/testing/selftests/powerpc/tm/ |
D | tm-signal-context-chk-vsx.c | 37 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v… 42 vector int vsxs[] = { 60 uint8_t vsx[sizeof(vector int)]; in signal_usr1() 61 uint8_t vsx_tm[sizeof(vector int)]; in signal_usr1() 109 fail = memcmp(vsx, &vsxs[i], sizeof(vector int)); in signal_usr1() 133 fail = memcmp(vsx_tm, &vsxs[NV_VSX_REGS + i], sizeof(vector int)); in signal_usr1()
|
D | tm-signal-context-chk-vmx.c | 36 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v… 41 vector int vms[] = { 65 &vms[i], sizeof(vector int)); in signal_usr1() 83 &vms[NV_VMX_REGS + i], sizeof (vector int)); in signal_usr1()
|
D | tm-signal-context-chk-gpr.c | 35 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
|
D | tm-signal-context-chk-fpu.c | 35 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
|
/tools/testing/selftests/powerpc/math/ |
D | vsx_preempt.c | 36 __thread vector int varray[24] = { 46 extern long preempt_vsx(vector int *varray, int *threads_starting, int *running); 48 long vsx_memcmp(vector int *a) { in vsx_memcmp() 49 vector int zero = {0, 0, 0, 0}; in vsx_memcmp() 55 if (memcmp(&a[i + 12], &zero, sizeof(vector int)) == 0) { in vsx_memcmp() 61 if (memcmp(a, &a[12], 12 * sizeof(vector int))) { in vsx_memcmp()
|
D | vsx_asm.S | 9 #long check_vsx(vector int *r3); 23 # int preempt_vmx(vector int *varray, int *threads_starting, 30 std r3,STACK_FRAME_PARAM(0)(sp) # vector int *varray
|
D | vmx_syscall.c | 18 vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, 23 extern int test_vmx(vector int *varray, pid_t *pid);
|
D | vmx_preempt.c | 32 __thread vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, 40 extern int preempt_vmx(vector int *varray, int *threads_starting, int *running);
|
D | vmx_signal.c | 32 __thread vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, 41 extern int preempt_vmx(vector int *varray, int *threads_starting, int *sentinal);
|
D | vmx_asm.S | 112 # int preempt_vmx(vector int *varray, int *threads_starting, int *running) 118 std r3,STACK_FRAME_PARAM(0)(sp) # vector int *varray
|
/tools/testing/selftests/kvm/lib/aarch64/ |
D | handlers.S | 69 .set vector, 0 define 79 mov x1, #vector 88 .set vector, vector + 1 define 95 mov x0, #vector 101 .set vector, vector + 1 define
|
D | processor.c | 332 void kvm_exit_unexpected_exception(int vector, uint64_t ec, bool valid_ec) in kvm_exit_unexpected_exception() argument 334 ucall(UCALL_UNHANDLED, 3, vector, ec, valid_ec); in kvm_exit_unexpected_exception() 368 void route_exception(struct ex_regs *regs, int vector) in route_exception() argument 374 switch (vector) { in route_exception() 394 if (handlers && handlers->exception_handlers[vector][ec]) in route_exception() 395 return handlers->exception_handlers[vector][ec](regs); in route_exception() 398 kvm_exit_unexpected_exception(vector, ec, valid_ec); in route_exception() 409 void vm_install_sync_handler(struct kvm_vm *vm, int vector, int ec, in vm_install_sync_handler() argument 414 assert(VECTOR_IS_SYNC(vector)); in vm_install_sync_handler() 415 assert(vector < VECTOR_NUM); in vm_install_sync_handler() [all …]
|
/tools/testing/selftests/kvm/lib/x86_64/ |
D | handlers.S | 52 vector = \from define 65 pushq $vector 67 vector = vector + 1 define
|
D | processor.c | 1221 static void set_idt_entry(struct kvm_vm *vm, int vector, unsigned long addr, in set_idt_entry() argument 1226 struct idt_entry *e = &base[vector]; in set_idt_entry() 1249 if (handlers && handlers[regs->vector]) { in route_exception() 1250 handlers[regs->vector](regs); in route_exception() 1254 kvm_exit_unexpected_vector(regs->vector); in route_exception() 1284 void vm_install_exception_handler(struct kvm_vm *vm, int vector, in vm_install_exception_handler() argument 1289 handlers[vector] = (vm_vaddr_t)handler; in vm_install_exception_handler() 1297 uint64_t vector = uc.args[0]; in assert_on_unhandled_exception() local 1300 vector); in assert_on_unhandled_exception()
|
/tools/testing/selftests/arm64/fp/ |
D | TODO | 2 - More coverage for ptrace (eg, vector length conversions).
|
D | README | 7 sve-probe-vls - Checks the SVE vector length enumeration interface
|
/tools/testing/selftests/kvm/include/aarch64/ |
D | processor.h | 117 int vector, handler_fn handler); 119 int vector, int ec, handler_fn handler);
|
/tools/testing/selftests/bpf/ |
D | xdpxceiver.c | 297 rxr = (ifobject->fv.vector == rx) ? &xsk->rx : NULL; in xsk_configure_socket() 298 txr = (ifobject->fv.vector == tx) ? &xsk->tx : NULL; in xsk_configure_socket() 796 ifobject->ifname, ifobject->fv.vector == tx ? "Tx" : "Rx"); in thread_common_ops() 909 enum fvector tmp_vector = ifobj1->fv.vector; in swap_vectors() 912 ifobj1->fv.vector = ifobj2->fv.vector; in swap_vectors() 915 ifobj2->fv.vector = tmp_vector; in swap_vectors() 996 const u16 src_port, enum fvector vector) in init_iface() argument 1012 if (vector == tx) { in init_iface() 1013 ifobj->fv.vector = tx; in init_iface() 1017 ifobj->fv.vector = rx; in init_iface()
|
D | xdpxceiver.h | 104 } vector; member
|
/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 403 uint64_t vector; member 412 void vm_install_exception_handler(struct kvm_vm *vm, int vector,
|
/tools/testing/selftests/powerpc/benchmarks/ |
D | context_switch.c | 40 vector int a, b, c;
|
/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 94 __u8 vector; member
|
/tools/include/uapi/linux/ |
D | kvm.h | 450 __u8 vector; member 1637 __u8 vector; member
|
/tools/arch/x86/kcpuid/ |
D | cpuid.csv | 219 0xA, 0, EAX, 31:24, pmu_ebx_bits, Length of EBX bit vector to enumerate PMU events
|