Home
last modified time | relevance | path

Searched refs:restricted (Results 1 – 25 of 73) sorted by relevance

123

/linux/drivers/hwmon/
H A Ddell-smm-hwmon.c130 static bool restricted = true; variable
131 module_param(restricted, bool, 0);
132 MODULE_PARM_DESC(restricted, "Restrict fan control and serial number to CAP_SYS_ADMIN (default: 1)"…
591 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl()
631 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl()
704 (restricted && !capable(CAP_SYS_ADMIN)) ? "-1" : data->bios_machineid, in i8k_proc_show()
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-controller-model.rst25 interact with other entities. Data (not restricted to video) produced
/linux/Documentation/virt/kvm/devices/
H A Dvfio.rst35 KVM_DEV_VFIO_GROUP (legacy kvm device group restricted to the handling of VFIO group fd):
/linux/scripts/coccinelle/api/
H A Dmemdup_user.cocci3 /// This is a little bit restricted to reduce false positives
/linux/Documentation/admin-guide/hw-vuln/
H A Drsb.rst197 restricted to the current domain when eIBRS is enabled:
202 alternate predictors are restricted to those belonging to the
242 …cal/software-security-guidance/technical-documentation/indirect-branch-restricted-speculation.html…
246 …cal/software-security-guidance/technical-documentation/indirect-branch-restricted-speculation.html…
H A Dspectre.rst404 'IBPB: conditional' Use IBPB on SECCOMP or indirect branch restricted tasks
415 'STIBP: conditional' Use STIBP on SECCOMP or indirect branch restricted tasks
521 On x86, indirect branch restricted speculation is turned on by default
645 restricted.
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-querycap.rst93 restricted. Refer to each individual subdevice ioctl documentation
H A Dformat.rst50 simultaneous video capturing may be restricted to the same cropping and
/linux/tools/include/uapi/
H A DREADME9 The way these headers are used in perf are not restricted to just
/linux/arch/arm/boot/dts/st/
H A Dste-href-tvk1281618-r3.dtsi134 * data rate needs to be restricted to max 2Mbps which the
/linux/Documentation/dev-tools/kunit/
H A Dindex.rst44 restricted to things exposed to user-space.
/linux/tools/perf/
H A Ddesign.txt225 way to request that counting of events be restricted to times when the
229 to request counting of events restricted to guest and host contexts when
253 cpu >= 0: the counter is restricted to a specific CPU
/linux/samples/
H A DKconfig170 restricted by a user-defined filesystem access control policy.
255 as mount API and statx(). Note that this is restricted to the x86
/linux/Documentation/admin-guide/LSM/
H A DYama.rst58 1 - restricted ptrace:
/linux/Documentation/ABI/stable/
H A Dfirewire-cdev50 operations are restricted to /dev/fw* files that are associated
H A Dsysfs-class-tpm16 visible to the OS, but will only accept a restricted set of
/linux/Documentation/mm/
H A Dhighmem.rst117 mapping is restricted to the CPU that issued it, it performs well, but
142 space is restricted and protected by a global lock for synchronization. When
/linux/Documentation/scheduler/
H A Dsched-util-clamp.rst37 can tell the system that some tasks should be restricted from consuming too
304 The effective util clamp value of any task is restricted as follows:
308 2. The restricted value in (1) is then further restricted by the system wide
463 rqs are restricted too. IOW, the whole system is capped to half its performance
/linux/tools/perf/util/
H A Dsymbol.c1018 bool restricted = false; in symbol__restricted_filename() local
1024 restricted = strcmp(r, restricted_filename) == 0; in symbol__restricted_filename()
1026 return restricted; in symbol__restricted_filename()
1030 return restricted; in symbol__restricted_filename()
/linux/tools/virtio/virtio-trace/
H A DREADME82 Here, chardev names are restricted to trace-path-cpuX and agent-ctl-path. For
/linux/kernel/dma/
H A DKconfig112 This enables support for restricted DMA pools which provide a level of
/linux/Documentation/userspace-api/
H A Dcheck_exec.rst123 /tmp/*.sh``). This makes sense for (semi-restricted) user sessions.
/linux/Documentation/crypto/
H A Dasymmetric-keys.rst375 certificates, with a separate, restricted keyring set up for each
416 to the root certificate that was added before the keyring was restricted.
/linux/LICENSES/dual/
H A DCC-BY-4.040 permission to use material in ways otherwise restricted by
60 the licensed material may still be restricted for other
/linux/tools/memory-model/Documentation/
H A Dglossary.txt69 Cycle: Memory-barrier pairing is restricted to a pair of CPUs, as the

123