Home
last modified time | relevance | path

Searched +full:32 +full:_64 (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/tools/testing/selftests/x86/
DMakefile23 # Some selftests require 32bit support enabled also on 64bit systems
33 BINARIES_64 := $(TARGETS_C_64BIT_ALL:%=%_64)
52 define gen-target-rule-32
58 $(1) $(1)_64: $(OUTPUT)/$(1)_64
59 .PHONY: $(1) $(1)_64
66 $(foreach t,$(TARGETS_C_32BIT_ALL),$(eval $(call gen-target-rule-32,$(t))))
85 $(BINARIES_64): $(OUTPUT)/%_64: %.c helpers.h
88 # x86_64 users should be encouraged to install 32-bit libraries
93 @echo "Warning: you seem to have a broken 32-bit build" 2>&1; \
106 echo " zypper install gcc-32bit glibc-devel-static-32bit"; \
/linux-6.12.1/tools/testing/selftests/mm/
DMakefile95 BINARIES_64 := $(VMTARGETS:%=%_64)
145 define gen-target-rule-32
151 $(1) $(1)_64: $(OUTPUT)/$(1)_64
152 .PHONY: $(1) $(1)_64
160 $(foreach t,$(VMTARGETS),$(eval $(call gen-target-rule-32,$(t))))
166 $(BINARIES_64): $(OUTPUT)/%_64: %.c
171 # x86_64 users should be encouraged to install 32-bit libraries
176 @echo "Warning: you seem to have a broken 32-bit build" 2>&1; \
/linux-6.12.1/tools/include/uapi/asm-generic/
Dunistd.h19 #if __BITS_PER_LONG == 32 || defined(__SYSCALL_COMPAT)
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
42 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
101 #define __NR_flock 32
191 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
236 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
245 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
[all …]
/linux-6.12.1/include/uapi/asm-generic/
Dunistd.h19 #if __BITS_PER_LONG == 32 || defined(__SYSCALL_COMPAT)
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
42 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
101 #define __NR_flock 32
191 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
236 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
245 #if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
[all …]
/linux-6.12.1/arch/arm64/include/asm/
Dcmpxchg.h47 __XCHG_CASE(w, , , 32, , , , , , )
51 __XCHG_CASE(w, , acq_, 32, , , a, a, , "memory")
55 __XCHG_CASE(w, , rel_, 32, , , , , l, "memory")
59 __XCHG_CASE(w, , mb_, 32, dmb ish, nop, , a, l, "memory")
76 return __xchg_case##sfx##_64(x, ptr); \
116 __CMPXCHG_CASE( , 32)
120 __CMPXCHG_CASE(acq_, 32)
124 __CMPXCHG_CASE(rel_, 32)
128 __CMPXCHG_CASE(mb_, 32)
160 return __cmpxchg_case##sfx##_64(ptr, old, new); \
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Ddialog,da7219.yaml133 enum: ["32_64", "64_128", "128_256", "256_512"]
226 dlg,jack-det-rate = "32_64";
/linux-6.12.1/arch/arm64/boot/dts/mediatek/
Dmt8183-kukui-audio-da7219.dtsi30 dlg,jack-det-rate = "32_64";
/linux-6.12.1/scripts/
Dcheckstack.pl65 } elsif ($arch =~ /^x86(_64)?$/ || $arch =~ /^i[3456]86$/) {
79 #88003254: 27bdffe0 addiu sp,sp,-32
104 } elsif ($arch =~ /^loongarch(32|64)?$/) {
/linux-6.12.1/drivers/infiniband/hw/irdma/
Di40iw_hw.h95 /* shifts/masks for FLD_[LS/RS]_64 macros used in device table */
146 #define I40IW_QP_WQE_MIN_SIZE 32
/linux-6.12.1/include/linux/
Djiffies.h51 * longer fit in 32 bits. The following way of calculating this gives us
53 * - (NOM / DEN) fits in (32 - LSH) bits.
54 * - (NOM % DEN) fits in (32 - LSH) bits.
75 * The 64-bit value is not atomic on 32-bit systems - you MUST NOT read it
81 * On 32-bit big-endian systems, jiffies is the lower 32 bits of jiffies_64
253 * These eight macros compare jiffies[_64] and 'a' for convenience.
317 * Have the 32-bit jiffies value wrap 5 minutes after boot
374 * Often the math we use will expand beyond 32-bits so we tell C how to
376 * which should take the result back to 32-bits. We want this expansion
390 * couple of bits away from overflowing a 32-bit word, so we MUST use
[all …]
/linux-6.12.1/arch/arm64/boot/dts/rockchip/
Drk3399-gru.dtsi452 dlg,jack-det-rate = "32_64";
699 &clk_32k /* This pin is always 32k on gru boards */
/linux-6.12.1/sound/soc/codecs/
Dda7219-aad.c593 if (!strcmp(str, "32_64")) { in da7219_aad_fw_jack_det_rate()
906 da7219_aad->gnd_switch_delay = 32; in da7219_aad_handle_gnd_switch_time()
918 da7219_aad->gnd_switch_delay = 32; in da7219_aad_handle_gnd_switch_time()
/linux-6.12.1/arch/arc/net/
Dbpf_jit_arcv2.c39 * - In ARCv2 ABI, the return value is in r0 for 32-bit results and (r1,r0)
73 /* Remaining arguments, to be passed on the stack per 32-bit ABI */
80 /* Read-only frame pointer to access the eBPF stack. 32-bit only. */
103 INSN_len_imm = 4 /* Length of an extra 32-bit immediate. */
248 /* 32-bit load. */
270 /* 32-bit store. */
370 * mpy is the signed 32-bit multiplication with the lower 32-bit
384 * mpydu is the unsigned 32-bit multiplication with the lower 32-bit of
385 * the product in register "a" and the higher 32-bit in register "a+1".
936 * 32-bits of register pairs after "cmp"ing their upper parts. If the
[all …]