Home
last modified time | relevance | path

Searched +full:6 +full:a (Results 1 – 25 of 1528) sorted by relevance

12345678910>>...62

/openbmc/openbmc/poky/meta/conf/machine/include/arm/
H A Darch-armv8-6a.inc1 DEFAULTTUNE ?= "armv8-6a"
3 TUNEVALID[armv8-6a] = "Enable instructions for ARMv8.6-a"
4 TUNE_CCARGS_MARCH .= "${@bb.utils.contains('TUNE_FEATURES', 'armv8-6a', ' -march=armv8.6-a', '', d)…
6 MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'armv8-6a', 'armv8-6a:', '', d)}"
10 AVAILTUNES += "armv8-6a armv8-6a-crypto armv8-6a-crypto-sve"
11 ARMPKGARCH:tune-armv8-6a ?= "armv8-6a"
12 ARMPKGARCH:tune-armv8-6a-crypto ?= "armv8-6a"
13 ARMPKGARCH:tune-armv8-6a-crypto-sve ?= "armv8-6a"
14 TUNE_FEATURES:tune-armv8-6a = "aarch64 armv8-6a"
15 TUNE_FEATURES:tune-armv8-6a-crypto = "${TUNE_FEATURES:tune-armv8-6a} crypto"
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/
H A Dmapfile.csv2 GenuineIntel-6-(97|9A|B7|BA|BF),v1.21,alderlake,core
3 GenuineIntel-6-BE,v1.21,alderlaken,core
4 GenuineIntel-6-(1C|26|27|35|36),v4,bonnell,core
5 GenuineIntel-6-(3D|47),v28,broadwell,core
6 GenuineIntel-6-56,v10,broadwellde,core
7 GenuineIntel-6-4F,v21,broadwellx,core
8 GenuineIntel-6-55-[56789ABCDEF],v1.19,cascadelakex,core
9 GenuineIntel-6-9[6C],v1.04,elkhartlake,core
10 GenuineIntel-6-5[CF],v13,goldmont,core
11 GenuineIntel-6-7A,v1.01,goldmontplus,core
[all …]
/openbmc/linux/Documentation/networking/
H A D6pack.rst4 6pack Protocol
7 This is the 6pack-mini-HOWTO, written by
17 1. What is 6pack, and what are the advantages to KISS?
20 6pack is a transmission protocol for data exchange between the PC and
21 the TNC over a serial line. It can be used as an alternative to KISS.
23 6pack has two major advantages:
27 that the PC knows at any time if the TNC is receiving data, if a TNC
29 set and so on. This control data is processed at a higher priority than
30 normal data, so a data stream can be interrupted at any time to issue an
36 TNCs that are connected between each other and the PC by a daisy chain
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Dfcnal-test.sh13 # 6. VRF and non-VRF permutations
16 # ns-A | ns-B
23 # ns-A:
35 # ns-A to ns-C connection - only for VRF and same config
36 # as ns-A to ns-B
38 # server / client nomenclature relative to ns-A
85 NSA=ns-A
122 read a
123 [ "$a" = "q" ] && exit 1
130 read a
[all …]
/openbmc/linux/Documentation/dev-tools/
H A Dkmemleak.rst4 Kmemleak provides a way of detecting possible kernel memory leaks in a
5 way similar to a `tracing garbage collector
8 reported via /sys/kernel/debug/kmemleak. A similar method is used by the
15 CONFIG_DEBUG_KMEMLEAK in "Kernel hacking" has to be enabled. A kernel
58 trigger a memory scan
86 information like size and stack trace, are stored in a rbtree.
94 block to a freeing function and therefore the block is considered a
103 a pointer to a white object is found, the object is added to the
115 block is not considered a leak. One example is __vmalloc().
124 /sys/kernel/debug/kmemleak output. By issuing a 'scan' after a 'clear'
[all …]
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Drc-protos.rst9 IR is encoded as a series of pulses and spaces, using a protocol. These
10 protocols can encode e.g. an address (which device should respond) and a
12 across different devices for a given protocol.
14 Therefore out the output of the IR decoder is a scancode; a single u32
17 Other things can be encoded too. Some IR protocols encode a toggle bit; this
22 Some remotes have a pointer-type device which can used to control the
32 This IR protocol uses manchester encoding to encode 14 bits. There is a
55 - 6 (inverted)
57 - 2nd start bit in rc5, re-used as 6th command bit
71 * - 6
[all …]
/openbmc/linux/Documentation/input/devices/
H A Delantech.rst24 5.2 Native absolute mode 6 byte packet format
28 6. Hardware version 3
30 6.2 Native absolute mode 6 byte packet format
35 7.2 Native absolute mode 6 byte packet format
41 8.2 Native relative mode 6 byte packet format
52 packet. Version 2 seems to be introduced with the EeePC and uses 6 bytes
54 and width of the touch. Hardware version 3 uses 6 bytes per packet (and
55 for 2 fingers the concatenation of two 6 bytes packets) and allows tracking
56 of up to 3 fingers. Hardware version 4 uses 6 bytes per packet, and can
57 combine a status packet with multiple head or motion packets. Hardware version
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drust-oe-selftest.patch8 diff --git a/compiler/rustc_errors/src/markdown/tests/term.rs b/compiler/rustc_errors/src/markdown/…
9 --- a/compiler/rustc_errors/src/markdown/tests/term.rs
11 @@ -61,6 +61,7 @@ fn test_wrapping_write() {
19 diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
20 --- a/compiler/rustc_interface/src/tests.rs
22 @@ -137,6 +137,7 @@ fn assert_non_crate_hash_different(x: &Options, y: &Options) {
30 @@ -145,6 +146,7 @@ fn test_switch_implies_cfg_test() {
38 @@ -154,6 +156,7 @@ fn test_switch_implies_cfg_test_unless_cfg_test() {
46 diff --git a/library/test/src/stats/tests.rs b/library/test/src/stats/tests.rs
47 --- a/library/test/src/stats/tests.rs
[all …]
/openbmc/linux/tools/thermal/tmon/
H A Dtmon.84 \fBtmon\fP - A monitoring and testing tool for Linux kernel thermal subsystem
32 - with a built-in Proportional Integral Derivative (\fBPID\fP)
33 controller, user can pair a cooling device to a thermal sensor for
46 The \fB-c --control\fP option sets a cooling device type to control temperature
47 of a thermal zone
70 \fBA \fP active cooling trip point type (fan)
72 \fBA \fP hot trip point type
89 \fBTAB\fP shows tuning pop up panel, choose a letter to modify
115 LCD14 intel_powerclamp15 1 65.0 65 65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 2
116 65.0 66 65 0 0 0 0 0 0 0 0 0 0 4 4 4 4 6 0 3 65.0 60 54 0 0 0 0 0 0 0 0
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch77 diff --git a/meson.build b/meson.build
79 --- a/meson.build
81 @@ -567,6 +567,7 @@ foreach ident : ['secure_getenv', '__secure_getenv']
89 diff --git a/src/backlight/backlight.c b/src/backlight/backlight.c
91 --- a/src/backlight/backlight.c
93 @@ -20,6 +20,7 @@
101 diff --git a/src/basic/cgroup-util.c b/src/basic/cgroup-util.c
103 --- a/src/basic/cgroup-util.c
105 @@ -38,6 +38,7 @@
113 diff --git a/src/basic/env-util.c b/src/basic/env-util.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/
H A D0002-network_tests-Include-iomanip-system-header.patch37 diff --git a/test/network_tests/big_payload_tests/big_payload_test_service.hpp b/test/network_tests…
39 --- a/test/network_tests/big_payload_tests/big_payload_test_service.hpp
41 @@ -14,6 +14,7 @@
49 diff --git a/test/network_tests/cpu_load_tests/cpu_load_test_service.cpp b/test/network_tests/cpu_l…
51 --- a/test/network_tests/cpu_load_tests/cpu_load_test_service.cpp
53 @@ -13,6 +13,7 @@
61 diff --git a/test/network_tests/e2e_tests/e2e_profile_04_test_client.hpp b/test/network_tests/e2e_t…
63 --- a/test/network_tests/e2e_tests/e2e_profile_04_test_client.hpp
65 @@ -14,6 +14,7 @@
73 diff --git a/test/network_tests/e2e_tests/e2e_profile_04_test_service.hpp b/test/network_tests/e2e_…
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_control.sh98 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
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
222 $MZ $h1 -c 1 -a own -b 01:00:5E:00:00:01 \
223 -A 192.0.2.1 -B 224.0.0.1 -t ip proto=2,p=11 -p 100 -q
230 "igmp_v1_report" $MZ $h1 -c 1 -a own -b 01:00:5E:00:00:01 \
231 -A 192.0.2.1 -B 244.0.0.1 -t ip proto=2,p=12 -p 100 -q
238 "igmp_v2_report" $MZ $h1 -c 1 -a own -b 01:00:5E:00:00:01 \
239 -A 192.0.2.1 -B 244.0.0.1 -t ip proto=2,p=16 -p 100 -q
[all …]
H A Dfib_offload.sh65 num=$(ip -6 route show match ${pfx} | grep "offload" | wc -l)
78 # Add a prefix route and check that it is offloaded.
79 ip -6 route add 2001:db8:3::/64 dev $spine_p1 metric 100
85 ip -6 route append 2001:db8:3::/64 dev $spine_p1 metric 200
93 ip -6 route append 2001:db8:3::/64 dev $spine_p1 metric 10
101 # Delete the routes and add the same route with a different nexthop
103 ip -6 route flush 2001:db8:3::/64 dev $spine_p1
104 ip -6 route add 2001:db8:3::/64 dev $spine_p2
109 ip -6 route flush 2001:db8:3::/64
116 # Add a multipath route and check that it is offloaded.
[all …]
/openbmc/linux/arch/x86/crypto/
H A Dsha256-avx-asm.S11 # This software is available to you under a choice of one of two
32 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
47 # This code schedules 1 block at a time, with 4 lanes per block
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
156 ## compute W[-16] + W[-7] 4 at a time
160 mov a, y1 # y1 = a
[all …]
H A Dsha256-ssse3-asm.S11 # This software is available to you under a choice of one of two
32 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
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
154 mov a, y1 # y1 = a
156 ror $(22-13), y1 # y1 = a >> (22-13)
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D00_man_quoting.diff3 diff -ruN tcp_wrappers_7.6.orig/hosts_access.5 tcp_wrappers_7.6/hosts_access.5
4 --- tcp_wrappers_7.6.orig/hosts_access.5 1995-01-30 19:51:47.000000000 +0100
5 +++ tcp_wrappers_7.6/hosts_access.5 2004-04-09 16:59:45.000000000 +0200
16 Before accepting a client request, the wrappers can use the IDENT
18 When the client host provides IDENT service, a negative IDENT lookup
19 -result (the client matches `UNKNOWN@host') is strong evidence of a host
20 +result (the client matches `UNKNOWN@host\') is strong evidence of a host
23 -A positive IDENT lookup result (the client matches `KNOWN@host') is
24 +A positive IDENT lookup result (the client matches `KNOWN@host\') is
27 harder than spoofing just a client connection. It may also be that
[all …]
H A D01_man_portability.patch3 diff -ruNp tcp_wrappers_7.6.orig/hosts_access.3 tcp_wrappers_7.6/hosts_access.3
4 --- tcp_wrappers_7.6.orig/hosts_access.3 2005-03-09 18:30:25.000000000 +0100
5 +++ tcp_wrappers_7.6/hosts_access.3 2005-03-09 18:27:03.000000000 +0100
15 diff -ruNp tcp_wrappers_7.6.orig/hosts_access.5 tcp_wrappers_7.6/hosts_access.5
16 --- tcp_wrappers_7.6.orig/hosts_access.5 2005-03-09 18:30:25.000000000 +0100
17 +++ tcp_wrappers_7.6/hosts_access.5 2005-03-09 18:30:18.000000000 +0100
19 impatient reader is encouraged to skip to the EXAMPLES section for a
29 In the following text, \fIdaemon\fR is the the process name of a
42 @@ -383,6 +383,7 @@ that shouldn\'t. All problems are repor
50 diff -ruNp tcp_wrappers_7.6.orig/hosts_options.5 tcp_wrappers_7.6/hosts_options.5
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/tinymembench/
H A D0001-asm-Delete-.func-.endfunc-directives.patch20 diff --git a/aarch64-asm.S b/aarch64-asm.S
22 --- a/aarch64-asm.S
34 @@ -54,7 +53,6 @@ asm_function aligned_block_copy_ldpstp_x_aarch64
42 @@ -67,7 +65,6 @@ asm_function aligned_block_copy_ldpstp_q_aarch64
50 @@ -82,7 +79,6 @@ asm_function aligned_block_copy_ldpstp_q_pf32_l2strm_aarch64
58 @@ -96,7 +92,6 @@ asm_function aligned_block_copy_ldpstp_q_pf64_l2strm_aarch64
66 @@ -111,7 +106,6 @@ asm_function aligned_block_copy_ldpstp_q_pf32_l1keep_aarch64
74 @@ -125,7 +119,6 @@ asm_function aligned_block_copy_ldpstp_q_pf64_l1keep_aarch64
82 @@ -137,7 +130,6 @@ asm_function aligned_block_fill_stp_x_aarch64
90 @@ -147,7 +139,6 @@ asm_function aligned_block_fill_stp_q_aarch64
[all …]
/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk+3/
H A Dopengl.patch21 docs/tools/widgets.c | 6 +++++-
25 gdk/gdkglcontext.c | 6 ++++++
28 gdk/x11/gdkdisplay-x11.c | 6 +++++-
35 gtk/inspector/general.c | 6 ++++++
42 diff --git a/demos/gtk-demo/meson.build b/demos/gtk-demo/meson.build
44 --- a/demos/gtk-demo/meson.build
46 @@ -28,7 +28,6 @@ demos = files([
54 @@ -87,6 +86,10 @@ elif harfbuzz_dep.found() and pangoft_dep.found()
65 diff --git a/docs/tools/meson.build b/docs/tools/meson.build
67 --- a/docs/tools/meson.build
[all …]
/openbmc/linux/arch/microblaze/include/asm/
H A Dhash.h8 * a supported configuration.
10 * With just a barrel shifter, we can implement an efficient constant
11 * multiply using shifts and adds. GCC can find a 9-step solution, but
12 * this 6-step solution was found by Yevgen Voronenko's implementation
15 * That software is really not designed for a single multiplier this large,
17 * 6-shift, 6-add sequences for computing x * 0x61C88647. They are all
19 * a = (x << 9) + c;
20 * b = (x << 23) + a;
21 * return (a<<11) + (b<<6) + (c<<3) - b;
24 * Without even a shifter, it's hopless; any hash function will suck.
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/
H A D0001-makefiles-Append-to-CFLAGS-instead-of-re-assign.patch21 diff --git a/jailtest/Makefile b/jailtest/Makefile
23 --- a/jailtest/Makefile
25 @@ -1,6 +1,6 @@
33 diff --git a/mconsole/Makefile b/mconsole/Makefile
35 --- a/mconsole/Makefile
37 @@ -1,6 +1,6 @@
45 diff --git a/moo/Makefile b/moo/Makefile
46 index 6cdb591..60d300d 100644
47 --- a/moo/Makefile
58 diff --git a/port-helper/Makefile b/port-helper/Makefile
[all …]
/openbmc/linux/arch/powerpc/crypto/
H A Daes-tab-4k.S10 * crypto/aes_generic.c and are designed to be simply accessed by a combination
11 * of rlwimi/lwz instructions with a minimum of table registers (usually only
19 * This is a quite good tradeoff for low power devices (e.g. routers) without
25 #define R(a, b, c, d) \ argument
26 0x##a##b##c##d, 0x##d##a##b##c, 0x##c##d##a##b, 0x##b##c##d##a
35 .long R(ff, f2, f2, 0d), R(d6, 6b, 6b, bd)
36 .long R(de, 6f, 6f, b1), R(91, c5, c5, 54)
40 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a)
50 .long R(3d, 93, 93, ae), R(4c, 26, 26, 6a)
51 .long R(6c, 36, 36, 5a), R(7e, 3f, 3f, 41)
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/quota/quota/
H A D0001-Fix-building-on-musl.patch28 diff --git a/convertquota.c b/convertquota.c
29 index 6c8a553..4eb05ed 100644
30 --- a/convertquota.c
32 @@ -14,6 +14,7 @@
40 diff --git a/edquota.c b/edquota.c
42 --- a/edquota.c
44 @@ -20,6 +20,7 @@
97 diff --git a/quota.c b/quota.c
99 --- a/quota.c
101 @@ -20,6 +20,7 @@
[all …]
/openbmc/u-boot/board/boundary/nitrogen6x/
H A DREADME11 Nitrogen6X and Freescale SabreLite board, but in a
22 2. Boots using 6x_bootscript on SATA or SD card
25 to look for and source a boot script named '6x_bootscript'
38 A couple of convenience commands
41 upgradeu - look and source a boot script named
42 '6x_upgrade' to upgrade the U-Boot version
44 6x_bootscript described above.
56 Since the ipuv3_fb display driver currently supports only a single display,
72 Note that 'nitrogen6x' is a placeholder. The complete list of supported
74 nitrogen6q i.MX6Q/6D 1GB
[all …]
/openbmc/linux/arch/m68k/fpsp040/
H A Dtbldo.S10 | index with a 10-bit index, with the first
55 .long smovcr |$00-6 fmovecr all
64 .long serror |$01-6 fint ERROR
73 .long serror |$02-6 fsinh ERROR
82 .long serror |$03-6 fintrz ERROR
91 .long serror |$04-6 ERROR - illegal extension
100 .long serror |$05-6 ERROR - illegal extension
109 .long serror |$06-6 flognp1 ERROR
118 .long serror |$07-6 ERROR - illegal extension
127 .long serror |$08-6 fetoxm1 ERROR
[all …]

12345678910>>...62