Searched +full:0 +full:- +full:9 +full:a +full:- +full:e (Results 1 – 25 of 1085) sorted by relevance
12345678910>>...44
4 # Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the15 # You should have received a copy of the GNU General Public License24 sed -Ee 's/[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}/yyyy-mm-dd hh:mm:ss/'29 sed -E -e 's/[0-9. ]{5} [KMGT]iB/ SIZE/' \30 -e 's/[0-9. ]{5} B/ SIZE/'35 sed -Ee 's/\#block[0-9]{3,}/NODE_NAME/'40 gsed -e '/Attached to:/s/\device[[0-9]\+\]/device[N]/g'46 sed -e "s#$TEST_DIR/#TEST_DIR/#g" \47 -e "s#$SOCK_DIR/#SOCK_DIR/#g" \[all …]
1 # /etc/udev/rules.d/51-these-are-not-joysticks-rm.rules3 # This file is auto-generated. For more information:4 # https://github.com/denilsonsa/udev-joystick-blacklist7 … ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c30a", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}"…9 … ATTRS{idVendor}=="04d9", ATTRS{idProduct}=="a0df", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}"…10 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0010", ENV{ID_INPUT_JOYSTICK}=="?*"…11 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0010", KERNEL=="js[0-9]*", RUN+="/b…12 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0011", ENV{ID_INPUT_JOYSTICK}=="?*"…13 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0011", KERNEL=="js[0-9]*", RUN+="/b…14 SUBSYSTEM=="input", ATTRS{idVendor}=="056a", ATTRS{idProduct}=="0012", ENV{ID_INPUT_JOYSTICK}=="?*"…[all …]
1 /* SPDX-License-Identifier: GPL-2.0-or-later */10 * crypto/aes_generic.c and are designed to be simply accessed by a combination11 * of rlwimi/lwz instructions with a minimum of table registers (usually only14 * instructions. E.g. evldw, evlwwsplat, ...16 * For the safety-conscious it has to be noted that they might be vulnerable19 * This is a quite good tradeoff for low power devices (e.g. routers) without25 #define R(a, b, c, d) \ argument26 0x##a##b##c##d, 0x##d##a##b##c, 0x##c##d##a##b, 0x##b##c##d##a32 /* encryption table, same as crypto_ft_tab in crypto/aes-generic.c */35 .long R(ff, f2, f2, 0d), R(d6, 6b, 6b, bd)[all …]
1 # SPDX-License-Identifier: GPL-2.04 obj-$(CONFIG_SECURITY_APPARMOR) += apparmor.o6 apparmor-y := apparmorfs.o audit.o capability.o task.o ipc.o lib.o match.o \10 apparmor-$(CONFIG_SECURITY_APPARMOR_HASH) += crypto.o12 obj-$(CONFIG_SECURITY_APPARMOR_KUNIT_TEST) += apparmor_policy_unpack_test.o13 apparmor_policy_unpack_test-objs += policy_unpack_test.o15 clean-files := capability_names.h rlim_names.h net_names.h17 # Build a lower case string table of address family names30 quiet_cmd_make-af = GEN $@31 cmd_make-af = echo "static const char *address_family_names[] = {" > $@ ;\[all …]
1 #!/bin/sh -e4 # Required-Start: mountvirtfs $local_fs5 # Required-Stop: $local_fs6 # Should-Start: ifupdown7 # Should-Stop: ifupdown8 # Default-Start: S9 # Default-Stop: 0 610 # Short-Description: Raise network interfaces.15 [ -x /sbin/ifup ] || exit 018 [ -e /proc/mounts ] || return 0[all …]
6 ---7 Upstream-Status: Pending23 diff --git a/host_applications/linux/apps/hello_pi/CMakeLists.txt b/host_applications/linux/apps/he…25 --- a/host_applications/linux/apps/hello_pi/CMakeLists.txt27 @@ -25,6 +25,7 @@ add_subdirectory(hello_encode)35 diff --git a/host_applications/linux/apps/hello_pi/Makefile b/host_applications/linux/apps/hello_pi…37 --- a/host_applications/linux/apps/hello_pi/Makefile39 @@ -24,6 +24,7 @@ apps: libs/ilclient/libilclient.a libs/vgfont/libvgfont.a libs/revision/librevis40 $(MAKE) -C hello_teapot41 $(MAKE) -C hello_fft[all …]
2 # SPDX-License-Identifier: GPL-2.0+4 # Run a series of tests under KVM. By default, this series is specified5 # by the relevant CFLIST file, but can be overridden by the --configs6 # command-line argument.12 # Authors: Paul E. McKenney <paulmck@linux.ibm.com>14 scriptname=$017 T="`mktemp -d ${TMPDIR-/tmp}/kvm.sh.XXXXXX`"18 trap 'rm -rf $T' 023 LANG=en_US.UTF-8; export LANG54 cpus=0[all …]
19 #include <asm-generic/pgtable-nopmd.h>26 * Regarding 32-bit MIPS huge page support (and the tradeoff it entails):28 * We use the same huge page sizes as 64-bit MIPS. Assuming a 4KB page size,29 * our 2-level table layout would normally have a PGD entry cover a contiguous30 * 4MB virtual address region (pointing to a 4KB PTE page of 1,024 32-bit pte_t31 * pointers, each pointing to a 4KB physical page). The problem is that 4MB,32 * spanning both halves of a TLB EntryLo0,1 pair, requires 2MB hardware page35 * pointers a PTE page holds, making its last half go to waste. Correspondingly,37 * increases to match 64-bit MIPS, but PTE lookups remain CPU cache-friendly.39 * NOTE: We don't yet support huge pages if extended-addressing is enabled[all …]
9 In file included from ../git/lib/libmtd.c:40:0:13 [-Wformat=]25 Upstream-Status: Submitted27 Signed-off-by: Thorsten Glaser <tg@mirbsd.org>28 ---29 include/common.h | 18 ------------------30 jffsX-utils/mkfs.jffs2.c | 20 ++++++++++----------31 lib/libmtd.c | 8 ++++----32 misc-utils/flash_erase.c | 6 +++---33 misc-utils/flash_otp_write.c | 2 +-[all …]
2 …e){var n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof exports?… class in AnonymousFunctioneac6a71814e00
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved6 #include <dt-bindings/pinctrl/stm32-pinfunc.h>9 adc1_ain_pins_a: adc1-ain-0 {13 <STM32_PINMUX('B', 0, ANALOG)>, /* ADC1_INP9 */14 <STM32_PINMUX('C', 0, ANALOG)>, /* ADC1_INP10 */16 <STM32_PINMUX('A', 3, ANALOG)>; /* ADC1_INP15 */20 adc1_in6_pins_a: adc1-in6-0 {26 adc12_ain_pins_a: adc12-ain-0 {35 adc12_ain_pins_b: adc12-ain-1 {[all …]
9 # SPDX-License-Identifier: GPL-2.012 glb_err=015 perf list | grep -q 'cs_etm//' && return 028 rm -f ${perfdata}29 rm -f ${file}30 rm -f "${perfdata}.old"31 trap - EXIT TERM INT39 rm -f $file40 perf record -o ${perfdata} -e cs_etm/@$1/u --per-thread \41 -- taskset -c $2 touch $file > /dev/null 2>&1[all …]
8 # SPDX-License-Identifier: GPL-2.012 perf list | grep -E -q 'arm_spe_[0-9]+//' && return 021 glb_err=025 rm -f ${perfdata}26 rm -f ${perfdata}.old33 if [ $2 = 0 ]; then46 # from arm-spe.c/arm_spe_synth_events()47 …events="(ld1-miss|ld1-access|llc-miss|lld-access|tlb-miss|tlb-access|branch-miss|remote-access|mem…50 …# dd 3048 [002] 1 l1d-access: ffffaa64999c __GI___libc_write+0x3c (/lib/aarch64-…51 …# dd 3048 [002] 1 tlb-access: ffffaa64999c __GI___libc_write+0x3c (/lib/aarch64-…[all …]
5 # then use it with 'perf trace' using 'touch' to write to a temp file, then10 # SPDX-License-Identifier: GPL-2.013 . "$(dirname $0)"/lib/probe.sh18 . "$(dirname $0)"/lib/probe_vfs_getname.sh21 …alls:sys_enter_open* 2>/dev/null | grep -E 'open(at)? ' | sed -r 's/.*sys_enter_([a-z]+) +\[.*$/\1…22 perf trace -e $evts touch $file 2>&1 | \23 …-E " +[0-9]+\.[0-9]+ +\( +[0-9]+\.[0-9]+ ms\): +touch/[0-9]+ open(at)?\((dfd: +CWD, +)?filename: +…29 if [ $err -ne 0 ] ; then41 rm -f ${file}
2 # SPDX-License-Identifier: GPL-2.04 RUN_BENCH="sudo ./bench -w3 -d10 -a"23 echo "$*" | sed -E "s/.*hits\s+([0-9]+\.[0-9]+ ± [0-9]+\.[0-9]+M\/s).*/\1/"28 echo "$*" | sed -E "s/.*drops\s+([0-9]+\.[0-9]+ ± [0-9]+\.[0-9]+M\/s).*/\1/"33 echo "$*" | sed -E "s/.*Percentage\s=\s+([0-9]+\.[0-9]+).*/\1/"38 echo -n "throughput: "39 echo -n "$*" | sed -E "s/.*throughput\s+([0-9]+\.[0-9]+ ± [0-9]+\.[0-9]+\sM\sops\/s).*/\1/"40 echo -n -e ", latency: "41 echo "$*" | sed -E "s/.*latency\s+([0-9]+\.[0-9]+\sns\/op).*/\1/"46 echo -n "hits throughput: "[all …]
9 Synchronous Exception at 0x00000101FB943E4810 PC 0x0101FB943E48 (0x0101FB93F000+0x00004E48) [ 0] QemuVideoDxe.dll11 PC 0x0101FB943314 (0x0101FB93F000+0x00004314) [ 0] QemuVideoDxe.dll12 PC 0x0101FB92F798 (0x0101FB92D000+0x00002798) [ 1] ConSplitterDxe.dll13 PC 0x0101FBA96BC4 (0x0101FBA8E000+0x00008BC4) [ 2] BdsDxe.dll14 PC 0x0101FF7FDF50 (0x0101FF7F3000+0x0000AF50) [ 3] DxeCore.dll17 even. And if coords are odd then they are bumped a bit to make things20 Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>22 This is a temporary workaround for an alignment problem in EDK2/qemu, see the23 discussion at https://mail.gnu.org/archive/html/qemu-devel/2024-06/msg02964.html.[all …]
10 * See the COPYING.LIB file in the top-level directory.15 #include "json-parser-int.h"28 * begin-array = ws %x5B ws ; [ left square bracket29 * begin-object = ws %x7B ws ; { left curly bracket30 * end-array = ws %x5D ws ; ] right square bracket31 * end-object = ws %x7D ws ; } right curly bracket32 * name-separator = ws %x3A ws ; : colon33 * value-separator = ws %x2C ws ; , comma49 * [This lexer accepts [a-z]+, and leaves rejecting unknown literal55 * decimal-point = %x2E ; .[all …]
2 # SPDX-License-Identifier: GPL-2.08 unmount=010 # Kselftest framework requirement - SKIP code is 4.14 if [ $UID != 0 ]; then19 # This test needs to be run in a network namespace with in_netns.sh. Check if22 if [[ -z $(ip netns identify $$) ]]; then23 err=030 if ! unshare --net $bpftool prog attach pinned \39 if unshare --net $bpftool prog attach pinned \51 rm -rf /sys/fs/bpf/flow[all …]
1 Family-model,Version,Filename,EventType2 GenuineIntel-6-(97|9A|B7|BA|BF),v1.21,alderlake,core3 GenuineIntel-6-BE,v1.21,alderlaken,core4 GenuineIntel-6-(1C|26|27|35|36),v4,bonnell,core5 GenuineIntel-6-(3D|47),v28,broadwell,core6 GenuineIntel-6-56,v10,broadwellde,core7 GenuineIntel-6-4F,v21,broadwellx,core8 GenuineIntel-6-55-[56789ABCDEF],v1.19,cascadelakex,core9 GenuineIntel-6-9[6C],v1.04,elkhartlake,core10 GenuineIntel-6-5[CF],v13,goldmont,core[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only */3 * SM3 secure hash, as specified by OSCCA GM/T 0004-2012 SM3 and described4 * at https://datatracker.ietf.org/doc/html/draft-sca-cfrg-sm3-027 * Copyright (C) 2017 Gilad Ben-Yossef <gilad@benyossef.com>16 0x79cc4519, 0xf3988a32, 0xe7311465, 0xce6228cb,17 0x9cc45197, 0x3988a32f, 0x7311465e, 0xe6228cbc,18 0xcc451979, 0x988a32f3, 0x311465e7, 0x6228cbce,19 0xc451979c, 0x88a32f39, 0x11465e73, 0x228cbce6,20 0x9d8a7a87, 0x3b14f50f, 0x7629ea1e, 0xec53d43c,21 0xd8a7a879, 0xb14f50f3, 0x629ea1e7, 0xc53d43ce,[all …]
1 #!/bin/sh -e3 # Update Linux kernel headers QEMU requires from a specified kernel tree.11 # See the COPYING file in the top-level directory.15 # - linux-headers/ for files that are required for compiling for a21 # - include/standard-headers/ for files that are used for guest26 # sanitize the headers to remove any use of Linux-specifics such as29 tmpdir=$(mktemp -d)35 if [ -z "$linux" ] || ! [ -d "$linux" ]; then37 usage: update-kernel-headers.sh LINUX_PATH [OUTPUT_PATH]45 if [ -z "$output" ]; then[all …]
2 # SPDX-License-Identifier: GPL-2.0+8 # Include into other Linux kernel tools/memory-model scripts.12 # Author: Paul E. McKenney <paulmck@linux.ibm.com>19 echo if test -z '"$'$1'"' > $T/s29 initparam LKMM_HERD_OPTIONS "-conf linux-kernel.cfg"35 scriptname=$039 echo " --destdir path (place for .litmus.out, default by .litmus)"40 echo " --herdopts -conf linux-kernel.cfg ..."41 echo " --hw AArch64"42 echo " --jobs N (number of jobs, default one per CPU)"[all …]
5 during TPL using configuration data from the DTS (i.e. OF_PLATDATA), based on7 (a) a target-frequency (i.e. operating point) for the memory operation8 (b) a speed-bin (as defined in JESD-79) for the DDR3 used in hardware9 (c) a memory-schedule (i.e. mapping from physical addresses to the address13 -------------------15 - compatible: "rockchip,rk3368-dmc"16 - reg18 - rockchip,ddr-speed-bin19 the DDR3 device's speed-bin (as specified according to JESD-79)20 DDR3_800D (5-5-5)[all …]
3 Date: Thu, 28 Dec 2017 21:39:51 -08007 systemd/0001-add-fallback-parse_printf_format-implementation.patch12 Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>13 Upstream-Status: Denied [https://github.com/systemd/systemd-bootchart/pull/47]14 ---19 src/parse-printf-format.c | 273 ++++++++++++++++++++++++++++++++++++++++++++++20 src/parse-printf-format.h | 57 ++++++++++21 src/stdio-util.h | 1 -22 6 files changed, 338 insertions(+), 1 deletion(-)23 create mode 100644 src/parse-printf-format.c[all …]
... 0e N b l{ W eP | bI- | eL Xa M Q :t 0 A J ...