Home
last modified time | relevance | path

Searched +full:2 +full:a (Results 1 – 25 of 3843) sorted by relevance

12345678910>>...154

/openbmc/openbmc/poky/meta/conf/machine/include/arm/
H A Darch-armv8-2a.inc1 DEFAULTTUNE ?= "armv8-2a"
3 TUNEVALID[armv8-2a] = "Enable instructions for ARMv8.2-a"
4 TUNE_CCARGS_MARCH .= "${@bb.utils.contains('TUNE_FEATURES', 'armv8-2a', ' -march=armv8.2-a', '', d)…
6 MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'armv8-2a', 'armv8-2a:', '', d)}"
12 AVAILTUNES += "armv8-2a armv8-2a-crypto"
13 ARMPKGARCH:tune-armv8-2a ?= "armv8-2a"
14 ARMPKGARCH:tune-armv8-2a-crypto ?= "armv8-2a"
15 TUNE_FEATURES:tune-armv8-2a = "aarch64 armv8-2a"
16 TUNE_FEATURES:tune-armv8-2a-crypto = "${TUNE_FEATURES:tune-armv8-2a} crypto"
17 PACKAGE_EXTRA_ARCHS:tune-armv8-2a = "${PACKAGE_EXTRA_ARCHS:tune-armv8a} armv8-2a"
[all …]
/openbmc/bmcweb/redfish-core/include/registries/
H A Dfabric_message_registry.hpp27 2,
35 "https://redfish.dmtf.org/registries/Fabric.1.0.2.json";
43 "Address pool '%1' was created in fabric '%2'.",
45 2,
56 "Address pool '%1' in fabric '%2' was modified.",
58 2,
69 "Address pool '%1' was removed from fabric '%2'.",
71 2,
81 "Indicates that a cable has failed.",
82 "The cable in switch '%1' port '%2' has failed.",
[all …]
H A Dpower_message_registry.hpp42 "Indicates that a circuit breaker has an internal fault.",
54 "Indicates that a circuit breaker reset.",
66 "Indicates that a circuit breaker tripped.",
78 "Indicates that a circuit was powered off.",
90 "Indicates that a circuit was powered on.",
102 …"Indicates that a current reading is no longer below the lower critical threshold but is still out…
103 …"Current '%1' reading of %2 amperes is now above the %3 lower critical threshold but remains outsi…
116 …"Indicates that a current reading is no longer below the lower fatal threshold but is still outsid…
117 …"Current '%1' reading of %2 amperes is now above the %3 lower fatal threshold but remains outside …
130 "Indicates that a current reading is above the upper caution threshold.",
[all …]
/openbmc/linux/tools/lib/
H A Dlist_sort.c10 * Returns a list organized in an intermediate format suited
14 __attribute__((nonnull(2,3,4)))
16 struct list_head *a, struct list_head *b) in merge() argument
21 /* if equal, take 'a' -- important for sort stability */ in merge()
22 if (cmp(priv, a, b) <= 0) { in merge()
23 *tail = a; in merge()
24 tail = &a->next; in merge()
25 a = a->next; in merge()
26 if (!a) { in merge()
35 *tail = a; in merge()
[all …]
/openbmc/linux/lib/
H A Dlist_sort.c11 * Returns a list organized in an intermediate format suited
15 __attribute__((nonnull(2,3,4)))
17 struct list_head *a, struct list_head *b) in merge() argument
22 /* if equal, take 'a' -- important for sort stability */ in merge()
23 if (cmp(priv, a, b) <= 0) { in merge()
24 *tail = a; in merge()
25 tail = &a->next; in merge()
26 a = a->next; in merge()
27 if (!a) { in merge()
36 *tail = a; in merge()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/
H A D0001-Fix-Translations-containing-invalid-directives-hs.patch16 fontforgeexe/searchview.c | 2 +-
30 diff --git a/fontforgeexe/searchview.c b/fontforgeexe/searchview.c
32 --- a/fontforgeexe/searchview.c
35 if ( ask_if_difficult==2 && !searcher->isvisible )
38 - _("The %1$s in the search dialog contains a reference to %2$.20hs which does not exist in t…
39 + _("The %1$s in the search dialog contains a reference to %2$.20s which does not exist in th…
43 diff --git a/po/ca.po b/po/ca.po
45 --- a/po/ca.po
51 -"The %1$s in the search dialog contains a reference to %2$.20hs which does "
52 +"The %1$s in the search dialog contains a reference to %2$.20s which does "
[all …]
/openbmc/pyphosphor/obmc/utils/
H A Dtestpathtree.py8 pt['/a'] = 1
12 pt['/a/b'] = 2
21 pt['/a'] = 1
22 self.assertEqual(1, pt['/a'])
26 pt['/a/b'] = 2
27 self.assertEqual(set(['/a', '/a/b']), set(pt.keys()))
28 self.assertEqual(2, pt['/a/b'])
31 self.assertEquals(1, PathTree().get('/a', 1))
35 pt['/a'] = 1
36 self.assertEquals(1, pt.get('/a'))
[all …]
/openbmc/linux/arch/powerpc/crypto/
H A Dmd5-asm.S61 #define R_00_15(a, b, c, d, w0, w1, p, q, off, k0h, k0l, k1h, k1l) \ argument
69 add a,a,rT0; /* 1: a = a + f */ \
71 addis w1,w1,k1h; /* 2: wk = w + k */ \
72 add a,a,w0; /* 1: a = a + wk */ \
73 addi w1,w1,k1l; /* 2: wk = w + k' */ \
74 rotrwi a,a,p; /* 1: a = a rotl x */ \
75 add d,d,w1; /* 2: a = a + wk */ \
76 add a,a,b; /* 1: a = a + b */ \
77 and rT0,a,b; /* 2: f = b and c */ \
78 andc rT1,c,a; /* 2: f' = ~b and d */ \
[all …]
/openbmc/linux/arch/x86/crypto/
H A Dsha256-ssse3-asm.S11 # This software is available to you under a choice of one of two
13 # General Public License (GPL) Version 2, available from the file
32 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
92 INP = %rsi # 2nd arg
100 a = %eax define
135 # Rotate values of symbols a...h
144 b = a
145 a = TMP_ define
149 ## compute s0 four at a time and s1 two at a time
150 ## compute W[-16] + W[-7] 4 at a time
[all …]
H A Dsha256-avx-asm.S11 # This software is available to you under a choice of one of two
13 # General Public License (GPL) Version 2, available from the file
32 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
47 # This code schedules 1 block at a time, with 4 lanes per block
99 INP = %rsi # 2nd arg
107 a = %eax define
141 # Rotate values of symbols a...h
150 b = a
151 a = TMP_ define
155 ## compute s0 four at a time and s1 two at a time
[all …]
/openbmc/u-boot/doc/uImage.FIT/
H A Dx86-fit-boot.txt9 Generally Linux x86 uses its own very complex booting method. There is a setup
10 binary which contains all sorts of parameters and a compressed self-extracting
11 binary for the kernel itself, often with a small built-in serial driver to
15 understanding is that an x86 CPU (even a really new one) starts up in a 16-bit
22 mode was something of a challenge, so putting this logic in the kernel seemed
35 - Locating and tacking on a device tree and ramdisk
38 doesn't make a huge amount of sense. Any boot loader worth its salts already
40 the layout of memory, has a serial driver, can decompress things, includes an
42 all these features in a Linux wrapper caters for the lowest common
43 denominator: a boot loader which consists of a BIOS call to load something off
[all …]
/openbmc/linux/arch/sparc/crypto/
H A Dopcodes.h18 #define CRC32C(a,b,c) \ argument
19 .word (F3F(2,0x36,0x147)|RS1(a)|RS2(b)|RD(c));
30 #define AES_EROUND01(a,b,c,d) \ argument
31 .word (F3F(2, 0x19, 0)|RS1(a)|RS2(b)|RS3(c)|RD(d));
32 #define AES_EROUND23(a,b,c,d) \ argument
33 .word (F3F(2, 0x19, 1)|RS1(a)|RS2(b)|RS3(c)|RD(d));
34 #define AES_DROUND01(a,b,c,d) \ argument
35 .word (F3F(2, 0x19, 2)|RS1(a)|RS2(b)|RS3(c)|RD(d));
36 #define AES_DROUND23(a,b,c,d) \ argument
37 .word (F3F(2, 0x19, 3)|RS1(a)|RS2(b)|RS3(c)|RD(d));
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/
H A D0001-Fix-build-with-clang.patch8 error: class 'YButtonBoxPrivate' was previously declared as a struct [-Werror,-Wmismatched-tags]
19 src/YAlignment.h | 2 +-
20 src/YBarGraph.h | 2 +-
21 src/YBusyIndicator.h | 2 +-
23 src/YCheckBox.h | 2 +-
24 src/YCheckBoxFrame.h | 2 +-
25 src/YComboBox.h | 2 +-
26 src/YCommandLine.h | 2 +-
27 src/YContextMenu.h | 2 +-
28 src/YDateField.h | 2 +-
[all …]
/openbmc/linux/drivers/input/serio/
H A DKconfig11 * standard AT keyboard and PS/2 mouse *
17 To compile this driver as a module, choose M here: the
24 the architecture might use a PC serio device (i8042) to
34 i8042 is the chip over which the standard AT keyboard and PS/2
40 To compile this driver as a module, choose M here: the
55 To compile this driver as a module, choose M here: the
62 Say Y here if you have a Texas Instruments TravelMate notebook
63 equipped with the ct82c710 chip and want to use a mouse connected
68 To compile this driver as a module, choose M here: the
79 Say Y here if you built a simple parallel port adapter to attach
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/
H A Dcache.json1172 cache refill due to prefetch. +//0 If the core is configured with a per-core L2 cache: This even…
1202 cache refill due to prefetch. +//0 If the core is configured with a per-core L2 cache: This even…
123 …gardless of whether they allocate. If either the core is configured without a per-core L2 or the c…
126 …gardless of whether they allocate. If either the core is configured without a per-core L2 or the c…
141 …"PublicDescription": "Level 2 cache write streaming mode. This event counts for each cycle where t…
144 …"BriefDescription": "Level 2 cache write streaming mode. This event counts for each cycle where th…
153 …"PublicDescription": "Level 2 TLB last-level walk cache access. This event does not count if the M…
156 …"BriefDescription": "Level 2 TLB last-level walk cache access. This event does not count if the MM…
159 …"PublicDescription": "Level 2 TLB last-level walk cache refill. This event does not count if the M…
162 …"BriefDescription": "Level 2 TLB last-level walk cache refill. This event does not count if the MM…
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dkernel-devsrc.bb12 # Whilst not a module, this ensures we don't get multilib extended (which would make no sense)
47 # create a /usr/src/kernel symlink to /lib/modules/<version>/source
83 cp -a .config $kerneldir/build
85 # This scripts copy blow up QA, so for now, we require a more
87 # here. Left as a reference to indicate that we know the scripts must
89 # cp -a scripts $kerneldir/build
93 # regenerate the file. So we copy it onto the target as a migration to using
95 cp -a --parents scripts/module.lds $kerneldir/build/ 2>/dev/null || :
98 cp -a arch/${ARCH}/scripts $kerneldir/build/arch/${ARCH}
101 cp -a arch/${ARCH}/*lds $kerneldir/build/arch/${ARCH}
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-rgb.rst9 These formats encode each pixel as a triplet of RGB values. They are packed
12 bits required to store a pixel is not aligned to a byte boundary, the data is
20 or a permutation thereof, collectively referred to as alpha formats) depend on
24 a meaningful value. Otherwise, when the device doesn't capture an alpha channel
25 but can set the alpha bit to a user-configurable value, the
28 the value specified by that control. Otherwise a corresponding format without
34 filled with meaningful values by applications. Otherwise a corresponding format
38 Formats that contain padding bits are named XRGB (or a permutation thereof).
44 - In all the tables that follow, bit 7 is the most significant bit in a byte.
46 respectively. 'a' denotes bits of the alpha component (if supported by the
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D171.out15 000001fe: 00 00 0a 0a ....
58 000001fe: 0a 0a 00 00 ....
66 wrote 2/2 bytes at offset 3582
67 2 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
69 read 2/2 bytes at offset 4094
70 2 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
80 000001fe: 0a 0a 00 00 ....
88 discard 2/2 bytes at offset 3582
89 2 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
91 read 2/2 bytes at offset 4094
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_control.sh15 # | | default via 2001:db8:1::2 |
22 # | 2001:db8:1::2/64 |
24 # | 2001:db8:2::2/64 |
32 # | | default via 2001:db8:2::2 |
34 # | | 2001:db8:2::1/64 |
98 ip -6 route add default vrf v$h1 nexthop via 2001:db8:1::2
103 ip -6 route del default vrf v$h1 nexthop via 2001:db8:1::2
111 simple_if_init $h2 198.51.100.1/24 2001:db8:2::1/64
114 ip -6 route add default vrf v$h2 nexthop via 2001:db8:2::2
119 ip -6 route del default vrf v$h2 nexthop via 2001:db8:2::2
[all …]
/openbmc/linux/drivers/input/mouse/
H A DKconfig9 Say Y here, and a list of supported mice will be displayed.
17 tristate "PS/2 mouse"
24 Say Y here if you have a PS/2 mouse connected to your system. This
25 includes the standard 2 or 3-button PS/2 mouse, as well as PS/2
30 in a specialized Xorg/XFree86 driver at:
32 and a new version of GPM at:
39 To compile this driver as a module, choose M here: the
43 bool "ALPS PS/2 mouse protocol extension" if EXPERT
47 Say Y here if you have an ALPS PS/2 touchpad connected to
53 bool "BYD PS/2 mouse protocol extension" if EXPERT
[all …]
/openbmc/linux/lib/crypto/
H A Ddes.c582 #define ROUND(L, R, A, B, K, d) \ argument
583 B = K[0]; A = K[1]; K += d; \
584 B ^= R; A ^= R; \
585 B &= 0x3f3f3f3f; ROR(A, 4); \
586 L ^= S8[0xff & B]; A &= 0x3f3f3f3f; \
588 L ^= S7[0xff & A]; \
589 L ^= S5[0xff & (A >> 8)]; A >>= 16; \
592 L ^= S3[0xff & A]; \
593 L ^= S1[0xff & (A >> 8)];
596 * PC2 lookup tables are organized as 2 consecutive sets of 4 interleaved
[all …]
/openbmc/linux/Documentation/filesystems/spufs/
H A Dspufs.rst20 The file system provides a name space similar to posix shared memory or
22 can use spu_create(2) to establish SPU contexts in the spufs root.
24 Every SPU context is represented by a directory containing a predefined
44 tem calls like read(2) or write(2), but often support only a subset of
49 All files that support the read(2) operation also support readv(2) and
50 all files that support the write(2) operation also support writev(2).
51 All files support the access(2) and stat(2) family of operations, but
55 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
64 accessed like a regular shared memory file and contains both code and
68 read(2), pread(2), write(2), pwrite(2), lseek(2)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/
H A D0001-provide-function-declaration-with-prototypes.patch3 Date: Fri, 2 Sep 2022 16:57:51 -0700
11 libgeis/backend/grail/geis_grail_window_grab.c | 2 +-
12 libgeis/backend/grail/geis_ugsubscription_store.c | 2 +-
13 libgeis/backend/grail/geis_ugsubscription_store.h | 2 +-
15 libgeis/geis.c | 2 +-
17 libgeis/geis_backend_multiplexor.h | 2 +-
18 libgeis/geis_class.c | 2 +-
19 libgeis/geis_class.h | 2 +-
20 libgeis/geis_device.c | 2 +-
21 libgeis/geis_device.h | 2 +-
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dconfigfs.rst16 configfs is a ram-based filesystem that provides the converse of
17 sysfs's functionality. Where sysfs is a filesystem-based view of
18 kernel objects, configfs is a filesystem-based manager of kernel
21 With sysfs, an object is created in kernel (for example, when a device
24 readdir(3)/read(2). It may allow some attributes to be modified via
25 write(2). The important point is that the object is created and
27 representation, and sysfs is merely a window on all this.
29 A configfs config_item is created via an explicit userspace operation:
30 mkdir(2). It is destroyed via rmdir(2). The attributes appear at
31 mkdir(2) time, and can be read or modified via read(2) and write(2).
[all …]
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvzfa.c.inc8 * version 2 or later, as published by the Free Software Foundation.
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15 * You should have received a copy of the GNU General Public License along with
31 static bool trans_fli_s(DisasContext *ctx, arg_fli_s *a)
37 /* Values below are NaN-boxed to avoid a gen_nanbox_s(). */
41 0xffffffff37800000, /* 1.0 * 2^-16 */
42 0xffffffff38000000, /* 1.0 * 2^-15 */
43 0xffffffff3b800000, /* 1.0 * 2^-8 */
44 0xffffffff3c000000, /* 1.0 * 2^-7 */
45 0xffffffff3d800000, /* 1.0 * 2^-4 */
[all …]

12345678910>>...154