Searched refs:_32 (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/selftests/x86/ |
A D | Makefile | 31 BINARIES_32 := $(TARGETS_C_32BIT_ALL:%=%_32) 45 $(1) $(1)_32: $(OUTPUT)/$(1)_32 46 .PHONY: $(1) $(1)_32 74 $(BINARIES_32): $(OUTPUT)/%_32: %.c helpers.h
|
A D | .gitignore | 2 *_32
|
/linux/tools/testing/selftests/vm/ |
A D | Makefile | 57 BINARIES_32 := $(TARGETS:%=%_32) 97 $(1) $(1)_32: $(OUTPUT)/$(1)_32 98 .PHONY: $(1) $(1)_32 109 $(BINARIES_32): $(OUTPUT)/%_32: %.c
|
/linux/arch/arm64/include/asm/ |
A D | cmpxchg.h | 75 return __xchg_case##sfx##_32(x, ptr); \ 162 return __cmpxchg_case##sfx##_32(ptr, old, new); \ 268 return __cmpwait_case##sfx##_32(ptr, val); \
|
/linux/tools/include/uapi/asm-generic/ |
A 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
|
/linux/include/uapi/asm-generic/ |
A 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
|
/linux/sound/pci/oxygen/ |
A D | oxygen_io.c | 51 chip->saved_registers._32[reg / 4] = cpu_to_le32(value); in oxygen_write32() 84 chip->saved_registers._32[reg / 4] = cpu_to_le32(tmp); in oxygen_write32_masked()
|
A D | oxygen.h | 147 __le32 _32[OXYGEN_IO_SIZE / 4]; member
|
/linux/sound/drivers/opl4/ |
A D | yrw801.c | 940 REGION(_30), REGION(_31), REGION(_32), REGION(_33),
|
Completed in 26 milliseconds