Home
last modified time | relevance | path

Searched full:exec (Results 1 – 25 of 67) sorted by relevance

123

/Documentation/arch/powerpc/
Ddexcr.rst93 - 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/
Dprocfs-attr-exec1 What: /proc/*/attr/exec
7 after a subsequent exec() call.
Dprocfs-attr-prev7 prior to the most recent exec() call.
/Documentation/sphinx/
Dparallel-wrapper.sh5 # environment (as exported by scripts/jobserver-exec), or fall back to
33 exec "$sphinx" $parallel "$@"
Dload_config.py52 code = compile(f.read(), fs_encoding, 'exec')
53 exec(code, config)
/Documentation/security/
Dsak.rst82 exec 3<&0
83 exec 4>&1
84 exec 5>&2
/Documentation/gpu/
Ddrm-vm-bind-locking.rst56 * ``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 …]
Ddrm-vm-bind-async.rst48 * ``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
Ddriver-uapi.rst13 VM_BIND / EXEC uAPI
/Documentation/userspace-api/
Dno_new_privs.rst19 - The exec code has special handling for ptrace.
36 Be careful, though: LSMs might also not tighten constraints on exec
Dlsm.rst26 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/
Dgcov.rst257 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/
Dgcov.rst257 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/
Dfsl-sec2.txt15 - fsl,exec-units-mask : The bitmask representing what execution units
63 fsl,exec-units-mask = <0xfe>;
/Documentation/arch/arm64/
Dpointer-authentication.rst46 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/
DSafeSetID.rst20 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/
Dmpu.txt18 First should be type 'protect-exec' for the driver to use to copy
/Documentation/dev-tools/kunit/
Darchitecture.rst187 - ``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/
Dconfigure-git.rst59 exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"}
/Documentation/admin-guide/
Djava.rst77 exec 1>&2
117 exec 1>&2
128 exec 1>&2
142 exec 1>&2
/Documentation/dev-tools/
Dgcov.rst278 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/
Dassabet.rst119 exec -b 0x100000 -l 0xc0000
203 exec -b 0x100000 -l 0xc0000 -c "root=/dev/mtdblock2"
230 >> exec -b 0x100000 -l 0xc0000
/Documentation/maintainer/
Dconfigure-git.rst55 exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"}
/Documentation/mm/
Dovercommit-accounting.rst79 * Review stack handling/building on exec
/Documentation/devicetree/bindings/memory-controllers/ti/
Demif.txt33 first should be type 'protect-exec' for the driver to use to copy

123