/external/libbpf/.github/workflows/ |
D | ondemand.yml | 6 kernel-origin: 7 description: 'git repo for linux kernel' 8 default: 'https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git' 10 kernel-rev: 11 description: 'rev/tag/branch for linux kernel' 14 pahole-origin: 16 default: 'https://git.kernel.org/pub/scm/devel/pahole/pahole.git' 18 pahole-rev: 25 runs-on: ubuntu-latest 26 name: vmtest with customized pahole/Kernel [all …]
|
/external/libbpf/.github/actions/vmtest/ |
D | action.yml | 4 kernel: 5 description: 'kernel version or LATEST' 13 description: 'pahole rev or master' 20 - name: Setup environment 21 uses: libbpf/ci/setup-build-env@master 24 # 1. download CHECKPOINT kernel source 25 - name: Get checkpoint commit 28 cat CHECKPOINT-COMMIT 29 echo "CHECKPOINT=$(cat CHECKPOINT-COMMIT)" >> $GITHUB_ENV 30 - name: Get kernel source at checkpoint [all …]
|
/external/toybox/www/ |
D | cleanup.html | 2 <!--#include file="header.html" --> 23 <p>Toybox <a href=http://landley.net/notes.html#31-03-2013>hasn't always</a> 64 <li><a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-April/000850.html>Error mess… 65 <li><a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-April/000891.html>Why not "c… 68 <li><a href=http://lkml.indiana.edu/hypermail/linux/kernel/1308.3/03890.html>Why not "bool"?</a> (e… 69 <li><a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-April/000893.html>Why not to… 70 <li><a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-June/001044.html>Relationshi… 72 sight does not really help readability."</a> - 73 <a href=http://lkml.iu.edu/hypermail/linux/kernel/1407.1/00299.html>Pavel 100 …t: <a href=/hg/toybox/rev/830>830</a>: first pass, description: <a href=http://lists.landley.net/p… [all …]
|
/external/cpu_features/test/ |
D | cpuinfo_arm_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 58 model name : ARMv7 Processor rev 3 (v71) in TEST() 102 // Linux test-case 107 model name : ARMv6-compatible processor rev 7 (v6l) in TEST() 159 model name : ARMv7 Processor rev 1 (v7l) in TEST() 169 model name : ARMv7 Processor rev 1 (v7l) in TEST() 217 // Android test-case 223 R"(Processor : ARMv6-compatible processor rev 6 (v6l) in TEST() 267 // Android test-case 272 R"(Processor: ARMv7 Processory rev 0 (v71) in TEST() [all …]
|
/external/libbpf/scripts/ |
D | sync-kernel.sh | 4 echo "USAGE: ./sync-kernel.sh <libbpf-repo> <kernel-repo> <bpf-branch>" 6 …echo "Set BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <libbpf-repo>/CH… 7 …BPF_BASELINE to override bpf tree commit, otherwise read from <libbpf-repo>/BPF-CHECKPOINT-COMMIT." 8 echo "Set MANUAL_MODE to 1 to manually control every cherry-picked commits." 12 set -eu 14 LIBBPF_REPO=${1-""} 15 LINUX_REPO=${2-""} 16 BPF_BRANCH=${3-""} 17 BASELINE_COMMIT=${BPF_NEXT_BASELINE:-$(cat ${LIBBPF_REPO}/CHECKPOINT-COMMIT)} 18 BPF_BASELINE_COMMIT=${BPF_BASELINE:-$(cat ${LIBBPF_REPO}/BPF-CHECKPOINT-COMMIT)} [all …]
|
/external/e2fsprogs/resize/ |
D | online.c | 2 * online.c --- Do on-line resizing of the ext3 filesystem 6 * %Begin-Header% 9 * %End-Header% 22 #define MAX_32_NUM ((((unsigned long long) 1) << 32) - 1) 27 int major, minor, rev; in parse_version_number() local 41 rev = strtol(cp, &endptr, 10); in parse_version_number() 44 return ((((major * 256) + minor) * 256) + rev); in parse_version_number() 57 struct ext2_super_block *sb = fs->super; in online_resize_fs() 79 if (ext2fs_has_feature_sparse_super2(fs->super) && in online_resize_fs() 81 com_err(program_name, 0, _("kernel does not support online " in online_resize_fs() [all …]
|
/external/bpftool/scripts/ |
D | sync-kernel.sh | 4 echo "USAGE: ./sync-kernel.sh <bpftool-repo> <kernel-repo>" 6 …echo "This script synchronizes the mirror with upstream bpftool sources from the kernel repository… 8 …echo " - Update the libbpf submodule, commit, and use its new checkpoints as target commits for b… 9 echo " - Cherry-pick commits from the bpf-next branch, up to the bpf-next target commit." 10 echo " - Cherry-pick commits from the bpf branch, up to the bpf target commit." 11 echo " - Update bpftool's version number based on bpf-next's kernel version and target commit." 12 echo " - Create a new commit with the updated version and checkpoints." 13 echo " - Check consistency." 15 …echo "Set BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <bpftool-repo>/C… 16 …PF_BASELINE to override bpf tree commit, otherwise read from <bpftool-repo>/BPF-CHECKPOINT-COMMIT." [all …]
|
/external/ltp/testcases/network/can/filter-tests/ |
D | INSTALL | 2 http://svn.berlios.de/wsvn/socketcan/trunk/test/?rev=877&sc=1 7 You should have linux-2.6.25 and above kernel installed in your 8 system to run these tests. For Kernel config options needed to 19 $ ./runltp -f can
|
/external/e2fsprogs/lib/ext2fs/ |
D | utf8n.h | 16 /* This code is copied from the linux kernel. We have a userspace 31 #define UNICODE_AGE(MAJ, MIN, REV) \ argument 34 ((unsigned int)(REV))) 37 extern int utf8version_is_supported(uint8_t maj, uint8_t min, uint8_t rev); 47 * - Apply unicode normalization form NFD. 48 * - Remove any Default_Ignorable_Code_Point. 51 * - Apply unicode normalization form NFD. 52 * - Remove any Default_Ignorable_Code_Point. 53 * - Apply a full casefold (C + F). 61 * Returns -1 if the input is not valid UTF-8. [all …]
|
/external/libcap/contrib/ |
D | pcaps4convenience | 4 # author: chris friedhoff - chris@friedhoff.org 9 # 1 - initial release pcaps4convenience 10 # 2 - changed 'attr -S -r' to 'setcap -r' and removed attr code 18 # --> SET=ie 31 # adjust - if needed and wanted - /etc/security/capability.conf 80 if [ "$( id -u )" != "0" ]; then 91 # well symlinks to apps, so we use -a ... 92 APP=`which -a $1 2>/dev/null` 97 if [ -f "$i" -a ! -L $i -a "$FOUND"=="no" ]; then 118 APP=`which -a $1 2>/dev/null` [all …]
|
D | pcaps4suid0 | 4 # author: chris friedhoff - chris@friedhoff.org 9 # 1 - initial release suid02pcaps 10 # 2 - renamend to pcaps4suid0 13 # 3 - changed 'attr -S -r' to 'setcap -r' and removed attr code 17 # change different suid-0 binaries away from suid-0 to using 19 # --> legacy support 20 # --> use SET=pe 23 # OR change different suid-0 binaries away from suid-0 to using 25 # --> PAM support to set Inheritance set through pam_cap.so 26 # --> use SET=ie [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | vhost_types.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 4 /* Userspace interface for in-kernel virtio accelerators. */ 26 int fd; /* Pass -1 to unbind from file. */ 116 * Used by QEMU userspace to ensure a consistent vhost-scsi ABI. 118 * ABI Rev 0: July 2012 version starting point for v3.6-rc merge candidate + 119 * RFC-v2 vhost-scsi userspace. Add GET_ABI_VERSION ioctl usage 120 * ABI Rev 1: January 2013. Ignore vhost_tpgt field in struct vhost_scsi_target. 142 * @first: First address that can be mapped by vhost-vDPA 143 * @last: Last address that can be mapped by vhost-vDPA 153 /* vhost-net should add virtio_net_hdr for RX, and strip for TX packets. */
|
/external/eigen/Eigen/src/Core/arch/ZVector/ |
D | PacketMath.h | 85 // These constants are endian-agnostic 108 static _EIGEN_DECLARE_CONST_FAST_Packet4i(MINUS1,-1); //{ -1, -1, -1, -1} 240 EIGEN_DEVICE_FUNC inline void ptranspose(PacketBlock<Packet4f,4>& kernel); 298 return vfrom->v4i; 307 return vfrom->v2d; 316 vto->v4i = from; 325 vto->v2d = from; 398 …GEN_STRONG_INLINE Packet4i psub<Packet4i>(const Packet4i& a, const Packet4i& b) { return (a - b); } 399 …GEN_STRONG_INLINE Packet2d psub<Packet2d>(const Packet2d& a, const Packet2d& b) { return (a - b); } 407 template<> EIGEN_STRONG_INLINE Packet4i pnegate(const Packet4i& a) { return (-a); } [all …]
|
/external/arm-trusted-firmware/plat/renesas/common/ |
D | bl31_plat_setup.c | 2 * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved. 3 * Copyright (c) 2015-2020, Renesas Electronics Corporation. All rights reserved. 5 * SPDX-License-Identifier: BSD-3-Clause 74 &from_bl2->bl33_ep_info : &from_bl2->bl32_ep_info; in bl31_plat_get_next_image_ep_info() 76 return next_image_info->pc ? next_image_info : NULL; in bl31_plat_get_next_image_ep_info() 84 NOTICE("BL3-1 : Rev.%s\n", version_of_renesas); in bl31_early_platform_setup2() 97 BL31_LIMIT - BL31_BASE, in bl31_plat_arch_setup() 117 * TODO: there is a broad number of rcar-gen3 SoC configurations; to in bl31_platform_setup() 127 * mask should match the kernel's MPIDR_HWID_BITMASK so the core can be in bl31_platform_setup() 128 * identified during cpuhotplug (check the kernel's psci migrate set of in bl31_platform_setup()
|
/external/toybox/toys/net/ |
D | ifconfig.c | 1 /* ifconfig.c - Configure network interface. 10 * irq|io_addr|mem_start ADDR - micromanage obsolete hardware 11 * outfill|keepalive INTEGER - SLIP analog dialup line quality monitoring 12 * metric INTEGER - added to Linux 0.9.10 with comment "never used", still true 20 usage: ifconfig [-aS] [INTERFACE [ACTION...]] 27 -a All interfaces displayed, not just active ones 28 -S Short view, one line per interface 32 ADDR[/MASK] - set IPv4 address (1.2.3.4/5) and activate interface 33 add|del ADDR[/LEN] - add/remove IPv6 address (1111::8888/128) 34 up|down - activate or deactivate interface [all …]
|
/external/mesa3d/docs/ci/ |
D | docker.rst | 5 VK-GL-CTS, on the shared GitLab runners provided by `freedesktop 9 --------------------- 11 The Docker containers are rebuilt from the debian-install.sh script 12 when DEBIAN\_TAG is changed in .gitlab-ci.yml, and 13 debian-test-install.sh when DEBIAN\_ARM64\_TAG is changed in 14 .gitlab-ci.yml. The resulting images are around 500MB, and are 19 gitlab-runner is a client that polls gitlab.freedesktop.org for 21 have tags, so we can have DUT-specific jobs that only run on runners 26 deqp-runner.sh takes the corresponding fraction of the test list for 30 deqp-runner.sh invocation can provide a list of tests to skip. If [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
D | print_build_info.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 20 # limitation of Jenkins Description Setter Plugin that multi-line regex is 26 # print_build_info.sh GPU bazel test -c opt --config=cuda //tensorflow/... 35 KERNEL=$(uname -r) 37 ARCH=$(uname -p) 38 PROCESSOR=$(grep "model name" /proc/cpuinfo | head -1 | awk '{print substr($0, index($0, $4))}') 39 PROCESSOR_COUNT=$(grep "model name" /proc/cpuinfo | wc -l) 45 if [[ ! -z $(which bazel) ]]; then 46 BAZEL_VER=$(bazel version | head -1) 49 if [[ ! -z $(which javac) ]]; then [all …]
|
/external/arm-trusted-firmware/docs/plat/ |
D | rcar-gen3.rst | 1 Renesas R-Car 4 "R-Car" is the nickname for Renesas' system-on-chip (SoC) family for 5 car information systems designed for the next-generation of automotive 8 The scalable R-Car hardware platform and flexible software platform 10 level. Plug-ins are available for multiple open-source software tools. 13 Renesas R-Car Gen3 evaluation boards: 14 ------------------------------------- 16 +------------+-----------------+-----------------------------+ 19 | R-Car H3 | - Salvator-X | - R-Car Starter Kit Premier | 20 | | - Salvator-XS | | [all …]
|
D | rz-g2.rst | 4 The "RZ/G" Family of high-end 64-bit Arm®-based microprocessors (MPUs) 6 Through a variety of Arm Cortex®-A53 and A57-based devices, engineers can 7 easily implement high-resolution human machine interfaces (HMI), embedded 8 vision, embedded artificial intelligence (e-AI) and real-time control and 13 level. Plug-ins are available for multiple open-source software tools. 17 ---------------------------------- 19 +--------------+----------------------------------------------------------------------------------+ 22 | hihope-rzg2h | "96 boards" compatible board from Hoperun equipped with Renesas RZ/G2H SoC | 23 | +----------------------------------------------------------------------------------+ 25 +--------------+----------------------------------------------------------------------------------+ [all …]
|
/external/toolchain-utils/afdo_tools/ |
D | update_kernel_afdo | 3 # Use of this source code is governed by a BSD-style license that can be 12 Usage: $(basename $0) [main|beta|stable|all] [--help] 16 to update the kernel afdo and creates a commit (or commits with \"all\" 20 NO CLEAN-UP NEEDED. The script ignores any local changes and keeps 24 set -eu 25 set -o pipefail 27 GS_BASE=gs://chromeos-prebuilt/afdo-job/vetted/kernel 36 outfile="$(realpath --relative-to="${tc_utils_dir}" \ 42 expected_time=$(date +%s -d "week ago") 44 declare -A branch branch_number commit [all …]
|
/external/toolchain-utils/cros_utils/ |
D | device_setup_utils_unittest.py | 2 # -*- coding: utf-8 -*- 5 # Use of this source code is governed by a BSD-style license that can be 22 model name : ARMv8 Processor rev 4 (v8l) 32 model name : ARMv8 Processor rev 4 (v8l) 42 model name : ARMv8 Processor rev 2 (v8l) 52 model name : ARMv8 Processor rev 4 (v8l) 62 model name : ARMv8 Processor rev 4 (v8l) 73 model name : ARMv7 Processor rev 1 (v7l) 82 model name : ARMv7 Processor rev 1 (v7l) 135 self.mock_logger.method_calls[-1], [all …]
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | setup.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 5 * Copyright (C) 1997-1999 Russell King 11 * Structure passed to kernel to tell it about the 34 __u32 flags; /* bit 0 = read-only */ 62 /* describes how the ramdisk will be used in kernel */ 68 __u32 start; /* starting block of floppy-based RAM disk image */ 73 * this one accidentally used virtual addresses - as such, 98 __u32 rev; member 101 /* initial values for vesafb-type framebuffers. see struct screen_info 140 /* footbridge memory clock, see arch/arm/mach-footbridge/arch.c */ [all …]
|
/external/cpuinfo/test/mock/ |
D | iconia-one-10.h | 8 "Processor\t: AArch64 Processor rev 1 (aarch64)\n" 9 "model name\t: AArch64 Processor rev 1 (aarch64)\n" 19 "Processor\t: AArch64 Processor rev 1 (aarch64)\n" 20 "model name\t: AArch64 Processor rev 1 (aarch64)\n" 30 "Processor\t: AArch64 Processor rev 1 (aarch64)\n" 31 "model name\t: AArch64 Processor rev 1 (aarch64)\n" 48 "model name\t: ARMv8 Processor rev 1 (v8l)\n" 49 "Processor\t: AArch64 Processor rev 1 (aarch64)\n" 50 "model name\t: AArch64 Processor rev 1 (aarch64)\n" 60 "model name\t: ARMv8 Processor rev 1 (v8l)\n" [all …]
|
/external/kernel-headers/original/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 /* Copyright (C) 2000-2002 Joakim Axelsson <gozem@linux.nu> 5 * Copyright (C) 2003-2011 Jozsef Kadlecsik <kadlec@netfilter.org> 71 IPSET_ATTR_REVISION_MIN = IPSET_ATTR_PROTOCOL_MIN, /* type rev min */ 72 IPSET_ATTR_INDEX, /* 11: Kernel index of set */ 75 #define IPSET_ATTR_CMD_MAX (__IPSET_ATTR_CMD_MAX - 1) 94 /* Create-only specific attributes */ 102 /* Kernel-only */ 109 #define IPSET_ATTR_CREATE_MAX (__IPSET_ATTR_CREATE_MAX - 1) 129 #define IPSET_ATTR_ADT_MAX (__IPSET_ATTR_ADT_MAX - 1) [all …]
|
/external/iptables/include/linux/netfilter/ipset/ |
D | ip_set.h | 1 /* Copyright (C) 2000-2002 Joakim Axelsson <gozem@linux.nu> 4 * Copyright (C) 2003-2011 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> 65 IPSET_ATTR_REVISION_MIN = IPSET_ATTR_PROTOCOL_MIN, /* type rev min */ 68 #define IPSET_ATTR_CMD_MAX (__IPSET_ATTR_CMD_MAX - 1) 85 /* Create-only specific attributes */ 93 /* Kernel-only */ 100 #define IPSET_ATTR_CREATE_MAX (__IPSET_ATTR_CREATE_MAX - 1) 118 #define IPSET_ATTR_ADT_MAX (__IPSET_ATTR_ADT_MAX - 1) 126 #define IPSET_ATTR_IPADDR_MAX (__IPSET_ATTR_IPADDR_MAX - 1) 192 /* Commands with settype-specific attributes */ [all …]
|