Home
last modified time | relevance | path

Searched +full:pre +full:- +full:verified (Results 1 – 25 of 75) sorted by relevance

123

/Linux-v6.1/Documentation/devicetree/bindings/arm/
Darm,corstone1000.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vishnu Banavath <vishnu.banavath@arm.com>
11 - Rui Miguel Silva <rui.silva@linaro.org>
14 ARM's Corstone1000 includes pre-verified Corstone SSE-710 subsystem that
19 systems for M-Class (or other) processors for adding sensors, connectivity,
25 seamless integration of the optional CryptoCell™-312 cryptographic
33 - description: Corstone1000 MPS3 it has 1 Cortex-A35 CPU core in a FPGA
37 - const: arm,corstone1000-mps3
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Dgoogle,cros-ec.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mfd/google,cros-ec.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Benson Leung <bleung@chromium.org>
11 - Guenter Roeck <groeck@chromium.org>
22 - description:
24 const: google,cros-ec-i2c
25 - description:
27 const: google,cros-ec-spi
[all …]
/Linux-v6.1/drivers/mtd/tests/
Doobtest.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2006-2008 Nokia Corporation
7 * Author: Adrian Hunter <ext-adrian.hunter@nokia.com>
24 static int dev = -EINVAL;
47 use_len -= 1; in do_vary_offset()
52 use_len = use_len_max - use_offset; in do_vary_offset()
61 loff_t addr = (loff_t)ebnum * mtd->erasesize; in write_eraseblock()
64 for (i = 0; i < pgcnt; ++i, addr += mtd->writesize) { in write_eraseblock()
80 return err ? err : -1; in write_eraseblock()
124 for (su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--, i++) { in memcmpshowoffset()
[all …]
/Linux-v6.1/Documentation/w1/slaves/
Dw1_therm.rst16 -----------
49 -1 if at least one sensor still in conversion, 1 if conversion is complete
72 the sensor. Resolution is reset when the sensor gets power-cycled.
81 Some non-genuine DS18B20 chips are fixed in 12-bit mode only, so the actual
82 resolution is read back from the chip and verified.
86 The write-only sysfs entry ``eeprom_cmd`` is an alternative for EEPROM operations.
94 Values shall be space separated and in the device range (typical -55 degC
106 be force-enabled.
118 location of the chip in the 1-wire bus without needing pre-existing
133 Documentation/ABI/testing/sysfs-driver-w1_therm
[all …]
/Linux-v6.1/Documentation/x86/
Dintel_txt.rst6 Technology (Intel(R) TXT), defines platform-level enhancements that
13 - Provides dynamic root of trust for measurement (DRTM)
14 - Data protection in case of improper shutdown
15 - Measurement and verification of launched environment
18 non-vPro systems. It is currently available on desktop systems
30 - LinuxTAG 2008:
31 http://www.linuxtag.org/2008/en/conf/events/vp-donnerstag.html
33 - TRUST2008:
34 http://www.trust-conference.eu/downloads/Keynote-Speakers/
35 3_David-Grawrock_The-Front-Door-of-Trusted-Computing.pdf
[all …]
/Linux-v6.1/fs/nfsd/
Dnfsfh.c1 // SPDX-License-Identifier: GPL-2.0
7 * Extensive rewrite by Neil Brown <neilb@cse.unsw.edu.au> Southern-Spring 1999
8 * ... and again Southern-Winter 2001 to support export_operations
25 * if not, require that we can walk up to exp->ex_dentry
35 if (exp->ex_flags & NFSEXP_NOSUBTREECHECK) in nfsd_acceptable()
39 while (tdentry != exp->ex_path.dentry && !IS_ROOT(tdentry)) { in nfsd_acceptable()
52 if (tdentry != exp->ex_path.dentry) in nfsd_acceptable()
54 rv = (tdentry == exp->ex_path.dentry); in nfsd_acceptable()
68 umode_t mode = d_inode(dentry)->i_mode & S_IFMT; in nfsd_mode_check()
83 if (rqstp->rq_vers == 4 && mode == S_IFLNK) in nfsd_mode_check()
[all …]
/Linux-v6.1/Documentation/crypto/
Dasymmetric-keys.rst1 .. SPDX-License-Identifier: GPL-2.0
4 Asymmetric / Public-key Cryptography Key Type
9 - Overview.
10 - Key identification.
11 - Accessing asymmetric keys.
12 - Signature verification.
13 - Asymmetric key subtypes.
14 - Instantiation data parsers.
15 - Keyring link restrictions.
22 public-key cryptography, without imposing any particular restrictions on the
[all …]
/Linux-v6.1/Documentation/filesystems/
Dorangefs.rst1 .. SPDX-License-Identifier: GPL-2.0
7 OrangeFS is an LGPL userspace scale-out parallel storage system. It is ideal
51 On Fedora, install orangefs and orangefs-server::
53 dnf -y install orangefs orangefs-server
64 pvfs2-client-core.
68 pvfs2-server -f /etc/orangefs/orangefs.conf
72 systemctl start orangefs-server
76 pvfs2-ping -m /pvfsmnt
81 systemctl start orangefs-client
85 mount -t pvfs2 tcp://localhost:3334/orangefs /pvfsmnt
[all …]
/Linux-v6.1/fs/jfs/
Dxattr.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) International Business Machines Corp., 2000-2004
27 * Overall design --
34 * where <name> is constructed from a null-terminated ascii string
36 * (1 ... 65535 bytes). The in-memory format is
39 * +-------+--------+--------+----------------+-------------------+
42 * +-------+--------+--------+----------------+-------------------+
47 * +------------+-------------------+--------------------+-----
50 * +------------+-------------------+--------------------+-----
52 * On-disk:
[all …]
/Linux-v6.1/tools/bpf/bpftool/Documentation/
Dbpftool-gen.rst1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 bpftool-gen
6 -------------------------------------------------------------------------------
7 tool for BPF code-generation
8 -------------------------------------------------------------------------------
19 *OPTIONS* := { |COMMON_OPTIONS| | { **-L** | **--use-loader** } }
40 user-space object files, but in addition to combining data
74 user in pre-allocated fields in skeleton struct. For BPF
77 in per-program link field. All such set up links will be
84 global variables of all supported kinds: mutable, read-only,
[all …]
/Linux-v6.1/Documentation/dev-tools/
Dkasan.rst5 --------
8 designed to find out-of-bounds and use-after-free bugs.
13 2. Software Tag-Based KASAN
14 3. Hardware Tag-Based KASAN
20 Software Tag-Based KASAN or SW_TAGS KASAN, enabled with CONFIG_KASAN_SW_TAGS,
23 using it for testing on memory-restricted devices with real workloads.
25 Hardware Tag-Based KASAN or HW_TAGS KASAN, enabled with CONFIG_KASAN_HW_TAGS,
26 is the mode intended to be used as an in-field memory bug detector or as a
34 The Generic and the Software Tag-Based modes are commonly referred to as the
35 software modes. The Software Tag-Based and the Hardware Tag-Based modes are
[all …]
/Linux-v6.1/tools/testing/selftests/kvm/x86_64/
Dpmu_event_filter_test.c1 // SPDX-License-Identifier: GPL-2.0
56 * core performance event-select register. Intel's format is similar,
64 * "Pre-defined Architectural Performance Events."
108 * The caller should provide a non-empty set of bits that are safe to flip.
143 GUEST_SYNC(br1 - br0); in intel_guest_code()
149 * this code uses the always-available, legacy K7 PMU MSRs, which alias to
167 GUEST_SYNC(br1 - br0); in amd_guest_code()
177 struct kvm_run *run = vcpu->run; in run_vcpu_to_sync()
181 TEST_ASSERT(run->exit_reason == KVM_EXIT_IO, in run_vcpu_to_sync()
183 run->exit_reason, in run_vcpu_to_sync()
[all …]
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/
Doffload.c1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 /* Copyright (C) 2017-2018 Netronome Systems, Inc. */
103 key_len = nfp_flow->meta.key_len; in nfp_flower_xmit_flow()
104 mask_len = nfp_flow->meta.mask_len; in nfp_flower_xmit_flow()
105 act_len = nfp_flow->meta.act_len; in nfp_flower_xmit_flow()
112 nfp_flow->meta.key_len >>= NFP_FL_LW_SIZ; in nfp_flower_xmit_flow()
113 nfp_flow->meta.mask_len >>= NFP_FL_LW_SIZ; in nfp_flower_xmit_flow()
114 nfp_flow->meta.act_len >>= NFP_FL_LW_SIZ; in nfp_flower_xmit_flow()
118 return -ENOMEM; in nfp_flower_xmit_flow()
121 memcpy(msg, &nfp_flow->meta, meta_len); in nfp_flower_xmit_flow()
[all …]
Daction.c1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 /* Copyright (C) 2017-2018 Netronome Systems, Inc. */
39 push_mpls->head.jump_id = NFP_FL_ACTION_OPCODE_PUSH_MPLS; in nfp_fl_push_mpls()
40 push_mpls->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_push_mpls()
43 if (act->mpls_push.bos != ACT_MPLS_BOS_NOT_SET) { in nfp_fl_push_mpls()
44 mpls_lse |= act->mpls_push.bos << MPLS_LS_S_SHIFT; in nfp_fl_push_mpls()
47 return -EOPNOTSUPP; in nfp_fl_push_mpls()
51 if (act->mpls_push.tc != ACT_MPLS_TC_NOT_SET) in nfp_fl_push_mpls()
52 mpls_lse |= act->mpls_push.tc << MPLS_LS_TC_SHIFT; in nfp_fl_push_mpls()
54 /* Proto, label and TTL are enforced and verified for MPLS push. */ in nfp_fl_push_mpls()
[all …]
/Linux-v6.1/drivers/net/ethernet/cavium/liquidio/
Dliquidio_common.h7 * Copyright (c) 2003-2016 Cavium, Inc.
14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty
19 * \brief Common: Structures and macros used in PCI-NIC package by core and
50 /* pre-defined host->NIC tag values */
60 /* Subcodes are used by host driver/apps to identify the sub-operation
85 #define VF_DRV_REMOVED -1
101 #define CVM_DRV_APP_END (CVM_DRV_INVALID_APP - 1)
123 index = index + count - max; in incr_index()
149 /*--------------------------- SCATTER GATHER ENTRY -----------------------*/
151 /* The Scatter-Gather List Entry. The scatter or gather component used with
[all …]
/Linux-v6.1/drivers/media/i2c/
Dccs-pll.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * drivers/media/i2c/ccs-pll.c
8 * Copyright (C) 2011--2012 Nokia Corporation
17 #include "ccs-pll.h"
55 dev_dbg(dev, "%s_%s out of bounds: %d (%d--%d)\n", prefix, in bounds_check()
58 return -EINVAL; in bounds_check()
85 { &pll->vt_fr, &pll->vt_bk, PLL_VT }, in print_pll()
86 { &pll->op_fr, &pll->op_bk, PLL_OP } in print_pll()
90 dev_dbg(dev, "ext_clk_freq_hz\t\t%u\n", pll->ext_clk_freq_hz); in print_pll()
93 const char *s = pll_string(br->which); in print_pll()
[all …]
/Linux-v6.1/sound/soc/sof/
Dops.h1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
19 #include "sof-priv.h"
22 ((sdev)->pdata->desc->ops)
26 if (sdev->pdata->desc->ops_init) in sof_ops_init()
27 return sdev->pdata->desc->ops_init(sdev); in sof_ops_init()
34 if (sdev->pdata->desc->ops_free) in sof_ops_free()
35 sdev->pdata->desc->ops_free(sdev); in sof_ops_free()
38 /* Mandatory operations are verified during probing */
43 return sof_ops(sdev)->probe(sdev); in snd_sof_probe()
48 if (sof_ops(sdev)->remove) in snd_sof_remove()
[all …]
/Linux-v6.1/net/sched/
Dsch_mqprio.c1 // SPDX-License-Identifier: GPL-2.0-only
36 if (priv->qdiscs) { in mqprio_destroy()
38 ntx < dev->num_tx_queues && priv->qdiscs[ntx]; in mqprio_destroy()
40 qdisc_put(priv->qdiscs[ntx]); in mqprio_destroy()
41 kfree(priv->qdiscs); in mqprio_destroy()
44 if (priv->hw_offload && dev->netdev_ops->ndo_setup_tc) { in mqprio_destroy()
47 switch (priv->mode) { in mqprio_destroy()
50 dev->netdev_ops->ndo_setup_tc(dev, in mqprio_destroy()
67 if (qopt->num_tc > TC_MAX_QUEUE) in mqprio_parse_opt()
68 return -EINVAL; in mqprio_parse_opt()
[all …]
/Linux-v6.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_debugfs.c60 /* parse_write_buffer_into_params - Helper function to parse debugfs write buffer into an array
87 return -EFAULT; in parse_write_buffer_into_params()
101 /* skip non-space*/ in parse_write_buffer_into_params()
150 * debugfs is located at /sys/kernel/debug/dri/0/DP-x/link_settings
152 * --- to get dp configuration
154 * cat /sys/kernel/debug/dri/0/DP-x/link_settings
156 * It will list current, verified, reported, preferred dp configuration.
157 * current -- for current video mode
158 * verified --- maximum configuration which pass link training
159 * reported --- DP rx report caps (DPCD register offset 0, 1 2)
[all …]
/Linux-v6.1/include/linux/
Dbpf_verifier.h1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com
24 /* Liveness marks, used for registers and spilled-regs (in stack slots).
29 * straight-line code that reached this state (from its parent) wrote this reg"
40 REG_LIVE_READ64 = 0x2, /* likewise, but full 64-bit content matters */
61 * the map_uid is non-zero for registers
108 * from a pointer-cast helper, bpf_sk_fullsock() and
121 * 8: snd_cwnd = tp->snd_cwnd; // verifier will complain
126 * the original refcounted ptr id (i.e. sk_reg->id) in ref_obj_id
128 * ref_obj_id matching the sk_reg->id.
[all …]
Dmodule.h1 /* SPDX-License-Identifier: GPL-2.0-only */
26 #include <linux/error-injection.h>
27 #include <linux/tracepoint-defs.h>
80 * module_init() - driver initialization entry point
90 * module_exit() - driver exit entry point
93 * module_exit() will wrap the driver clean-up code
171 * Example: MODULE_SOFTDEP("pre: module-foo module-bar post: module-baz")
177 * So, make it no-op when this is being built as a module
249 /* Version of form [<epoch>:]<version>[-<extra-version>].
341 /* Only touch one cacheline for common rbtree-for-core-layout case. */
[all …]
/Linux-v6.1/lib/zstd/decompress/
Dhuf_decompress.c7 * - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy
9 * This source code is licensed under both the BSD-style license (found in the
12 * You may select, at your option, one of the above-listed licenses.
49 #define HUF_ALIGN(x, a) HUF_ALIGN_MASK((x), (a) - 1)
98 /*-***************************/
100 /*-***************************/
113 /*-***************************/
114 /* single-symbol decoding */
115 /*-***************************/
116 typedef struct { BYTE byte; BYTE nbBits; } HUF_DEltX1; /* single-symbol decoding */
[all …]
/Linux-v6.1/tools/testing/selftests/bpf/verifier/
Dcalls.c25 "calls: invalid kfunc call: ptr_to_mem to struct with non-scalar",
28 BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, -8),
43 BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, -8),
58 BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, -8),
70 "calls: invalid kfunc call: reg->type != PTR_TO_CTX",
73 BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, -8),
88 BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, -8),
100 "calls: trigger reg2btf_ids[reg->type] for reg->type > __BPF_REG_TYPE_MAX",
103 BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, -8),
119 "calls: invalid kfunc call: reg->off must be zero when passed to release kfunc",
[all …]
/Linux-v6.1/lib/zstd/compress/
Dzstd_compress_internal.h5 * This source code is licensed under both the BSD-style license (found in the
8 * You may select, at your option, one of the above-listed licenses.
18 /*-*************************************
25 /*-*************************************
35 … benefit is that ZSTD_DUBT_UNSORTED_MARK cannot be mishandled after table re-use with a different …
39 /*-*************************************
111 /* All tables are allocated inside cctx->workspace by ZSTD_resetCCtx_internal() */
127 …ZSTD_OptPrice_e priceType; /* prices can be determined dynamically, or follow a pre-defined cost…
128 const ZSTD_entropyCTables_t* symbolCosts; /* pre-calculated dictionary statistics */
220 int forceWindow; /* force back-references to respect limit of
[all …]
/Linux-v6.1/drivers/phy/cadence/
Dphy-cadence-torrent.c1 // SPDX-License-Identifier: GPL-2.0-only
9 #include <dt-bindings/phy/phy.h>
10 #include <dt-bindings/phy/phy-cadence.h>
12 #include <linux/clk-provider.h>
241 [CDNS_TORRENT_REFCLK_DRIVER] = "refclk-driver",
242 [CDNS_TORRENT_DERIVED_REFCLK] = "refclk-der",
243 [CDNS_TORRENT_RECEIVED_REFCLK] = "refclk-rec",
424 u32 offset = reg << ctx->reg_offset_shift; in cdns_regmap_write()
426 writew(val, ctx->base + offset); in cdns_regmap_write()
434 u32 offset = reg << ctx->reg_offset_shift; in cdns_regmap_read()
[all …]

123