Searched refs:_64 (Results 1 – 3 of 3) sorted by relevance
/tools/testing/selftests/x86/ |
D | Makefile | 31 BINARIES_64 := $(TARGETS_C_64BIT_ALL:%=%_64) 49 $(1) $(1)_64: $(OUTPUT)/$(1)_64 50 .PHONY: $(1) $(1)_64 76 $(BINARIES_64): $(OUTPUT)/%_64: %.c
|
D | .gitignore | 2 *_64
|
/tools/include/uapi/asm-generic/ |
D | unistd.h | 20 #define __SC_3264(_nr, _32, _64) __SYSCALL(_nr, _32) argument 22 #define __SC_3264(_nr, _32, _64) __SYSCALL(_nr, _64) argument 27 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SYSCALL(_nr, _comp) argument 30 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SC_3264(_nr, _32, _64) argument
|