Home
last modified time | relevance | path

Searched refs:x32 (Results 1 – 25 of 262) sorted by relevance

1234567891011

/openbmc/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl9 # The abi is "common", "64" or "x32" for this file.
381 # in x32 as compared to native x86_64. These syscalls have numbers 512-547.
383 # for non-x32 use.
385 512 x32 rt_sigaction compat_sys_rt_sigaction
386 513 x32 rt_sigreturn compat_sys_x32_rt_sigreturn
387 514 x32 ioctl compat_sys_ioctl
388 515 x32 readv sys_readv
389 516 x32 writev sys_writev
390 517 x32 recvfrom compat_sys_recvfrom
391 518 x32 sendmsg compat_sys_sendmsg
[all …]
/openbmc/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl9 # The abi is "common", "64" or "x32" for this file.
381 # in x32 as compared to native x86_64. These syscalls have numbers 512-547.
383 # for non-x32 use.
385 512 x32 rt_sigaction compat_sys_rt_sigaction
386 513 x32 rt_sigreturn compat_sys_x32_rt_sigreturn
387 514 x32 ioctl compat_sys_ioctl
388 515 x32 readv sys_readv
389 516 x32 writev sys_writev
390 517 x32 recvfrom compat_sys_recvfrom
391 518 x32 sendmsg compat_sys_sendmsg
[all …]
H A DMakefile36 $(uapi)/unistd_x32.h: abis := common,x32
45 $(out)/unistd_64_x32.h: abis := x32
56 $(out)/syscalls_x32.h: abis := common,x32
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl10 # The abi is "common", "64" or "x32" for this file.
392 # in x32 as compared to native x86_64. These syscalls have numbers 512-547.
394 # for non-x32 use.
396 512 x32 rt_sigaction compat_sys_rt_sigaction
397 513 x32 rt_sigreturn compat_sys_x32_rt_sigreturn
398 514 x32 ioctl compat_sys_ioctl
399 515 x32 readv sys_readv
400 516 x32 writev sys_writev
401 517 x32 recvfrom compat_sys_recvfrom
402 518 x32 sendmsg compat_sys_sendmsg
[all …]
/openbmc/openbmc/poky/meta/conf/machine/include/x86/
H A Dtune-x86-64-v3.inc26 AVAILTUNES += "x86-64-v3-x32"
27 TUNE_FEATURES:tune-x86-64-v3-x32 = "${TUNE_FEATURES:tune-x86-64-x32} x86-64-v3"
28 BASE_LIB:tune-x86-64-v3-x32 = "libx32"
29 TUNE_PKGARCH:tune-x86-64-v3-x32 = "x86-64-v3-x32"
30 PACKAGE_EXTRA_ARCHS:tune-x86-64-v3-x32 = "${PACKAGE_EXTRA_ARCHS:tune-corei7-64-x32} x86-64-v3-x32"
31 QEMU_EXTRAOPTIONS:tune-x86-64-v3-x32 = " -cpu Skylake-Client,check=false"
H A Dtune-corei7.inc33 AVAILTUNES += "corei7-64-x32"
34 TUNE_FEATURES:tune-corei7-64-x32 = "${TUNE_FEATURES:tune-x86-64-x32} corei7"
35 BASE_LIB:tune-corei7-64-x32 = "libx32"
36 TUNE_PKGARCH:tune-corei7-64-x32 = "corei7-64-x32"
37 PACKAGE_EXTRA_ARCHS:tune-corei7-64-x32 = "${PACKAGE_EXTRA_ARCHS:tune-core2-64-x32} corei7-64-x32"
38 QEMU_EXTRAOPTIONS:tune-corei7-64-x32 = " -cpu Nehalem,check=false"
H A Dtune-core2.inc33 AVAILTUNES += "core2-64-x32"
34 TUNE_FEATURES:tune-core2-64-x32 = "${TUNE_FEATURES:tune-x86-64-x32} core2"
35 BASE_LIB:tune-core2-64-x32 = "libx32"
36 TUNE_PKGARCH:tune-core2-64-x32 = "core2-64-x32"
37 PACKAGE_EXTRA_ARCHS:tune-core2-64-x32 = "${PACKAGE_EXTRA_ARCHS:tune-x86-64-x32} core2-64-x32"
38 QEMU_EXTRAOPTIONS:tune-core2-64-x32 = " -cpu Nehalem,check=false"
H A Darch-x86.inc19 # x32 ABI
23 ABIEXTENSION .= "${@bb.utils.contains('TUNE_FEATURES', 'mx32', 'x32', '', d)}"
26 TUNE_ASARGS += "${@bb.utils.contains('TUNE_FEATURES', 'mx32', '-x32', '', d)}"
27 # user mode qemu doesn't support x32
29 MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'mx32', 'x86-x32:', '', d)}"
50 AVAILTUNES += "x86-64-x32"
51 TUNE_FEATURES:tune-x86-64-x32 = "mx32"
52 BASE_LIB:tune-x86-64-x32 = "libx32"
53 TUNE_PKGARCH:tune-x86-64-x32 = "x86_64_x32"
54 PACKAGE_EXTRA_ARCHS:tune-x86-64-x32 = "${TUNE_PKGARCH:tune-x86-64-x32}"
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dx32-psabi.rst3 Using x32 psABI
6 x32 processor-specific Application Binary Interface (`x32
21 requirements. Executing under the x32 psABI enables user programs to
26 The Yocto Project supports the final specifications of x32 psABI as
29 - You can create packages and images in x32 psABI format on x86_64
32 - You can successfully build recipes with the x32 toolchain.
37 - There is RPM Package Manager (RPM) support for x32 binaries.
41 To use the x32 psABI, you need to edit your ``conf/local.conf``
45 DEFAULTTUNE = "x86-64-x32"
51 the x32 psABI. Here is an example::
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dkexec-x32.patch4 Subject: [PATCH] x86_64: Add support to build kexec-tools with x32 ABI
11 configure.ac: Add test for detect x32 ABI.
13 x32 ABI is set.
14 kexec/arch/x86_64/kexec-elf-rel-x86_64.c: When x32 ABI is set
16 kexec/kexec-syscall.h: Add correct syscall number for x32 ABI.
39 + dnl ---Test for x32 ABI in x86_64
45 + ], SUBARCH='x32', SUBARCH='64')
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_seq.h_shipped20 0x00, 0x32, 0x21, 0x60,
32 0x02, 0x30, 0x51, 0x32,
80 0x01, 0x0b, 0xae, 0x32,
86 0x02, 0x8c, 0x59, 0x32,
97 0x04, 0x7c, 0x88, 0x32,
99 0x04, 0x40, 0x89, 0x32,
126 0x04, 0xac, 0x49, 0x32,
142 0x02, 0xa0, 0xc0, 0x32,
149 0x02, 0xa0, 0x40, 0x32,
155 0x02, 0x28, 0x55, 0x32,
[all …]
H A Daic7xxx_seq.h_shipped65 0x01, 0x3d, 0x32, 0x31,
70 0x01, 0x66, 0x32, 0x31,
81 0x01, 0x66, 0x32, 0x31,
85 0x01, 0x66, 0x32, 0x31,
89 0xff, 0x6a, 0x32, 0x01,
195 0x01, 0x64, 0x32, 0x31,
205 0x01, 0x06, 0x32, 0x31,
229 0x01, 0x69, 0x32, 0x31,
245 0xe0, 0x64, 0x32, 0x74,
419 0x08, 0xeb, 0x32, 0x6b,
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0001-dpkg-Support-muslx32-build.patch23 +x32-musl-linux linux-muslx32 linux[^-]*-muslx32
35 +x32-musl-linux-amd64 x32
/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c122 uint32_t *x32 = efi_reloc + offset; in efi_loader_relocate() local
135 *x32 += (uint32_t)delta; in efi_loader_relocate()
142 *x32 = ((*x32 & 0xfffff000) + (uint32_t)delta) | in efi_loader_relocate()
143 (*x32 & 0x00000fff); in efi_loader_relocate()
/openbmc/qemu/dump/
H A Dwin_dump.c33 #define _WIN_DUMP_FIELD(f) (x64 ? h->x64.f : h->x32.f)
36 #define _WIN_DUMP_FIELD_PTR(f) (x64 ? (void *)&h->x64.f : (void *)&h->x32.f)
39 #define _WIN_DUMP_FIELD_SIZE(f) (x64 ? sizeof(h->x64.f) : sizeof(h->x32.f))
165 h->x32.RequiredDumpSpace = sizeof(WinDumpHeader32) + in patch_header()
166 (h->x32.PhysicalMemoryBlock.NumberOfPages << TARGET_PAGE_BITS); in patch_header()
240 h->x32.KdDebuggerDataBlock = KdDebuggerDataBlock; in check_kdbg()
348 ctx.x32 = (WinContext32){ in patch_and_save_context()
/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/
H A Dstingray-clock.dtsi52 reg = <0x0001d104 0x32>,
64 reg = <0x0001d1ac 0x32>,
76 reg = <0x0001d1e0 0x32>,
86 reg = <0x0001d214 0x32>,
98 reg = <0x0001d248 0x32>,
/openbmc/linux/net/wireless/certs/
H A Dwens.hex10 0x17, 0x0d, 0x32, 0x33, 0x31, 0x32, 0x30, 0x31,
12 0x0f, 0x32, 0x31, 0x32, 0x33, 0x31, 0x31, 0x30,
21 0x19, 0x2d, 0x32, 0x52, 0xa0, 0x2e, 0x6c, 0xef,
41 0x57, 0x9e, 0xa5, 0x96, 0x72, 0xb7, 0x02, 0x32,
H A Dsforshee.hex11 0x18, 0x0f, 0x32, 0x31, 0x31, 0x37, 0x30, 0x39,
12 0x31, 0x32, 0x31, 0x39, 0x34, 0x30, 0x33, 0x35,
26 0x5b, 0xd4, 0x97, 0x32, 0x3d, 0x71, 0x8b, 0x3b,
43 0x32, 0x77, 0x07, 0x29, 0x12, 0x66, 0x1e, 0x36,
64 0x6a, 0x28, 0xf2, 0x34, 0x5c, 0x23, 0x3f, 0x32,
/openbmc/u-boot/board/boundary/nitrogen6x/
H A Dddr-setup.cfg19 * memory bus width: 64 bits x16/x32/x64
21 * memory bus width: 64 bits x16/x32/x64
23 * memory bus width: 32 bits x16/x32
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxt/
H A Dlibxt_fix_for_x32.patch4 Subject: [PATCH] libxt: fix compilatoin with x32 toolchain
8 This fixes compilation with x32 toolchain.
/openbmc/u-boot/board/toradex/apalis_imx6/
H A Dddr-setup.cfg20 * memory bus width: 64 bits x16/x32/x64
22 * memory bus width: 64 bits x16/x32/x64
24 * memory bus width: 32 bits x16/x32
/openbmc/u-boot/board/toradex/colibri_imx6/
H A Dddr-setup.cfg20 * memory bus width: 64 bits x16/x32/x64
22 * memory bus width: 64 bits x16/x32/x64
24 * memory bus width: 32 bits x16/x32
/openbmc/linux/arch/x86/entry/vdso/
H A DMakefile42 vdso_img-$(VDSOX32-y) += x32
122 vobjx32s-y := $(vobjs-y:.o=-x32.o)
131 $(obj)/%-x32.o: $(obj)/%.o FORCE
132 $(call if_changed,x32)
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A Dmdadm-3.3.2_x32_abi_time_t.patch4 Subject: [PATCH] mdadm: Fix build in x32 ABI
10 data type in x32 ABI is long long int.
/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/
H A Dlibacpi_fix_for_x32.patch3 Fix libacpi for x32
6 libdir support so that x32 libraries are installed properly.

1234567891011