Home
last modified time | relevance | path

Searched +full:2 +full:x32 +full:- +full:bit (Results 1 – 25 of 995) sorted by relevance

12345678910>>...40

/openbmc/linux/arch/x86/entry/vdso/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
21 VDSO64-$(CONFIG_X86_64) := y
22 VDSOX32-$(CONFIG_X86_X32_ABI) := y
23 VDSO32-$(CONFIG_X86_32) := y
24 VDSO32-$(CONFIG_IA32_EMULATION) := y
27 vobjs-y := vdso-note.o vclock_gettime.o vgetcpu.o
28 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
29 vobjs32-y += vdso32/vclock_gettime.o vdso32/vgetcpu.o
30 vobjs-$(CONFIG_X86_SGX) += vsgx.o
33 obj-y += vma.o extable.o
[all …]
/openbmc/openbmc/poky/meta/conf/machine/include/x86/
H A Dtune-corei7.inc1 # Settings for the GCC(1) cpu-type "nehalem":
3 # Intel Nehalem CPU with 64-bit extensions, MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1,
4 # SSE4.2 and POPCNT instruction set support.
9 DEFAULTTUNE ?= "corei7-64"
12 require conf/machine/include/x86/tune-core2.inc
16 …"${@bb.utils.contains('TUNE_FEATURES', 'corei7', ' -march=nehalem -mtune=generic -mfpmath=sse -mss…
19 AVAILTUNES += "corei7-32"
20 TUNE_FEATURES:tune-corei7-32 = "${TUNE_FEATURES:tune-x86} corei7"
21 BASE_LIB:tune-corei7-32 = "lib"
22 TUNE_PKGARCH:tune-corei7-32 = "corei7-32"
[all …]
H A Dtune-core2.inc1 # Settings for the GCC(1) cpu-type "core2":
3 # Intel Core2 CPU with 64-bit extensions, MMX, SSE, SSE2, SSE3 and SSSE3
6 # This tune is recommended for the Intel Core 2 CPU family, including Conroe,
9 DEFAULTTUNE ?= "core2-32"
12 require conf/machine/include/x86/tune-i686.inc
16 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'core2', ' -march=core2 -mtune=core2 -msse3 -
19 AVAILTUNES += "core2-32"
20 TUNE_FEATURES:tune-core2-32 = "${TUNE_FEATURES:tune-x86} core2"
21 BASE_LIB:tune-core2-32 = "lib"
22 TUNE_PKGARCH:tune-core2-32 = "core2-32"
[all …]
/openbmc/linux/drivers/hwmon/
H A Dltc2992.c1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 * LTC2992 - Dual Wide Range Power Monitor
62 #define LTC2992_POWER(x) (LTC2992_POWER1 + ((x) * 0x32))
63 #define LTC2992_POWER_MAX(x) (LTC2992_POWER1_MAX + ((x) * 0x32))
64 #define LTC2992_POWER_MIN(x) (LTC2992_POWER1_MIN + ((x) * 0x32))
65 #define LTC2992_POWER_MAX_THRESH(x) (LTC2992_POWER1_MAX_THRESH + ((x) * 0x32))
66 #define LTC2992_POWER_MIN_THRESH(x) (LTC2992_POWER1_MIN_THRESH + ((x) * 0x32))
67 #define LTC2992_DSENSE(x) (LTC2992_DSENSE1 + ((x) * 0x32))
68 #define LTC2992_DSENSE_MAX(x) (LTC2992_DSENSE1_MAX + ((x) * 0x32))
69 #define LTC2992_DSENSE_MIN(x) (LTC2992_DSENSE1_MIN + ((x) * 0x32))
[all …]
/openbmc/linux/Documentation/process/
H A Dadding-syscalls.rst9 :ref:`Documentation/process/submitting-patches.rst <submittingpatches>`.
13 ------------------------
18 kernel, there are other possibilities -- choose what fits best for your
21 - If the operations involved can be made to look like a filesystem-like
26 - If the new functionality involves operations where the kernel notifies
30 - However, operations that don't map to
31 :manpage:`read(2)`/:manpage:`write(2)`-like operations
32 have to be implemented as :manpage:`ioctl(2)` requests, which can lead
35 - If you're just exposing runtime system information, a new node in sysfs
41 - If the operation is specific to a particular file or file descriptor, then
[all …]
/openbmc/linux/tools/testing/selftests/x86/
H A Dsyscall_numbering.c1 /* SPDX-License-Identifier: GPL-2.0 */
3 * syscall_numbering.c - test calling the x86-64 kernel with various
33 /* x64-only system call numbers */
37 /* x32-only system call numbers (without X32_BIT) */
44 static int nullfd = -1; /* File descriptor for /dev/null */
45 static bool with_x32; /* x32 supported on this kernel? */
64 [PTP_INTNUM] = "sign-extending the syscall number",
80 unsigned int level = sh ? sh->indent : 0; in offset()
85 #define msg(lvl, fmt, ...) printf("%-*s" fmt, offset(), "[" #lvl "]", \
95 sh->nerr++; \
[all …]
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dadding-syscalls.rst1 .. include:: ../disclaimer-ita.rst
3 :Original: :ref:`Documentation/process/adding-syscalls.rst <addsyscalls>`
14 :ref:`Documentation/translations/it_IT/process/submitting-patches.rst <it_submittingpatches>`.
18 ------------------------------------
23 ovvio, esistono altre possibilità - scegliete quella che meglio si adatta alle
26 - Se le operazioni coinvolte possono rassomigliare a quelle di un filesystem,
32 - Se la nuova funzionalità prevede operazioni dove il kernel notifica
36 - Tuttavia, le operazioni che non si sposano bene con operazioni tipo
37 :manpage:`read(2)`/:manpage:`write(2)` dovrebbero essere implementate
38 come chiamate :manpage:`ioctl(2)`, il che potrebbe portare ad un'API in
[all …]
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dadding-syscalls.rst1 .. include:: ../disclaimer-sp.rst
3 :Original: :ref:`Documentation/process/adding-syscalls.rst <addsyscalls>`
13 :ref:`Documentation/process/submitting-patches.rst <submittingpatches>` que
17 -----------------------------------
22 tradicionales, existen otras posibilidades -- elija la que mejor se adecúe
25 - Si se puede hacer que la operación se parezca a un objeto filesystem,
31 - Si la nueva funcionalidad involucra operaciones donde el kernel
36 - Sin embargo, operaciones que no mapean a operaciones similares a
37 :manpage:`read(2)`/:manpage:`write(2)` tienen que ser implementadas
38 como solicitudes :manpage:`ioctl(2)`, las cuales pueden llevar a un
[all …]
/openbmc/linux/drivers/staging/media/meson/vdec/
H A Dcodec_h264.c1 // SPDX-License-Identifier: GPL-2.0+
7 #include <media/v4l2-mem2mem.h>
8 #include <media/videobuf2-dma-contig.h>
27 #define CMD_FRAMES_READY 2
32 #define SEI_DATA_READY BIT(15)
43 #define PIC_STRUCT_MASK GENMASK(2, 0)
45 #define ERROR_FLAG BIT(9)
57 #define AR_PRESENT_FLAG BIT(0)
62 * This is a 16x16 encoded picture that will trigger drain firmware-side.
68 0x78, 0x32, 0x36, 0x34, 0x20, 0x2d, 0x20, 0x63, 0x6f, 0x72, 0x65, 0x20,
[all …]
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dkexec-x32.patch2 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= <anibal.limon@linux.intel.com>
4 Subject: [PATCH] x86_64: Add support to build kexec-tools with x32 ABI
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
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.
18 Upstream-Status: Submitted
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-crypto-der.c37 "\x1e\x80\xfe\xda\x65\xdb\x70\xb8\x61\x91\x28\xbf\x6c\x32\xc1\x05"
66 "\xf4\xc6\xf0\x32\x15\x1a\xe8\xaf\x5a\xca\x3a\xd3\x3e\xf6\xde\x86"
71 "\xd3\x94\xf4\x32\xca\xcf\x5e\xbf\xe2\x7f\x73\x5a\x65\xec\x82\x0d"
103 "\x77\x73\x08\x0f\x32\xbd\xe6\x95\xdc\xd0\x14\x7d\x44\xdc\x3e\xd9"
104 "\xaa\x8a\x32\xe6\x0e\x76\xb6\x05\xc5\x6b\x87\x78\x9a\x32\xe2\xf8"
121 "\x16\x92\xad\xc0\xf3\x88\xf4\xcf\x24\xc2\x6b\xf4\xd7\x28\xaf\x32"
133 "\x05\x63\x01\x6d\x77\x06\x71\x24\xcf\x32\x01\xe2\x51\xed\x5e\x90"
147 "\x4e\x2f\x4c\xf9\xab\x97\x38\xe4\x20\x32\x32\x96\xc8\x9e\x79\xd3"
152 "\x02\x01\x01" /* INTEGER, offset 2, length 1 */
157 "\x03\x32" /* BIT STRING, offset 33, length 50 */
[all …]
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl2 # 64-bit system call numbers and entry vectors
7 # The __x64_sys_*() stubs are created on-the-fly for sys_*() system calls
9 # The abi is "common", "64" or "x32" for this file.
13 2 common open sys_open
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
[all …]
/openbmc/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl2 # 64-bit system call numbers and entry vectors
7 # The __x64_sys_*() stubs are created on-the-fly for sys_*() system calls
9 # The abi is "common", "64" or "x32" for this file.
13 2 common open sys_open
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
[all …]
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
3 # 64-bit system call numbers and entry vectors
8 # The __x64_sys_*() stubs are created on-the-fly for sys_*() system calls
10 # The abi is "common", "64" or "x32" for this file.
14 2 common open sys_open
72 60 common exit sys_exit - noreturn
243 231 common exit_group sys_exit_group - noreturn
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
[all …]
/openbmc/qemu/hw/misc/
H A Daxp2xx.c2 * AXP-2XX PMU Emulation, supported lists:
27 * SPDX-License-Identifier: MIT
68 memset(s->regs, 0, NR_REGS); in axp209_reset_enter()
69 s->ptr = 0; in axp209_reset_enter()
70 s->count = 0; in axp209_reset_enter()
72 s->regs[0x03] = AXP209_CHIP_VERSION_ID; in axp209_reset_enter()
73 s->regs[0x23] = AXP209_DC_DC2_OUT_V_CTRL_RESET; in axp209_reset_enter()
75 s->regs[0x30] = 0x60; in axp209_reset_enter()
76 s->regs[0x32] = 0x46; in axp209_reset_enter()
77 s->regs[0x34] = 0x41; in axp209_reset_enter()
[all …]
/openbmc/u-boot/drivers/rtc/
H A Drx8010sj.c8 * version 2, as published by the Free Software Foundation.
25 /*---------------------------------------------------------------------*/
33 /*---------------------------------------------------------------------*/
36 # define CONFIG_SYS_I2C_RTC_ADDR 0x32
61 #define RX8010_RESV31 0x32
62 #define RX8010_IRQ 0x32
64 #define RX8010_EXT_WADA BIT(3)
66 #define RX8010_FLAG_VLF BIT(1)
67 #define RX8010_FLAG_AF BIT(3)
68 #define RX8010_FLAG_TF BIT(4)
[all …]
/openbmc/linux/Documentation/trace/
H A Dkprobetrace.rst2 Kprobe-based Event Tracing
8 --------
9 These events are similar to tracepoint-based events. Instead of tracepoints,
13 Unlike the tracepoint-based event, this can be added and removed
28 -------------------------
34 -:[GRP/][EVENT] : Clear a probe
50 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol)
54 $retval : Fetch return value.(\*2)
56 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*3)(\*4)
61 (x8/x16/x32/x64), "char", "string", "ustring", "symbol", "symstr"
[all …]
H A Duprobetracer.rst2 Uprobe-tracer: Uprobe-based Event Tracing
9 --------
13 Similar to the kprobe-event tracer, this doesn't need to be activated via
18 However unlike kprobe-event tracer, the uprobe event interface expects the
26 -------------------------
32 -:[GRP/][EVENT] : Clear uprobe or uretprobe event
49 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*2)(\*3)
54 (x8/x16/x32/x64), "string" and bitfield are supported.
57 (\*2) this is useful for fetching a field of data structures.
59 events can access only user-space memory.
[all …]
/openbmc/linux/include/linux/mfd/
H A Drk808.h1 /* SPDX-License-Identifier: GPL-2.0-only */
7 * Author: Chris Zhong <zyw@rock-chips.com>
8 * Author: Zhang Qing <zhangqing@rock-chips.com>
84 #define RK808_BUCK2_CONFIG_REG 0x32
155 #define RK818_BUCK2_CONFIG_REG 0x32
195 #define RK818_H5V_EN BIT(0)
196 #define RK818_REF_RDY_CTRL BIT(1)
227 #define RK805_BUCK2_CONFIG_REG 0x32
260 #define RK805_IRQ_PWRON 2
267 #define RK805_IRQ_PWRON_RISE_MSK BIT(0)
[all …]
H A D88pm80x.h1 /* SPDX-License-Identifier: GPL-2.0-only */
61 #define PM800_ONKEY_STS1 BIT(0)
62 #define PM800_EXTON_STS1 BIT(1)
63 #define PM800_CHG_STS1 BIT(2)
64 #define PM800_BAT_STS1 BIT(3)
65 #define PM800_VBUS_STS1 BIT(4)
66 #define PM800_LDO_PGOOD_STS1 BIT(5)
67 #define PM800_BUCK_PGOOD_STS1 BIT(6)
70 #define PM800_RTC_ALARM_STS2 BIT(0)
76 #define PM800_WAKEUP2_INV_INT BIT(0)
[all …]
/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danx7625.h1 /* SPDX-License-Identifier: GPL-2.0-only */
12 /* Loading OCM re-trying times */
50 #define INTR_SOFTWARE_INT BIT(3)
51 #define INTR_RECEIVED_MSG BIT(5)
63 #define STORE_AN BIT(7)
64 #define RX_REPEATER BIT(6)
65 #define RE_AUTHEN BIT(5)
66 #define SW_AUTH_OK BIT(4)
67 #define HARD_AUTH_EN BIT(3)
68 #define ENC_EN BIT(2)
[all …]
/openbmc/openbmc/poky/meta/recipes-sato/webkit/
H A Dwebkitgtk_2.46.5.bb5 LICENSE = "BSD-2-Clause & LGPL-2.0-or-later"
7 file://Source/WebCore/LICENSE-APPLE;md5=4646f90082c40bcf298c285f8bab0b12 \
8 file://Source/WebCore/LICENSE-LGPL-2;md5=36357ffde2b64ae177b2494445b79d21 \
9 file://Source/WebCore/LICENSE-LGPL-2.1;md5=a778a33ef338abbaf8b8a7c36b6eec80 \
12 SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
13 file://0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch \
15 file://0001-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch \
16 file://no-musttail-arm.patch \
17 file://t6-not-declared.patch \
18 file://0001-Support-ICU-76.1-build.patch \
[all …]
/openbmc/linux/drivers/mfd/
H A Dtwl-core.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * twl_core.c - driver for TWL4030/TWL5030/TWL60X0/TPS659x0 PM
6 * Copyright (C) 2005-2006 Texas Instruments, Inc.
37 #include <linux/mfd/twl4030-audio.h>
39 #include "twl-core.h"
42 * The TWL4030 "Triton 2" is one of a family of a multi-function "Power
60 /* subchip/slave 0 - USB ID */
63 /* subchip/slave 1 - AUD ID */
70 /* subchip/slave 2 - AUX ID */
83 /* subchip/slave 3 - POWER ID */
[all …]
/openbmc/linux/drivers/media/cec/platform/seco/
H A Dseco-cec.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
30 #define BRA_DONE_STATUS BIT(7)
31 #define BRA_INUSE_STS BIT(6)
32 #define BRA_FAILED_OP BIT(4)
33 #define BRA_BUS_ERR BIT(3)
34 #define BRA_DEV_ERR BIT(2)
35 #define BRA_INTR BIT(1)
36 #define BRA_HOST_BUSY BIT(0)
39 #define BRA_PEC_EN BIT(7)
40 #define BRA_START BIT(6)
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Ddm_common.h1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2009-2012 Realtek Corporation.*/
12 #define HAL_DM_DIG_DISABLE BIT(0)
13 #define HAL_DM_HIPWR_DISABLE BIT(1)
24 #define DM_DIG_FA_UPPER 0x32
35 #define DM_RATR_STA_MIDDLE 2
45 #define TXHIGHPWRLEVEL_LEVEL2 2
56 #define DYNAMIC_FUNC_DIG BIT(0)
57 #define DYNAMIC_FUNC_HP BIT(1)
58 #define DYNAMIC_FUNC_SS BIT(2) /*Tx Power Tracking*/
[all …]

12345678910>>...40