Searched refs:a0 (Results 1 – 6 of 6) sorted by relevance
/tools/testing/selftests/vDSO/ |
D | vdso_standalone_test_x86.c | 38 static inline long x86_syscall3(long nr, long a0, long a1, long a2) in x86_syscall3() argument 43 "D" (a0), "S" (a1), "d" (a2) : in x86_syscall3() 48 "b" (a0), "c" (a1), "d" (a2) : in x86_syscall3()
|
/tools/perf/arch/s390/include/ |
D | dwarf-regs-table.h | 46 REG_DWARFNUM_NAME(a0, 48),
|
/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 374 uint64_t kvm_hypercall(uint64_t nr, uint64_t a0, uint64_t a1, uint64_t a2,
|
/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 1249 uint64_t kvm_hypercall(uint64_t nr, uint64_t a0, uint64_t a1, uint64_t a2, in kvm_hypercall() argument 1256 : "a"(nr), "b"(a0), "c"(a1), "d"(a2), "S"(a3)); in kvm_hypercall()
|
/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 211 a0: MOV AL,Ob 510 a0: PUSH FS (d64) 760 a0: vpscatterdd/q Wx,Vx (66),(ev)
|
/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1736 # define SYSCALL_RET(_regs) (_regs).a0 1744 # define SYSCALL_RET(_regs) (_regs).a0
|