Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H A DMakefile22 # Some selftests require 32bit support enabled also on 64bit systems
32 BINARIES_64 := $(TARGETS_C_64BIT_ALL:%=%_64)
44 define gen-target-rule-32
50 $(1) $(1)_64: $(OUTPUT)/$(1)_64
51 .PHONY: $(1) $(1)_64
58 $(foreach t,$(TARGETS_C_32BIT_ALL),$(eval $(call gen-target-rule-32,$(t))))
77 $(BINARIES_64): $(OUTPUT)/%_64: %.c helpers.h
80 # x86_64 users should be encouraged to install 32-bit libraries
85 @echo "Warning: you seem to have a broken 32-bit build" 2>&1; \
98 echo " zypper install gcc-32bit glibc-devel-static-32bit"; \
/openbmc/linux/tools/testing/selftests/mm/
H A DMakefile85 BINARIES_64 := $(VMTARGETS:%=%_64)
130 define gen-target-rule-32
136 $(1) $(1)_64: $(OUTPUT)/$(1)_64
137 .PHONY: $(1) $(1)_64
145 $(foreach t,$(VMTARGETS),$(eval $(call gen-target-rule-32,$(t))))
151 $(BINARIES_64): $(OUTPUT)/%_64: %.c
156 # x86_64 users should be encouraged to install 32-bit libraries
161 @echo "Warning: you seem to have a broken 32-bit build" 2>&1; \
/openbmc/openbmc/poky/meta/conf/machine/include/x86/
H A DREADME11 X86ARCH32 - This is the 32-bit architecture GNU canonical arch, TUNE_ARCH.
19 The package architecture for 32-bit targets is historical and generally
22 For 64-bit architectures, the architecture is expected to end in '_64'.
24 If the x32 ABI is used, then the _64 is further extended with a '_x32'.
/openbmc/qemu/linux-headers/asm-generic/
H A 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 …]
/openbmc/linux/tools/include/uapi/asm-generic/
H A 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 …]
/openbmc/linux/include/uapi/asm-generic/
H A 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 …]
/openbmc/linux/arch/arm64/include/asm/
H A 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 …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Ddialog,da7219.yaml132 enum: ["32_64", "64_128", "128_256", "256_512"]
225 dlg,jack-det-rate = "32_64";
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-audio-da7219.dtsi31 dlg,jack-det-rate = "32_64";
/openbmc/u-boot/scripts/
H A Dcheckstack.pl53 } elsif ($arch =~ /^x86(_64)?$/ || $arch =~ /^i[3456]86$/) {
74 #88003254: 27bdffe0 addiu sp,sp,-32
/openbmc/linux/scripts/
H A Dcheckstack.pl65 } elsif ($arch =~ /^x86(_64)?$/ || $arch =~ /^i[3456]86$/) {
82 #88003254: 27bdffe0 addiu sp,sp,-32
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Di40iw_hw.h95 /* shifts/masks for FLD_[LS/RS]_64 macros used in device table */
146 #define I40IW_QP_WQE_MIN_SIZE 32
/openbmc/linux/include/linux/
H A 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
250 * These eight macros compare jiffies[_64] and 'a' for convenience.
314 * Have the 32-bit jiffies value wrap 5 minutes after boot
371 * Often the math we use will expand beyond 32-bits so we tell C how to
373 * which should take the result back to 32-bits. We want this expansion
387 * couple of bits away from overflowing a 32-bit word, so we MUST use
[all …]
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru.dtsi453 dlg,jack-det-rate = "32_64";
700 &clk_32k /* This pin is always 32k on gru boards */
/openbmc/linux/sound/soc/codecs/
H A 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()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c357 size64 <<= 32; in xen_pt_get_bar_size()
502 /* low 32 bits mask for 64 bit bars */ in xen_pt_bar_reg_write()
514 r_size = d->io_regions[index - 1].size >> 32; in xen_pt_bar_reg_write()
1069 PCI_MSI_##what##_64 : PCI_MSI_##what##_32))
1158 /* no need to initialize in case of 32 bit type */ in xen_pt_msgaddr64_reg_init()
1167 /* this function will be called twice (for 32 bit and 64 bit type) */
1185 /* this function will be called twice (for 32 bit and 64 bit type) */
1204 /* this function will be called twice (for 32 bit and 64 bit type) */
1287 /* this function will be called twice (for 32 bit and 64 bit type) */
1303 XEN_PT_ERR(&s->dev, "the offset does not match the 32/64 bit type!\n"); in xen_pt_msgdata_reg_write()
[all …]
/openbmc/qemu/
H A Dqemu-options.hx52 "pc-i440fx-2.8" and "pc-q35-2.8" for the x86\_64/i686 architectures.
260 1GB/2MB/4KB, 32MB/16KB and 512MB/64KB for 4KB/16KB/64KB PAGE_SIZE
357 -smp 32,sockets=2,dies=2,modules=2,cores=2,threads=2,maxcpus=32
1185 ``aw-bits=val`` (val between 32 and 64, default depends on machine)
1448 cache-size is not specified - 32M on Linux platforms, and 8M
2822 " use 'cookie64=on' to set cookie size to 64 bit, otherwise 32\n"
2975 |qemu_system| -netdev user,id=n1,ipv6=off -device e1000,netdev=n1,mac=52:54:98:76:54:32
2976 |qemu_system| -nic user,ipv6=off,model=e1000,mac=52:54:98:76:54:32
3513 they are 32 bit.
3516 Set cookie size to 64 bit instead of the default 32
[all …]