| /OK3568_Linux_fs/kernel/security/ |
| H A D | commoncap.c | 44 " effective capabilities. Therefore not raising all" in warn_setuid_and_fcaps_mixed() 51 * cap_capable - Determine whether a task has a particular effective capability 58 * its effective set, returning 0 if it does, -ve if it does not. 192 * @effective: The place to record the effective set 199 int cap_capget(struct task_struct *target, kernel_cap_t *effective, in cap_capget() argument 207 *effective = cred->cap_effective; in cap_capget() 233 * @effective: A pointer to the proposed new effective capabilities set 243 const kernel_cap_t *effective, in cap_capset() argument 265 if (!cap_issubset(*effective, *permitted)) in cap_capset() 268 new->cap_effective = *effective; in cap_capset() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ |
| H A D | ia_css_s3a_types.h | 78 in table, which cells have effective 82 in table, which cells have effective 112 * Condition of effective pixel for AWB level gate check: 170 s32 awb_cnt; /** Number of effective pixels 173 judged as "effective". (u32) */ 175 All Gr pixels (not only for effective pixels) 178 All R pixels (not only for effective pixels) 181 All B pixels (not only for effective pixels) 184 All Gb pixels (not only for effective pixels)
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | qos.c | 13 * aggregated as appropriate to produce effective constraints (target values) 53 * pm_qos_read_value - Return the current effective constraint value. 261 * a new entry to the CPU latency QoS list and recompute the effective QoS 290 * latency QoS list along with updating the effective constraint value for that 317 * QoS list along with updating the effective constraint value for that list. 524 * Insert a new entry into the @qos list of requests, recompute the effective 528 * Return 1 if the effective constraint value has changed, 0 if the effective 562 * Update an existing frequency QoS request along with the effective constraint 565 * Return 1 if the effective constraint value has changed, 0 if the effective 590 * belongs to and recompute the effective constraint value for that list. [all …]
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-cgroup.rst | 23 | **bpftool** **cgroup** { **show** | **list** } *CGROUP* [**effective**] 24 | **bpftool** **cgroup tree** [*CGROUP_ROOT*] [**effective**] 39 **bpftool cgroup { show | list }** *CGROUP* [**effective**] 45 If **effective** is specified retrieve effective programs that 49 **bpftool cgroup tree** [*CGROUP_ROOT*] [**effective**] 58 If **effective** is specified retrieve effective programs that
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | cgroup.c | 134 cgrp->bpf.effective[type], in cgroup_bpf_release() 221 /* compute a chain of effective programs for a given cgroup: 237 /* count number of effective programs by walking parents */ in compute_effective_progs() 248 /* populate the array with effective progs */ in compute_effective_progs() 275 old_array = rcu_replace_pointer(cgrp->bpf.effective[type], old_array, in activate_effective_progs() 284 * cgroup_bpf_inherit() - inherit effective programs from parent 292 #define NR ARRAY_SIZE(cgrp->bpf.effective) in cgroup_bpf_inherit() 336 /* allocate and recompute effective prog arrays */ in update_effective_progs() 367 /* oom while computing effective. Free all computed effective arrays in update_effective_progs() 519 /* Swap updated BPF program for given link in effective program arrays across [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7m/ |
| H A D | cache.c | 124 /* Make sure cache selection is effective for next memory access */ in get_cline_size() 162 /* Make sure cache action is effective for next memory access */ in action_cache_range() 182 /* Make sure cache selection is effective for next memory access */ in action_dcache_all() 194 /* Make sure cache action is effective for next memory access */ in action_dcache_all() 213 /* Make sure cache action is effective for next memory access */ in dcache_enable() 231 /* Make sure cache action is effective for next memory access */ in dcache_disable() 302 /* Make sure cache action is effective for next memory access */ in invalidate_icache_all() 315 /* Make sure cache action is effective for next memory access */ in icache_enable()
|
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | insn-eval.c | 578 * computing the effective address. Thus, ensure that the first in get_reg_offset_16() 906 * get_eff_addr_reg() - Obtain effective address from register operand 909 * @regoff: Obtained operand offset, in pt_regs, with the effective address 910 * @eff_addr: Obtained effective address 912 * Obtain the effective address stored in the register operand as indicated by 914 * (i.e., ModRM.mod is 3). The effective address is saved in @eff_addr. The 922 * 0 on success. @eff_addr will have the effective address stored in the 956 * get_eff_addr_modrm() - Obtain referenced effective address via ModRM 960 * @eff_addr: Obtained effective address 962 * Obtain the effective address referenced by the ModRM byte of @insn. After [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | selftest.h | 285 /* Like ASSERT_TRUE, but treat LOC as the effective location of the 305 /* Like ASSERT_FALSE, but treat LOC as the effective location of the 325 /* Like ASSERT_EQ, but treat LOC as the effective location of the 344 /* Like ASSERT_KNOWN_EQ, but treat LOC as the effective location of the 376 /* Like ASSERT_MAYBE_NE, but treat LOC as the effective location of the 395 /* Like ASSERT_GT, but treat LOC as the effective location of the 414 /* Like ASSERT_LT, but treat LOC as the effective location of the 436 /* Like ASSERT_STREQ, but treat LOC as the effective location of the 456 /* Like ASSERT_STR_CONTAINS, but treat LOC as the effective location of the
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | capability.c | 143 * @dataptr: pointer to struct that contains the effective, permitted, 171 kdata[i].effective = pE.cap[i]; in SYSCALL_DEFINE2() 208 * @data: pointer to struct that contains the effective, permitted, 226 kernel_cap_t inheritable, permitted, effective; in SYSCALL_DEFINE2() local 250 effective.cap[i] = kdata[i].effective; in SYSCALL_DEFINE2() 255 effective.cap[i] = 0; in SYSCALL_DEFINE2() 261 effective.cap[CAP_LAST_U32] &= CAP_LAST_U32_VALID_MASK; in SYSCALL_DEFINE2() 270 &effective, &inheritable, &permitted); in SYSCALL_DEFINE2()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | selftest.h | 285 /* Like ASSERT_TRUE, but treat LOC as the effective location of the 305 /* Like ASSERT_FALSE, but treat LOC as the effective location of the 325 /* Like ASSERT_EQ, but treat LOC as the effective location of the 344 /* Like ASSERT_KNOWN_EQ, but treat LOC as the effective location of the 376 /* Like ASSERT_MAYBE_NE, but treat LOC as the effective location of the 395 /* Like ASSERT_GT, but treat LOC as the effective location of the 414 /* Like ASSERT_LT, but treat LOC as the effective location of the 436 /* Like ASSERT_STREQ, but treat LOC as the effective location of the 456 /* Like ASSERT_STR_CONTAINS, but treat LOC as the effective location of the
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | securebits.h | 15 compatibility mode. We raise the effective and inheritable bitmasks 16 *of the executable file* if the effective uid of the new process is 17 0. If the real uid is 0, we raise the effective (legacy) bit of the
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | securebits.h | 15 compatibility mode. We raise the effective and inheritable bitmasks 16 *of the executable file* if the effective uid of the new process is 17 0. If the real uid is 0, we raise the effective (legacy) bit of the
|
| H A D | capability.h | 45 __u32 effective; member 131 /* Overrides the following restrictions that the effective user ID 133 bits on that file; that the effective group ID (or one of the 140 /* Overrides the restriction that the real or effective user ID of a 141 process sending a signal must match the real or effective user ID
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | securebits.h | 15 compatibility mode. We raise the effective and inheritable bitmasks 16 *of the executable file* if the effective uid of the new process is 17 0. If the real uid is 0, we raise the effective (legacy) bit of the
|
| H A D | capability.h | 45 __u32 effective; member 131 /* Overrides the following restrictions that the effective user ID 133 bits on that file; that the effective group ID (or one of the 140 /* Overrides the restriction that the real or effective user ID of a 141 process sending a signal must match the real or effective user ID
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | unistd.h | 290 /* Test for access to NAME using the effective UID and GID 302 If AT_EACCESS is set in FLAG, then use effective IDs like `eaccess', 689 /* Get the effective user ID of the calling process. */ 695 /* Get the effective group ID of the calling process. */ 710 and effective user IDs, and the saved set-user-ID to UID; 711 if not, the effective user ID is set to UID. */ 716 and the effective user ID of the calling process to EUID. */ 721 /* Set the effective user ID of the calling process to UID. */ 727 and effective group IDs, and the saved set-group-ID to GID; 728 if not, the effective group ID is set to GID. */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | unistd.h | 290 /* Test for access to NAME using the effective UID and GID 302 If AT_EACCESS is set in FLAG, then use effective IDs like `eaccess', 689 /* Get the effective user ID of the calling process. */ 695 /* Get the effective group ID of the calling process. */ 710 and effective user IDs, and the saved set-user-ID to UID; 711 if not, the effective user ID is set to UID. */ 716 and the effective user ID of the calling process to EUID. */ 721 /* Set the effective user ID of the calling process to UID. */ 727 and effective group IDs, and the saved set-group-ID to GID; 728 if not, the effective group ID is set to GID. */ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/security/ |
| H A D | credentials.rst | 137 - Effective, Saved and FS User ID 138 - Effective, Saved and FS Group ID 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
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_camgroup_handlers/ |
| H A D | RkAiqCamGroupAwbHandle.cpp | 91 // the new params will be effective later when updateConfig in setWbV21Attrib() 188 // the new params will be effective later when updateConfig in setWbOpModeAttrib() 244 // the new params will be effective later when updateConfig in setMwbAttrib() 300 // the new params will be effective later when updateConfig in setWbAwbWbGainAdjustAttrib() 358 // the new params will be effective later when updateConfig in setWbAwbWbGainOffsetAttrib() 416 // the new params will be effective later when updateConfig in setWbAwbMultiWindowAttrib() 500 // the new params will be effective later when updateConfig in setWbV32AwbMultiWindowAttrib()
|
| H A D | RkAiqCamGroupAdrcHandle.cpp | 68 // the new params will be effective later when updateConfig in setAttribV10() 118 // the new params will be effective later when updateConfig in setAttribV11() 168 // the new params will be effective later when updateConfig in setAttribV12() 218 // the new params will be effective later when updateConfig in setAttribV12Lite()
|
| H A D | RkAiqCamGroupAblcHandle.cpp | 54 // the new params will be effective later when updateConfig in setAttrib() 86 // the new params will be effective later when updateConfig in getAttrib() 116 // the new params will be effective later when updateConfig in getInfo()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ |
| H A D | ia_css_sdis_common_types.h | 55 in table, which cells have effective 65 in table, which cells have effective 83 in table, which cells have effective 93 in table, which cells have effective
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | cgroup.c | 179 if (is_prefix(*argv, "effective")) { in do_show() 187 p_err("expected no more arguments, 'effective', got: '%s'?", in do_show() 336 if (is_prefix(*argv, "effective")) { in do_show_tree() 344 p_err("expected no more arguments, 'effective', got: '%s'?", in do_show_tree() 495 "Usage: %1$s %2$s { show | list } CGROUP [**effective**]\n" in do_help() 496 " %1$s %2$s tree [CGROUP_ROOT] [**effective**]\n" in do_help()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | page.h | 187 * __va(x) = (x) - [ PHYSICAL_START - Effective KERNELBASE ] 191 * Effective KERNELBASE = virtual_base = 198 * virt_phys_offset = Effective KERNELBASE - PHYSICAL_START 204 * __va(x) = x - PHYSICAL_START + Effective KERNELBASE 208 * __pa(x) = x + PHYSICAL_START - Effective KERNELBASE
|
| /OK3568_Linux_fs/u-boot/disk/ |
| H A D | part_iso.h | 58 unsigned char effective[17];/* effective date */ member 96 unsigned char effective[17];/* effective date */ member
|