| /linux/tools/testing/selftests/bpf/ |
| H A D | cap_helpers.c | 25 *old_caps = (__u64)(data[1].effective) << 32 | data[0].effective; in cap_enable_effective() 27 if ((data[0].effective & cap0) == cap0 && in cap_enable_effective() 28 (data[1].effective & cap1) == cap1) in cap_enable_effective() 31 data[0].effective |= cap0; in cap_enable_effective() 32 data[1].effective |= cap1; in cap_enable_effective() 55 *old_caps = (__u64)(data[1].effective) << 32 | data[0].effective; in cap_disable_effective() 57 if (!(data[0].effective & cap0) && !(data[1].effective in cap_disable_effective() [all...] |
| /linux/tools/testing/selftests/powerpc/dexcr/ |
| H A D | lsdexcr.c | 13 static unsigned int effective; variable 64 if (!(effective & mask)) in print_aspect() 67 printf("%12s %c (%d): ", aspect->name, effective & mask ? '*' : ' ', aspect->index); in print_aspect() 77 bool actual = effective & DEXCR_PR_BIT(aspect->index); in print_aspect_config() 138 effective = dexcr | hdexcr; in main() 144 print_dexcr("Effective", effective); in main() 151 if (effective & DEXCR_PR_NPHIE) { in main()
|
| /linux/security/ |
| H A D | commoncap.c | 230 int cap_capget(const struct task_struct *target, kernel_cap_t *effective, in cap_capget() argument 238 *effective = cred->cap_effective; in cap_capget() 274 const kernel_cap_t *effective, in cap_capset() argument 296 if (!cap_issubset(*effective, *permitted)) in cap_capset() 299 new->cap_effective = *effective; in cap_capset() 628 bool *effective, in bprm_caps_from_vfs_caps() argument 635 *effective = true; in bprm_caps_from_vfs_caps() 657 return *effective ? ret : 0; in bprm_caps_from_vfs_caps() 764 bool *effective, bool *has_fcap) in get_file_caps() argument 796 rc = bprm_caps_from_vfs_caps(&vcaps, bprm, effective, has_fcap); in get_file_caps() [all …]
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-cgroup.rst | 27 | **bpftool** **cgroup** { **show** | **list** } *CGROUP* [**effective**] 28 | **bpftool** **cgroup tree** [*CGROUP_ROOT*] [**effective**] 52 bpftool cgroup { show | list } *CGROUP* [effective] 58 If **effective** is specified retrieve effective programs that will execute 62 bpftool cgroup tree [*CGROUP_ROOT*] [effective] 70 If **effective** is specified retrieve effective programs that will execute
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_cpuset_prs.sh | 26 CPULIST=$(cat $CGROUP2/cpuset.cpus.effective) 159 ACTUAL_VAL=$(cat cpuset.cpus.effective) 628 ECPUS=$DIR/cpuset.cpus.effective 630 XECPUS=$DIR/cpuset.cpus.exclusive.effective 675 FILE=cpuset.cpus.exclusive.effective 677 FILE=cpuset.cpus.effective 733 DOMS=$(cat $CGRP_DIR/cpuset.cpus.effective) 907 _NEWLIST=$(cat $CGROUP2/cpuset.cpus.effective) 914 _NEWLIST=$(cat $CGROUP2/cpuset.cpus.effective)
|
| H A D | memcg_protection.m | 15 % E number parent effective protection
|
| /linux/tools/perf/util/ |
| H A D | cap.c | 40 cap_val = data[1].effective; in perf_cap__capable() 46 cap_val = data[0].effective; in perf_cap__capable()
|
| /linux/Documentation/translations/zh_CN/security/ |
| H A D | credentials.rst | 272 uid_t current_euid(void) Current's effective UID 273 gid_t current_egid(void) Current's effective GID 276 kernel_cap_t current_cap(void) Current's effective capabilities 343 uid_t task_euid(task) Task's effective UID
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | sh_mobile_ceu_camera.rst | 76 2. Calculate "effective" input crop (sensor subwindow) - CEU crop scaled back at 81 3. Calculate new combined scales from "effective" input window to requested user 102 "effective" crop:
|
| /linux/arch/arm/include/debug/ |
| H A D | omap2plus.S | 30 10: adr \rp, 99f @ get effective addr of 99f 34 sub \tmp, \rp, \rv @ make it effective
|
| /linux/Documentation/scheduler/ |
| H A D | sched-util-clamp.rst | 132 frequency selection as well as task placement to be most effective. Both of 153 and on dequeue it is decremented. This makes keeping track of the effective 156 As tasks are enqueued and dequeued, we keep track of the current effective 160 Later at any path that wants to identify the effective uclamp value of the rq, 161 it will simply need to read this effective uclamp value of the rq at that exact 167 When a task wakes up, the scheduler will look at the current effective uclamp 173 at the current effective uclamp value of the rq which is influenced by the set 210 To reduce the search space when trying to decide the effective uclamp value of 241 The rq then keeps track of its current effective uclamp value for each 301 the actual applied (effective) value can be influenced by more than just the [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-mm-ksm | 59 Description: Measure how effective KSM is. 60 general_profit: how effective is KSM. The formula for the
|
| /linux/include/linux/ |
| H A D | bpf-cgroup-defs.h | 57 struct bpf_prog_array __rcu *effective[MAX_CGROUP_BPF_ATTACH_TYPE]; member
|
| H A D | security.h | 178 extern int cap_capget(const struct task_struct *target, kernel_cap_t *effective, 181 const kernel_cap_t *effective, 341 kernel_cap_t *effective, 345 const kernel_cap_t *effective, 673 kernel_cap_t *effective, in security_capget() argument 677 return cap_capget(target, effective, inheritable, permitted); in security_capget() 682 const kernel_cap_t *effective, in security_capset() argument 686 return cap_capset(new, old, effective, inheritable, permitted); in security_capset()
|
| /linux/arch/arm/boot/dts/allwinner/ |
| H A D | sunxi-bananapi-m2-plus-v1.2.dtsi | 10 * Bananapi M2+ v1.2 uses a GPIO line to change the effective
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | fe-get-frontend.rst | 36 This ioctl call queries the currently effective frontend parameters. For
|
| /linux/Documentation/arch/loongarch/ |
| H A D | booting.rst | 36 u64 _end - _text /* Kernel image effective size */
|
| /linux/Documentation/arch/x86/ |
| H A D | pat.rst | 131 set_memory_wc() to white-list effective write-combined areas. Such use is 132 nevertheless discouraged as the effective memory type is considered 135 otherwise not be effective.
|
| /linux/Documentation/admin-guide/ |
| H A D | perf-security.rst | 53 into two categories [6]_ : a) privileged processes (whose effective user 55 processes (whose effective UID is nonzero). Privileged processes bypass 61 based on the process's credentials [5]_ (usually: effective UID, 62 effective GID, and supplementary group list). 198 in permitted, effective and ambient capability sets of an inherent process:
|
| /linux/tools/testing/selftests/clone3/ |
| H A D | clone3_cap_checkpoint_restore.c | 120 cap->data[1].effective |= 1 << (40 - 32); in set_capability()
|
| /linux/Documentation/security/ |
| H A D | credentials.rst | 150 - Set of effective capabilities 160 itself to its effective or permitted sets through ``capset()``. This 163 The effective capabilities are the ones that a task is actually allowed to 321 uid_t current_euid(void) Current's effective UID 322 gid_t current_egid(void) Current's effective GID 325 kernel_cap_t current_cap(void) Current's effective capabilities 400 uid_t task_euid(task) Task's effective UID
|
| /linux/Documentation/admin-guide/mm/damon/ |
| H A D | reclaim.rst | 126 increases and decreases the effective level of the quota aiming this level of 137 User-specifiable feedback for auto-tuning of the effective quota. 140 increases and decreases the effective level of the quota aiming receiving this
|
| /linux/Documentation/hwmon/ |
| H A D | ina3221.rst | 52 (only effective when all channels use the same resistor
|
| /linux/Documentation/networking/ |
| H A D | tcp-thin.rst | 11 effective. In time-dependent scenarios (like online games, control
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | isp.doc | 46 cas (w/ a misaligned effective address) 174 The instructions "cas2" and "cas" (when used with a misaligned effective
|