Searched full:exec (Results 1 – 25 of 67) sorted by relevance
123
| /Documentation/arch/powerpc/ |
| D | dexcr.rst | 93 - This aspect will be set after exec / set this aspect after exec 96 - This aspect will be clear after exec / clear this aspect after exec 106 set, it will be cleared when you run exec, and you can change this with the 170 For example, clearing NPHIE on exec is a privileged operation (a process 195 key (potentially all threads from the same parent that have not run ``exec()``).
|
| /Documentation/ABI/testing/ |
| D | procfs-attr-exec | 1 What: /proc/*/attr/exec 7 after a subsequent exec() call.
|
| D | procfs-attr-prev | 7 prior to the most recent exec() call.
|
| /Documentation/sphinx/ |
| D | parallel-wrapper.sh | 5 # environment (as exported by scripts/jobserver-exec), or fall back to 33 exec "$sphinx" $parallel "$@"
|
| D | load_config.py | 52 code = compile(f.read(), fs_encoding, 'exec') 53 exec(code, config)
|
| /Documentation/security/ |
| D | sak.rst | 82 exec 3<&0 83 exec 4>&1 84 exec 5>&2
|
| /Documentation/gpu/ |
| D | drm-vm-bind-locking.rst | 56 * ``exec function``: An exec function is a function that revalidates all 60 it's worth mentioning that an exec function may also be the 74 number of local GEM objects, only one lock is needed to make the exec 102 taken in read mode during exec and write mode during a mmu notifier 228 gpu_vma will be preceded by a new exec function, with a revalidation 231 new exec function may not race with the eviction. 233 A driver can be implemented in such a way that, on each exec function, 235 *not* selected for rebind must be unbound before the exec 268 The exec function becomes 485 // Make sure the exec function either sees the new sequence [all …]
|
| D | drm-vm-bind-async.rst | 48 * ``exec function``: An exec function is a function that revalidates all 52 it's worth mentioning that an exec function may also be the 81 the modification is done in the sense that the next exec function that 103 exec functions. For long-running workloads, such pipelining of a bind 122 submitted using exec functions. In that case, UMD might want to avoid a 273 * and exec queue must have same vm_id. If zero, the default VM bind engine
|
| D | driver-uapi.rst | 13 VM_BIND / EXEC uAPI
|
| /Documentation/userspace-api/ |
| D | no_new_privs.rst | 19 - The exec code has special handling for ptrace. 36 Be careful, though: LSMs might also not tighten constraints on exec
|
| D | lsm.rst | 26 The proc filesystem provides this value in ``/proc/self/attr/exec``. 28 AppArmor also provides this value in ``/proc/self/attr/apparmor/exec``.
|
| /Documentation/translations/zh_CN/dev-tools/ |
| D | gcov.rst | 257 find $GCDA -type d -exec mkdir -p $TEMPDIR/\{\} \; 258 find $GCDA -name '*.gcda' -exec sh -c 'cat < $0 > '$TEMPDIR'/$0' {} \; 259 find $GCDA -name '*.gcno' -exec sh -c 'cp -d $0 '$TEMPDIR'/$0' {} \;
|
| /Documentation/translations/zh_TW/dev-tools/ |
| D | gcov.rst | 257 find $GCDA -type d -exec mkdir -p $TEMPDIR/\{\} \; 258 find $GCDA -name '*.gcda' -exec sh -c 'cat < $0 > '$TEMPDIR'/$0' {} \; 259 find $GCDA -name '*.gcno' -exec sh -c 'cp -d $0 '$TEMPDIR'/$0' {} \;
|
| /Documentation/devicetree/bindings/crypto/ |
| D | fsl-sec2.txt | 15 - fsl,exec-units-mask : The bitmask representing what execution units 63 fsl,exec-units-mask = <0xfe>;
|
| /Documentation/arch/arm64/ |
| D | pointer-authentication.rst | 46 exec*() time. The keys are shared by all threads within the process, and 61 In addition to exec(), keys can also be reinitialized to random values 138 IB, DA and DB enabled, and are reset to this state on exec(). Processes created
|
| /Documentation/admin-guide/LSM/ |
| D | SafeSetID.rst | 20 file can exec() that program to gain the elevated privileges. 59 as fork() calls where the program doesn't immediately call exec() after the 62 fork()/exec(). Because of this, as solution that uses a privileged helper in
|
| /Documentation/devicetree/bindings/arm/omap/ |
| D | mpu.txt | 18 First should be type 'protect-exec' for the driver to use to copy
|
| /Documentation/dev-tools/kunit/ |
| D | architecture.rst | 187 - ``exec`` command executes kernel results either directly (using 192 you can run the kernel and display the test results with the ``exec`` 193 argument: ``./tools/testing/kunit/kunit.py exec``.
|
| /Documentation/translations/zh_CN/maintainer/ |
| D | configure-git.rst | 59 exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"}
|
| /Documentation/admin-guide/ |
| D | java.rst | 77 exec 1>&2 117 exec 1>&2 128 exec 1>&2 142 exec 1>&2
|
| /Documentation/dev-tools/ |
| D | gcov.rst | 278 find $GCDA -type d -exec mkdir -p $TEMPDIR/\{\} \; 279 find $GCDA -name '*.gcda' -exec sh -c 'cat < $0 > '$TEMPDIR'/$0' {} \; 280 find $GCDA -name '*.gcno' -exec sh -c 'cp -d $0 '$TEMPDIR'/$0' {} \;
|
| /Documentation/arch/arm/sa1100/ |
| D | assabet.rst | 119 exec -b 0x100000 -l 0xc0000 203 exec -b 0x100000 -l 0xc0000 -c "root=/dev/mtdblock2" 230 >> exec -b 0x100000 -l 0xc0000
|
| /Documentation/maintainer/ |
| D | configure-git.rst | 55 exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"}
|
| /Documentation/mm/ |
| D | overcommit-accounting.rst | 79 * Review stack handling/building on exec
|
| /Documentation/devicetree/bindings/memory-controllers/ti/ |
| D | emif.txt | 33 first should be type 'protect-exec' for the driver to use to copy
|
123