Home
last modified time | relevance | path

Searched full:directive (Results 1 – 25 of 55) sorted by relevance

123

/linux/tools/testing/selftests/kselftest/
H A Dktap_helpers.sh44 directive="${3:-}" # optional
47 [ ! -z "$directive" ] && directive_str="# $directive"
67 directive="SKIP"
68 __ktap_test "$result" "$description" "$directive"
77 directive="XFAIL"
78 __ktap_test "$result" "$description" "$directive"
/linux/arch/arc/include/asm/
H A Djump_label.h19 * ".balign 4" directive. In that case patched instruction is aligned with one
21 * However 'align by 4' directive is much stricter than it actually required.
24 * ".bundle_align_mode" assembler directive. That will save us from adding
27 * TODO: switch to ".bundle_align_mode" directive using whin it will be
/linux/tools/testing/selftests/
H A Dkselftest.h307 const char *directive = ""; in ksft_test_result_code() local
316 directive = " # XFAIL "; in ksft_test_result_code()
320 directive = " # XPASS "; in ksft_test_result_code()
324 directive = " # SKIP "; in ksft_test_result_code()
334 /* Docs seem to call for double space if directive is absent */ in ksft_test_result_code()
335 if (!directive[0] && msg) in ksft_test_result_code()
336 directive = " # "; in ksft_test_result_code()
338 printf("%s %u %s%s", tap_code, ksft_test_num(), test_name, directive); in ksft_test_result_code()
/linux/Documentation/bpf/libbpf/
H A Dlibbpf_naming_convention.rst174 The documentation always starts with a @brief directive. This line is a short
178 can be added below the last directive, at the bottom of the comment.
180 Parameters are denoted with the @param directive, there should be one for each
181 parameter. If this is a function with a non-void return, use the @return directive
/linux/security/tomoyo/
H A Dcommon.h540 /* Structure for "path_group"/"number_group"/"address_group" directive. */
547 /* Structure for "path_group" directive. */
553 /* Structure for "number_group" directive. */
559 /* Structure for "address_group" directive. */
696 * Structure for "task manual_domain_transition" directive.
707 * "file symlink", "file chroot" and "file unmount" directive.
717 * "file ioctl", "file chmod", "file chown" and "file chgrp" directive.
727 /* Structure for "file mkblock" and "file mkchar" directive. */
738 * Structure for "file rename", "file link" and "file pivot_root" directive.
747 /* Structure for "file mount" directive. */
[all …]
/linux/drivers/iommu/
H A Dfsl_pamu.h342 #define IOE_DIRECT0 0x84 /* Directive type 0 */
343 #define IOE_DIRECT0_IDX 0x04 /* Directive type 0 */
348 #define IOE_DIRECT1 0x87 /* Directive type 1 */
349 #define IOE_DIRECT1_IDX 0x07 /* Directive type 1 */
/linux/Documentation/driver-api/80211/
H A Dmac80211-advanced.rst137 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-tx.c
145 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-rx.c
/linux/LICENSES/deprecated/
H A DCC0-1.062 vi. database rights (such as those arising under Directive 96/9/EC of the
66 directive); and
/linux/drivers/nvme/host/
H A Dconstants.c44 [nvme_admin_directive_send] = "Directive Send",
45 [nvme_admin_directive_recv] = "Directive Receive",
/linux/arch/arm64/include/asm/
H A Dmodule.lds.h14 * directive to force them into a single section and silence the
H A Dalternative-macros.h43 * If any of these .org directive fail, it means that insn1 and insn2
/linux/scripts/
H A Dunifdef.c77 LT_DODGY, /* flag: directive is not on one line */
291 case 'n': /* add #line directive after deleted lines */ in main()
393 * alter the preprocessor directive, as follows.
404 * following directive to #endif since this has the desired behaviour.
408 * directive. We can handle them correctly only if there is no change
409 * from printing to dropping (or vice versa) caused by that directive.
410 * If the directive is the first of a group we have a choice between
720 if there is too much whitespace in a directive */ in parseline()
/linux/arch/sh/lib/
H A Ddelay.c20 * This align directive ensures this doesn't occur. in __delay()
/linux/arch/loongarch/include/asm/
H A Dalternative-asm.h26 * @newinstr. ".fill" directive takes care of proper instruction padding
/linux/arch/arm/include/asm/
H A Dfncpy.h22 * You will typically need a ".align 3" directive in the assembler where the
/linux/tools/testing/kunit/
H A Dkunit_parser.py367 directive]'
394 Note that the SKIP directive is the only direction that causes a
399 directive]'
448 directive]'
/linux/arch/arm/kernel/
H A Dsigreturn_codes.S30 * directive to keep correct layout of sigreturn_codes array.
/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dcrb.h144 * Chapter 8.2.3 Coprocessor Directive
/linux/arch/riscv/kernel/
H A Dkexec_relocate.S51 * .align directive would pad zeros here up to 44 Bytes.
/linux/arch/powerpc/include/asm/
H A Dicswx.h163 * Chapter 8.2.3 Coprocessor Directive
/linux/arch/m68k/ifpsp060/
H A Dilsp.doc51 using the Motorola Assembly Syntax assembler directive "dc.l"
H A Dfplsp.doc52 using the Motorola Assembly Syntax assembler directive "dc.l"
/linux/Documentation/core-api/
H A Dprintk-basics.rst95 directive)::
/linux/scripts/dtc/
H A Ddtc-lexer.l82 lexical_error("nul in line number directive");
/linux/tools/testing/selftests/powerpc/primitives/asm/
H A Dfeature-fixups.h50 * As a workaround use an .org directive that has no effect if the else case

123