Searched +full:- +full:- (Results 1 – 25 of 51959) sorted by relevance
12345678910>>...2079
... ---------------------
1 /* SPDX-License-Identifier: BSD-3-Clause */250 backup_rank = p->rank; in Apply_LP4_1600_Calibraton_Result()252 ShiftDQUI_AllRK(p, -1, ALL_BYTES); in Apply_LP4_1600_Calibraton_Result()253 ShiftDQ_OENUI_AllRK(p, -1, ALL_BYTES); in Apply_LP4_1600_Calibraton_Result()254 ShiftDQSWCK_UI(p, -1, ALL_BYTES); in Apply_LP4_1600_Calibraton_Result()256 for(u1RankIdx=0; u1RankIdx<p->support_rank_num; u1RankIdx++) in Apply_LP4_1600_Calibraton_Result()272 if((p->dram_cbt_mode[RANK_0] == CBT_NORMAL_MODE) && (p->dram_cbt_mode[RANK_1] == CBT_NORMAL_MODE)) in Apply_LP4_1600_Calibraton_Result()405 … if((p->dram_cbt_mode[RANK_0] == CBT_NORMAL_MODE) && (p->dram_cbt_mode[RANK_1] == CBT_NORMAL_MODE)) in Apply_LP4_1600_Calibraton_Result()459 backup_rank = p->rank; in Apply_LP4_4266_Calibraton_Result()461 ShiftDQUI_AllRK(p, -1, ALL_BYTES); in Apply_LP4_4266_Calibraton_Result()[all …]
15 .. _feature-status:21 :name: feature-status-table28 ---------------------------------------------------------------------30 --------------------------------------------------- -----------------32 --------------------------------------------------- -----------------34 --------------------------------------------------- -----------------36 --------------------------------------------------- -----------------38 --------------------------------------------------- -----------------40 --------------------------------------------------- -----------------42 --------------------------------------------------- -----------------[all …]
26 ## [4.19 Release](coreboot-4.19-relnotes.md)29 ```{eval-rst}30 +-------------------------------+------------------------+------------+-----------+33 | intel/icelake_rvp | INTEL_ICELAKE | 2018-10-26 | eval |34 +-------------------------------+------------------------+------------+-----------+37 ## [4.18 Release](coreboot-4.18-relnotes.md)40 ```{eval-rst}41 +-------------------------------+------------------------+------------+-----------+44 | amd/inagua | AMD_FAMILY14 | 2011-02-14 | eval |45 +-------------------------------+------------------------+------------+-----------+[all …]
10 .. _cc_library: https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library12 .. _static linking: modes.rst#building-static-binaries13 .. _race detector: modes.rst#using-the-race-detector31 -----34 ------48 ---58 +--------------------------------+-----------------------------------------------------------------+60 +--------------------------------+-----------------------------------------------------------------+62 +--------------------------------+-----------------------------------------------------------------+64 +--------------------------------+-----------------------------------------------------------------+[all …]
12 .. _compilation modes: modes.rst#compilation-modes23 .. _toolchain resolution: https://bazel.build/extending/toolchains#toolchain-resolution35 -----38 --------47 containing sources for the Go toolchain and standard library and pre-compiled76 the flag ``--@io_bazel_rules_go//go/toolchain:sdk_version="version"`` where81 It can also be set ``remote`` to match any non-host version.90 specified with ``--host_platform`` and ``--platforms``, respectively.111 declare mode-specific files, and to create actions for compiling, linking,115 -----------[all …]
14 ```{eval-rst}15 +-----------+------------------------------------------------------------------+20 +-----------+------------------------------------------------------------------+29 ```{eval-rst}30 +-----------+------------------------------------------------------------------+34 +-----------+------------------------------------------------------------------+36 +-----------+------------------------------------------------------------------+38 +-----------+------------------------------------------------------------------+40 +-----------+------------------------------------------------------------------+49 ```{eval-rst}[all …]
1 /*----------------------------------------------------------------------------15 * http://www.apache.org/licenses/LICENSE-2.023 *----------------------------------------------------------------------------26 * $Date: 2007-06-22 13:51:24 -0700 (Fri, 22 Jun 2007) $27 *----------------------------------------------------------------------------37 /*----------------------------------------------------------------------------39 *----------------------------------------------------------------------------43 * psEASData - pointer to overall EAS data structure47 *----------------------------------------------------------------------------51 /*----------------------------------------------------------------------------[all …]
7 This document provides a threat model for the TF-A :ref:`EL3 Secure Partition Manager`9 `Arm Firmware Framework for Arm A-profile`_ specification.16 The monitor and SPMD at EL3 are covered by the :ref:`Generic TF-A threat model21 - The TF-A implementation for the EL3 SPMC22 - The implementation complies with the FF-A v1.1 specification.23 - Secure partition is statically provisioned at boot time.24 - Focus on the run-time part of the life-cycle (no specific emphasis on boot26 - Not covering advanced or invasive physical attacks such as decapsulation,31 Figure 1 shows a high-level data flow diagram for the SPM split into an SPMD32 and SPMC component at EL3. The SPMD mostly acts as a relayer/pass-through between[all …]
8 This document provides a generic threat model for TF-A firmware.17 Firmware for A-class Processors (TF-A). This includes the boot ROM (BL1),22 TF-A can be configured in various ways. In this threat model we consider26 - All TF-A images are run from either ROM or on-chip trusted SRAM. This means27 TF-A is not vulnerable to an attacker that can probe or tamper with off-chip30 - Trusted boot is enabled. This means an attacker can't boot arbitrary images33 - There is no Secure-EL2. We don't consider threats that may come with34 Secure-EL2 software.36 - There are no Root and Realm worlds. These are introduced by :ref:`Realm39 The :ref:`Threat Model for TF-A with Arm CCA support` covers these types of[all …]
1 # RUN: llvm-mc -triple=thumbv6-apple-darwin -disassemble -show-encoding < %s | FileCheck %s3 #------------------------------------------------------------------------------5 #------------------------------------------------------------------------------11 #------------------------------------------------------------------------------13 #------------------------------------------------------------------------------22 #------------------------------------------------------------------------------24 #------------------------------------------------------------------------------31 #------------------------------------------------------------------------------33 #------------------------------------------------------------------------------45 #------------------------------------------------------------------------------[all …]
1 # RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -disassemble < %s | FileCheck %s3 #------------------------------------------------------------------------------5 #------------------------------------------------------------------------------26 #------------------------------------------------------------------------------28 #------------------------------------------------------------------------------48 #------------------------------------------------------------------------------50 #------------------------------------------------------------------------------74 #------------------------------------------------------------------------------76 #------------------------------------------------------------------------------90 #------------------------------------------------------------------------------[all …]
1 # RUN: llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -disassemble < %s | FileCheck %s3 #------------------------------------------------------------------------------5 #------------------------------------------------------------------------------13 # CHECK: adc r1, r2, #-26843545614 # CHECK: adc r1, r2, #-26843544115 # CHECK: adc r7, r8, #-214748363839 #------------------------------------------------------------------------------42 #------------------------------------------------------------------------------117 #------------------------------------------------------------------------------119 #------------------------------------------------------------------------------[all …]
1 .. SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)11 - ``type`` is an exact match, e.g. ``SEC("socket")``12 - ``type+`` means it can be either exact ``SEC("type")`` or well-formed ``SEC("type/extras")``15 When ``extras`` are specified, they provide details of how to auto-attach the BPF program. The21 +-------------------------------------------+----------------------------------------+-------------…25 +-------------------------------------------+----------------------------------------+-------------…27 … +----------------------------------------+------------------------…29 … +----------------------------------------+------------------------…31 +-------------------------------------------+----------------------------------------+-------------…33 … +----------------------------------------+------------------------…[all …]
19 is guaranteed, and experimental features are deprecated once the non-experimental43 of it and to the now-standardized feature.48 possible, deprecation warnings are put on a per-declaration basis50 the warnings using ``-Wno-deprecated-declarations``.64 ---------------------------------------------------------------------------------------------68 …---------+-------------------------------------------------------+--------------------+-----------…72 …---------+-------------------------------------------------------+--------------------+-----------…74 …---------+-------------------------------------------------------+--------------------+-----------…76 …---------+-------------------------------------------------------+--------------------+-----------…78 …---------+-------------------------------------------------------+--------------------+-----------…[all …]
20 Python. It uses the built-in parser and standard :mod:`parser` module to24 The full functionality of the package duplicates the built-in compiler provided28 built-in compiler. The AST it generates is useful for analyzing Python source43 The top-level of the package defines four functions. If you import63 Do a pre-order walk over the abstract syntax tree *ast*. Call the appropriate71 function is a replacement for the built-in :func:`compile` function.73 The *filename* will be used for run-time error messages.78 The *flags* and *dont_inherit* arguments affect future-related statements, but121 The transformer relies on the built-in Python parser to generate a concrete129 experimental Python-to-C compiler. The current version contains a number of[all …]
1 /* ----------------------------------------------------------------------------2 libconfig - A library for processing structured configuration files3 Copyright (C) 2005-2018 Mark A Lindner20 ----------------------------------------------------------------------------38 // ---------------------------------------------------------------------------46 return(self->evaluateIncludePath(path, error)); in __include_func()49 // ---------------------------------------------------------------------------56 // ---------------------------------------------------------------------------66 // ---------------------------------------------------------------------------73 // ---------------------------------------------------------------------------[all …]
1 @---4 @---5 @ RUN: llvm-mc -triple=thumbv6-apple-darwin -show-encoding < %s | FileCheck %s6 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s | FileCheck %s7 @ RUN: llvm-mc -triple=thumbebv7-unknown-unknown -show-encoding < %s | FileCheck --check-prefix=CHE…18 @ FIXME: Some 3-operand instructions have a 2-operand assembly syntax.23 @------------------------------------------------------------------------------25 @------------------------------------------------------------------------------31 @------------------------------------------------------------------------------33 @------------------------------------------------------------------------------[all …]
7 This document provides a generic threat model for TF-A firmware.18 Firmware for A-class Processors (TF-A). This includes the boot ROM (BL1),23 TF-A can be configured in various ways. In this threat model we consider27 - All TF-A images are run from either ROM or on-chip trusted SRAM. This means28 TF-A is not vulnerable to an attacker that can probe or tamper with off-chip31 - Trusted boot is enabled. This means an attacker can't boot arbitrary images34 - There is no Secure-EL2. We don't consider threats that may come with35 Secure-EL2 software.39 Figure 1 shows a high-level data flow diagram for TF-A. The diagram40 shows a model of the different components of a TF-A-based system and[all …]
7 This document provides a threat model for the TF-A `Secure Partition Manager`_8 (SPM) implementation or more generally the S-EL2 reference firmware running on11 Arm A-profile`_ specification.13 In brief, the broad FF-A specification and S-EL2 firmware implementation16 - Isolation of mutually mistrusting SW components, or endpoints in the FF-A18 - Distinct sandboxes in the secure world called secure partitions. This permits20 - A standard protocol for communication and memory sharing between FF-A22 - Mutual isolation of the normal world and the secure world (e.g. a Trusted OS29 In this threat model, the target of evaluation is the S-EL2 firmware or the31 The monitor and SPMD at EL3 are covered by the `Generic TF-A threat model`_.[all …]
1 /* ------------------------------------------------------------------2 * Copyright (C) 1998-2009 PacketVideo8 * http://www.apache.org/licenses/LICENSE-2.016 * -------------------------------------------------------------------22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec30 Pathname: ./audio/gsm-amr/c/src/vad1.c33 ------------------------------------------------------------------------------55 ------------------------------------------------------------------------------59 ------------------------------------------------------------------------------62 /*----------------------------------------------------------------------------[all …]
1 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+neon -disassemble < %s | FileCheck %s2 # RUN: llvm-mc -triple arm64-none-linux-gnu -mattr=+neon -disassemble < %s | FileCheck %s4 #------------------------------------------------------------------------------6 #------------------------------------------------------------------------------12 #------------------------------------------------------------------------------13 # Vector Floating-Point Add/Sub14 #------------------------------------------------------------------------------21 #------------------------------------------------------------------------------23 #------------------------------------------------------------------------------27 #------------------------------------------------------------------------------[all …]
1 /*----------------------------------------------------------------------------20 * http://www.apache.org/licenses/LICENSE-2.028 *----------------------------------------------------------------------------31 * $Date: 2007-09-04 11:43:49 -0700 (Tue, 04 Sep 2007) $32 *----------------------------------------------------------------------------98 #define PCM_FLAGS_8_BIT 0x00000001 /* 8-bit format */105 /*----------------------------------------------------------------------------107 *----------------------------------------------------------------------------112 * polyphony - number of voices to play (dynamic memory model only)113 * ppLibData - pointer to data handle variable for this instance[all …]
1 ---------------------------- Test 1 ------------------------------6 ---------------------------- Test 2 ------------------------------9 ---------------------------- Test 3 ------------------------------15 ---------------------------- Test 4 ------------------------------18 ---------------------------- Test 5 ------------------------------27 ---------------------------- Test 6 ------------------------------36 ---------------------------- Test 7 ------------------------------40 ---------------------------- Test 8 ------------------------------43 ---------------------------- Test 9 ------------------------------45 ---------------------------- Test 10 -----------------------------[all …]