Home
last modified time | relevance | path

Searched refs:effective (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/openbmc/linux/tools/testing/selftests/bpf/
H A Dcap_helpers.c25 *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 & cap1)) in cap_disable_effective()
60 data[0].effective &= ~cap0; in cap_disable_effective()
61 data[1].effective &= ~cap1; in cap_disable_effective()
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/
H A Dlsdexcr.c13 static unsigned int effective; variable
98 if (!(effective & mask)) in print_aspect()
101 printf("%12s %c (%d): ", aspect->name, effective & mask ? '*' : ' ', aspect->index); in print_aspect()
115 effective = dexcr | hdexcr; in main()
119 print_dexcr("Effective", effective); in main()
126 if (effective & DEXCR_PR_NPHIE) { in main()
/openbmc/linux/security/
H A Dcommoncap.c208 *effective = cred->cap_effective; in cap_capget()
244 const kernel_cap_t *effective, in cap_capset() argument
269 new->cap_effective = *effective; in cap_capset()
588 bool *effective, in bprm_caps_from_vfs_caps() argument
595 *effective = true; in bprm_caps_from_vfs_caps()
617 return *effective ? ret : 0; in bprm_caps_from_vfs_caps()
724 bool *effective, bool *has_fcap) in get_file_caps() argument
819 *effective = true; in handle_privileged_root()
858 !(__cap_full(effective, new) && in nonroot_raised_pE()
946 if (effective) in cap_bprm_creds_from_file()
[all …]
/openbmc/linux/kernel/
H A Dcapability.c168 kdata[0].effective = pE.val; kdata[1].effective = pE.val >> 32; in SYSCALL_DEFINE2()
224 kernel_cap_t inheritable, permitted, effective; in SYSCALL_DEFINE2() local
247 effective = mk_kernel_cap(kdata[0].effective, kdata[1].effective); in SYSCALL_DEFINE2()
256 &effective, &inheritable, &permitted); in SYSCALL_DEFINE2()
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-cgroup.rst27 | **bpftool** **cgroup** { **show** | **list** } *CGROUP* [**effective**]
28 | **bpftool** **cgroup tree** [*CGROUP_ROOT*] [**effective**]
49 **bpftool cgroup { show | list }** *CGROUP* [**effective**]
55 If **effective** is specified retrieve effective programs that
59 **bpftool cgroup tree** [*CGROUP_ROOT*] [**effective**]
68 If **effective** is specified retrieve effective programs that
/openbmc/u-boot/disk/
H A Dpart_iso.h57 unsigned char effective[17];/* effective date */ member
95 unsigned char effective[17];/* effective date */ member
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0027-Fix-gcc-vect-module-testcases.patch12 /* { dg-require-effective-target vect_simd_clones } */
22 /* { dg-require-effective-target vect_simd_clones } */
/openbmc/linux/arch/arm/include/debug/
H A Domap2plus.S30 10: adr \rp, 99f @ get effective addr of 99f
34 sub \tmp, \rp, \rv @ make it effective
/openbmc/linux/arch/x86/mm/
H A Ddump_pagetables.c255 pgprotval_t effective; in effective_prot() local
260 effective = (higher_prot & prot & (_PAGE_USER | _PAGE_RW)) | in effective_prot()
263 effective = prot; in effective_prot()
266 st->prot_levels[level] = effective; in effective_prot()
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh115 ACTUAL_VAL=$(cat cpuset.cpus.effective)
454 ECPUS=$DIR/cpuset.cpus.effective
475 FILE=$CGRP/cpuset.cpus.effective
586 echo "Test $TEST[$I] failed effective CPU check!"
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst76 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:
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-ksm59 Description: Measure how effective KSM is.
60 general_profit: how effective is KSM. The formula for the
/openbmc/linux/Documentation/scheduler/
H A Dsched-util-clamp.rst132 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
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
304 The effective util clamp value of any task is restricted as follows:
314 For now suffice to say that if a task makes a request, its actual effective
388 In a cgroup hierarchy, effective cpu.uclamp.min is the max of (child,
397 In a cgroup hierarchy, effective cpu.uclamp.max is the min of (child,
461 By changing it to 512 for example the effective allowed range reduces to
[all …]
/openbmc/linux/include/linux/
H A Dbpf-cgroup-defs.h52 struct bpf_prog_array __rcu *effective[MAX_CGROUP_BPF_ATTACH_TYPE]; member
H A Dsecurity.h148 extern int cap_capget(const struct task_struct *target, kernel_cap_t *effective,
151 const kernel_cap_t *effective,
276 kernel_cap_t *effective,
280 const kernel_cap_t *effective,
561 kernel_cap_t *effective, in security_capget() argument
565 return cap_capget(target, effective, inheritable, permitted); in security_capget()
570 const kernel_cap_t *effective, in security_capset() argument
574 return cap_capset(new, old, effective, inheritable, permitted); in security_capset()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DCpu.interface.yaml18 The effective Family information as provided by the manufacturer of
25 The effective Model information as provided by the manufacturer of
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsunxi-bananapi-m2-plus-v1.2.dtsi10 * Bananapi M2+ v1.2 uses a GPIO line to change the effective
/openbmc/linux/kernel/bpf/
H A Dcgroup.c46 array = rcu_dereference(cgrp->effective[atype]); in bpf_prog_run_array_cg()
308 cgrp->bpf.effective[atype], in cgroup_bpf_release()
466 #define NR ARRAY_SIZE(cgrp->bpf.effective) in cgroup_bpf_inherit()
776 desc->bpf.effective[atype], in replace_effective_prog()
930 desc->bpf.effective[atype], in purge_effective_progs()
1029 struct bpf_prog_array *effective; in __cgroup_bpf_query() local
1055 effective = rcu_dereference_protected(cgrp->bpf.effective[atype], in __cgroup_bpf_query()
1057 total_cnt += bpf_prog_array_length(effective); in __cgroup_bpf_query()
1080 effective = rcu_dereference_protected(cgrp->bpf.effective[atype], in __cgroup_bpf_query()
1082 cnt = min_t(int, bpf_prog_array_length(effective), total_cnt); in __cgroup_bpf_query()
[all …]
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfe-get-frontend.rst36 This ioctl call queries the currently effective frontend parameters. For
/openbmc/linux/include/uapi/linux/
H A Dcapability.h45 __u32 effective; member
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dfreezer-subsystem.rst66 When read, returns the effective state of the cgroup - "THAWED",
82 THAWED. Note that the effective state may not change to THAWED if
83 the parent-state is still freezing. If a cgroup's effective state
/openbmc/openbmc/poky/meta/recipes-graphics/startup-notification/
H A Dstartup-notification_0.12.bb9 # effective license is LGPL
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Ddavicom,dm9051.yaml13 The DM9051 is a fully integrated and cost-effective low pin count single
/openbmc/linux/Documentation/arch/loongarch/
H A Dbooting.rst36 u64 _end - _text /* Kernel image effective size */
/openbmc/linux/tools/testing/selftests/clone3/
H A Dclone3_cap_checkpoint_restore.c124 cap->data[1].effective |= 1 << (40 - 32); in set_capability()

12345678910>>...12