Home
last modified time | relevance | path

Searched refs:trust (Results 1 – 25 of 74) sorted by relevance

123

/Linux-v6.6/drivers/media/radio/
Dradio-trust.c51 struct trust { struct
58 struct trust *tr = kzalloc(sizeof(*tr), GFP_KERNEL); in trust_alloc() argument
73 static void write_i2c(struct trust *tr, int n, ...) in write_i2c()
121 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_mute_volume()
131 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_stereo()
149 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_frequency()
166 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_ctrl()
185 struct trust *tr = container_of(isa, struct trust, isa); in trust_initialize()
DMakefile31 obj-$(CONFIG_RADIO_TRUST) += radio-trust.o
/Linux-v6.6/tools/testing/selftests/rcutorture/bin/
Dtorture.sh394 …RCU_EXPERT=y CONFIG_RCU_SCALE_TEST=y $forceflavor=y $deselectedflavors" --trust-make > $T/$flavor.…
416 …bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "$configs_rcutorture" --trust-make
422 …ure lock --allcpus --duration "$duration_locktorture" --configs "$configs_locktorture" --trust-make
430 …$configs_scftorture" --kconfig "CONFIG_NR_CPUS=$HALF_ALLOTED_CPUS" --memory ${scfmem}G --trust-make
437 …s/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "TREE03" --trust-make
441 …s/rcutorture/bin/kvm.sh --allcpus --duration "$duration_rcutorture" --configs "TREE03" --trust-make
524 …us --duration 5 --kconfig "CONFIG_TASKS_TRACE_RCU=y CONFIG_NR_CPUS=$HALF_ALLOTED_CPUS" --trust-make
562 …cale --allcpus --duration 10 --kconfig "CONFIG_NR_CPUS=$HALF_ALLOTED_CPUS" --memory 2G --trust-make
568 …allcpus --duration 45s --configs TREE03 --kconfig "CONFIG_TEST_CLOCKSOURCE_WATCHDOG=y" --trust-make
571 …allcpus --duration 45s --configs TREE03 --kconfig "CONFIG_TEST_CLOCKSOURCE_WATCHDOG=y" --trust-make
[all …]
Dparse-build.sh23 if grep -q CC < $F || test -n "$TORTURE_TRUST_MAKE" || grep -qe --trust-make < `dirname $F`/../log
Dsrcu_lockdep.sh52 …on 5s --configs "SRCU-P" --bootargs "rcutorture.test_srcu_lockdep=$val" --trust-make --datestamp "…
Dkvm-check-branches.sh76 …kvm.sh --allcpus --duration 3 --trust-make --datestamp "$ds/$idir" > $resdir/$ds/$idir/kvm.sh.out …
/Linux-v6.6/drivers/net/ethernet/microchip/lan966x/
Dlan966x_dcb.c277 const struct lan966x_dcb_apptrust *trust; in lan966x_dcb_getapptrust() local
279 trust = lan966x_port_apptrust[port->chip_port]; in lan966x_dcb_getapptrust()
281 memcpy(selectors, trust->selectors, trust->nselectors); in lan966x_dcb_getapptrust()
282 *nselectors = trust->nselectors; in lan966x_dcb_getapptrust()
/Linux-v6.6/Documentation/admin-guide/hw-vuln/
Dcore-scheduling.rst8 group of tasks don't trust another), or for performance usecases (some
96 mentioned in `Usage`_, tasks with the same cookie value are assumed to trust
121 The scheduler tries its best to find tasks that trust each other such that all
151 Core scheduling maintains trust relationships amongst groups of tasks by
153 When a system with core scheduling boots, all tasks are considered to trust
155 trust relationships until userspace uses the above mentioned interfaces, to
161 within such groups are considered to trust each other, but do not trust those
162 outside. Tasks outside the group also don't trust tasks within.
187 siblings run tasks which trust each other, when the kernel is executing
188 code on behalf of a task, it cannot trust the code running in the
[all …]
/Linux-v6.6/drivers/net/ethernet/microchip/sparx5/
Dsparx5_dcb.c318 const struct sparx5_dcb_apptrust *trust; in sparx5_dcb_getapptrust() local
320 trust = sparx5_port_apptrust[port->portno]; in sparx5_dcb_getapptrust()
322 memcpy(selectors, trust->selectors, trust->nselectors); in sparx5_dcb_getapptrust()
323 *nselectors = trust->nselectors; in sparx5_dcb_getapptrust()
/Linux-v6.6/Documentation/admin-guide/namespaces/
Dresource-control.rst8 enabled in a kernel for people who don't trust their users or their
14 memory user's they don't trust to play nice can use.
/Linux-v6.6/Documentation/security/keys/
Dtrusted-encrypted.rst17 A trust source provides the source of security for Trusted Keys. This
18 section lists currently supported trust sources, along with their security
19 considerations. Whether or not a trust source is sufficiently safe depends
22 environment is, and there is no metric of trust, it is dependent on the
23 consumer of the Trusted Keys to determine if the trust source is sufficiently
26 * Root of trust for storage
31 provides crypto operation to establish root of trust for storage.
41 mode, trust is rooted to the OTPMK, a never-disclosed 256-bit key
99 The strength and appropriateness of a particular trust source for a given
112 trust source. The random number generator in use differs according to the
[all …]
/Linux-v6.6/Documentation/arch/x86/
Dintel_txt.rst13 - Provides dynamic root of trust for measurement (DRTM)
34 http://www.trust-conference.eu/downloads/Keynote-Speakers/
67 To get trust in the initial kernel without using Intel TXT, a
68 static root of trust must be used. This bases trust in BIOS
81 By using the hardware-based root of trust that Intel TXT provides,
83 pre-launch components can be removed from the trust chain, DMA
91 almost all parts of the trust chain is available (excepting SMM and
101 processor instruction that initiates the dynamic root of trust.
/Linux-v6.6/include/linux/qed/
Dqed_iov_if.h31 int (*set_trust) (struct qed_dev *cdev, int vfid, bool trust);
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/nic/
Ddcb.c178 u8 trust; in nfp_nic_set_trust() local
185 trust = dcb->dscp_cnt > 0 ? NFP_DCB_TRUST_DSCP : NFP_DCB_TRUST_PCP; in nfp_nic_set_trust()
186 writeb(trust, dcb->dcbcfg_tbl + dcb->cfg_offset + in nfp_nic_set_trust()
189 dcb->trust_status = trust; in nfp_nic_set_trust()
/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.h38 int bnxt_set_vf_trust(struct net_device *dev, int vf_id, bool trust);
/Linux-v6.6/include/linux/pds/
Dpds_core_if.h374 u8 trust; member
414 u8 trust; member
/Linux-v6.6/drivers/net/ethernet/huawei/hinic/
Dhinic_sriov.c353 if (vf_info->pf_set_mac && !(vf_info->trust) && in hinic_set_vf_mac_msg_handler()
585 ivi->trusted = vfinfo->trust; in hinic_get_vf_config()
811 bool trust) in hinic_set_vf_trust() argument
821 vf_infos[vf_id].trust = trust; in hinic_set_vf_trust()
840 cur_trust = nic_io->vf_infos[vf].trust; in hinic_ndo_set_vf_trust()
1145 if (vf_infos->trust) in hinic_clear_vf_infos()
Dhinic_sriov.h46 bool trust; member
/Linux-v6.6/security/keys/trusted-keys/
DKconfig37 comment "No trust source selected!"
/Linux-v6.6/Documentation/process/
Dmaintainer-pgp-guide.rst47 that trust must always be placed with developers and never with the code
52 want to make sure that by placing trust into developers we do not simply
160 - sign other people's keys for web of trust purposes
485 trust: ultimate validity: ultimate
848 delegated trust technologies, namely DNSSEC and TLS, to get you going if
880 PGP incorporates a trust delegation mechanism known as the "Web of
890 "the SSH-like approach to trust." With SSH, the first time you connect
894 trust the changed key or not. Similarly, the first time you import
900 We recommend that you use the combined TOFU+PGP trust model (which is
902 ``trust-model`` setting in ``~/.gnupg/gpg.conf``::
[all …]
/Linux-v6.6/Documentation/admin-guide/media/
Dradio-cardlist.rst31 radio-trust Trust FM radio card
/Linux-v6.6/Documentation/virt/coco/
Dtdx-guest.rst50 https://www.intel.com/content/www/us/en/developer/articles/technical/intel-trust-domain-extensions.…
/Linux-v6.6/Documentation/maintainer/
Dfeature-and-driver-maintainers.rst117 foundation of kernel maintenance and one cannot build trust with a mailing
126 together by (rarely expressed) mutual respect, trust and convenience.
/Linux-v6.6/Documentation/hwmon/
Dlm63.rst75 is left to the BIOS, and the driver will blindly trust it. Only the original
/Linux-v6.6/Documentation/usb/
Dauthorization.rst91 can fake descriptors and device info. Don't trust that. You are

123