| /linux/tools/testing/selftests/kselftest/ |
| H A D | ktap_helpers.sh | 44 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 D | jump_label.h | 19 * ".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 D | kselftest.h | 307 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 D | libbpf_naming_convention.rst | 174 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 D | common.h | 540 /* 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 D | fsl_pamu.h | 342 #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 D | mac80211-advanced.rst | 137 .. 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 D | CC0-1.0 | 62 vi. database rights (such as those arising under Directive 96/9/EC of the 66 directive); and
|
| /linux/drivers/nvme/host/ |
| H A D | constants.c | 44 [nvme_admin_directive_send] = "Directive Send", 45 [nvme_admin_directive_recv] = "Directive Receive",
|
| /linux/arch/arm64/include/asm/ |
| H A D | module.lds.h | 14 * directive to force them into a single section and silence the
|
| H A D | alternative-macros.h | 43 * If any of these .org directive fail, it means that insn1 and insn2
|
| /linux/scripts/ |
| H A D | unifdef.c | 77 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 D | delay.c | 20 * This align directive ensures this doesn't occur. in __delay()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | alternative-asm.h | 26 * @newinstr. ".fill" directive takes care of proper instruction padding
|
| /linux/arch/arm/include/asm/ |
| H A D | fncpy.h | 22 * You will typically need a ".align 3" directive in the assembler where the
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_parser.py | 367 directive]' 394 Note that the SKIP directive is the only direction that causes a 399 directive]' 448 directive]'
|
| /linux/arch/arm/kernel/ |
| H A D | sigreturn_codes.S | 30 * directive to keep correct layout of sigreturn_codes array.
|
| /linux/tools/testing/selftests/powerpc/nx-gzip/include/ |
| H A D | crb.h | 144 * Chapter 8.2.3 Coprocessor Directive
|
| /linux/arch/riscv/kernel/ |
| H A D | kexec_relocate.S | 51 * .align directive would pad zeros here up to 44 Bytes.
|
| /linux/arch/powerpc/include/asm/ |
| H A D | icswx.h | 163 * Chapter 8.2.3 Coprocessor Directive
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | ilsp.doc | 51 using the Motorola Assembly Syntax assembler directive "dc.l"
|
| H A D | fplsp.doc | 52 using the Motorola Assembly Syntax assembler directive "dc.l"
|
| /linux/Documentation/core-api/ |
| H A D | printk-basics.rst | 95 directive)::
|
| /linux/scripts/dtc/ |
| H A D | dtc-lexer.l | 82 lexical_error("nul in line number directive");
|
| /linux/tools/testing/selftests/powerpc/primitives/asm/ |
| H A D | feature-fixups.h | 50 * As a workaround use an .org directive that has no effect if the else case
|