/linux-6.12.1/arch/x86/crypto/ |
D | sha1_ni_asm.S | 66 #define ABCD %xmm0 macro 108 movdqu 0*16(DIGEST_PTR), ABCD 110 pshufd $0x1B, ABCD, ABCD 117 movdqa ABCD, (1*16)(%rsp) 123 movdqa ABCD, E1 124 sha1rnds4 $0, E0, ABCD 130 movdqa ABCD, E0 131 sha1rnds4 $0, E1, ABCD 138 movdqa ABCD, E1 139 sha1rnds4 $0, E0, ABCD [all …]
|
D | aria-aesni-avx-asm_64.S | 459 * T3 = ABCD -> BADC \ 461 * T0 = ABCD -> CDAB \ 463 * T1 = ABCD -> DCBA \ 514 * T1 = ABCD -> BADC \ 516 * T2 = ABCD -> CDAB \ 518 * T3 = ABCD -> DCBA \ 609 * T3 = ABCD -> BADC \ 611 * T0 = ABCD -> CDAB \ 613 * T1 = ABCD -> DCBA \ 668 * T1 = ABCD -> BADC \ [all …]
|
D | aria-aesni-avx2-asm_64.S | 499 * T3 = ABCD -> BADC \ 501 * T0 = ABCD -> CDAB \ 503 * T1 = ABCD -> DCBA \ 553 * T1 = ABCD -> BADC \ 555 * T2 = ABCD -> CDAB \ 557 * T3 = ABCD -> DCBA \ 645 * T3 = ABCD -> BADC \ 647 * T0 = ABCD -> CDAB \ 649 * T1 = ABCD -> DCBA \ 703 * T1 = ABCD -> BADC \ [all …]
|
D | aria-gfni-avx512-asm_64.S | 448 * T3 = ABCD -> BADC \ 450 * T0 = ABCD -> CDAB \ 452 * T1 = ABCD -> DCBA \ 488 * T1 = ABCD -> BADC \ 490 * T2 = ABCD -> CDAB \ 492 * T3 = ABCD -> DCBA \
|
D | sha256_ni_asm.S | 165 punpckhqdq TMP, STATE1 /* ABCD */
|
/linux-6.12.1/arch/arm64/crypto/ |
D | sha512-armv8.pl | 373 my ($ABCD,$EFGH,$abcd)=map("v$_.16b",(0..2)); 387 ld1.32 {$ABCD,$EFGH},[$ctx] 398 orr $ABCD_SAVE,$ABCD,$ABCD // offload 406 orr $abcd,$ABCD,$ABCD 407 sha256h $ABCD,$EFGH,$W0 408 sha256h2 $EFGH,$abcd,$W0 416 orr $abcd,$ABCD,$ABCD 417 sha256h $ABCD,$EFGH,$W0 418 sha256h2 $EFGH,$abcd,$W0 422 orr $abcd,$ABCD,$ABCD [all …]
|
/linux-6.12.1/arch/arm/crypto/ |
D | sha256-armv4.pl | 586 my ($ABCD,$EFGH,$abcd)=map("q$_",(0..2)); 604 vld1.32 {$ABCD,$EFGH},[$ctx] 621 vmov $ABCD_SAVE,$ABCD @ offload 630 vmov $abcd,$ABCD 631 sha256h $ABCD,$EFGH,$W0 632 sha256h2 $EFGH,$abcd,$W0 640 vmov $abcd,$ABCD 641 sha256h $ABCD,$EFGH,$W0 642 sha256h2 $EFGH,$abcd,$W0 646 vmov $abcd,$ABCD [all …]
|
/linux-6.12.1/tools/testing/selftests/ftrace/test.d/dynevent/ |
D | tprobe_syntax_errors.tc | 34 check_error 't kfree arg1=\"abcd^' # IMMSTR_NO_CLOSE 74 printf "%s" "t:tracepoints/testevent kfree abcd=\\1" > dynamic_events 76 check_error "t:tracepoints/testevent kfree ^abcd=\\1:u8" # DIFF_ARG_TYPE 77 check_error "t:tracepoints/testevent kfree ^abcd=\\\"foo\"" # DIFF_ARG_TYPE 78 check_error "^t:tracepoints/testevent kfree abcd=\\1" # SAME_PROBE
|
D | fprobe_syntax_errors.tc | 49 check_error 'f vfs_read arg1=\"abcd^' # IMMSTR_NO_CLOSE 89 printf "%s" "f:fprobes/testevent $FUNCTION_FORK abcd=\\1" > dynamic_events 91 check_error "f:fprobes/testevent $FUNCTION_FORK ^abcd=\\1:u8" # DIFF_ARG_TYPE 92 check_error "f:fprobes/testevent $FUNCTION_FORK ^abcd=\\\"foo\"" # DIFF_ARG_TYPE 93 check_error "^f:fprobes/testevent $FUNCTION_FORK abcd=\\1" # SAME_PROBE
|
/linux-6.12.1/lib/ |
D | globtest.c | 99 "1" "*??\0" "abcd\0" 103 "1" "??*\0" "abcd\0" 107 "1" "?*?\0" "abcd\0" 123 "1" "*abcd*\0" "abcabcabcabcdefg\0" 125 "1" "*abcd*abcdef*\0" "abcabcdabcdeabcdefg\0" 126 "0" "*abcd*\0" "abcabcabcabcefg\0"
|
/linux-6.12.1/Documentation/arch/s390/ |
D | common_io.rst | 27 The devices must be given either as bus ids (0.x.abcd) or as hexadecimal 28 device numbers (0xabcd or abcd, for 2.4 backward compatibility). If you 29 give a device number 0xabcd, it will be interpreted as 0.0.abcd. 103 The devices can be specified either by bus id (0.x.abcd) or, for 2.4 backward 104 compatibility, by the device number in hexadecimal (0xabcd or abcd). Device 105 numbers given as 0xabcd will be interpreted as 0.0.abcd.
|
/linux-6.12.1/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | kprobe_syntax_errors.tc | 44 check_error 'p vfs_read arg1=\"abcd^' # IMMSTR_NO_CLOSE 93 printf "%s" "p:kprobes/testevent $FUNCTION_FORK abcd=\\1" > kprobe_events 95 check_error "p:kprobes/testevent $FUNCTION_FORK ^abcd=\\1:u8" # DIFF_ARG_TYPE 96 check_error "p:kprobes/testevent $FUNCTION_FORK ^abcd=\\\"foo\"" # DIFF_ARG_TYPE 97 check_error "^p:kprobes/testevent $FUNCTION_FORK abcd=\\1" # SAME_PROBE
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | usb-device.yaml | 107 compatible = "usb123,abcd"; 114 compatible = "usbif123,abcd.config1.0"; 119 compatible = "usbif123,abcd.config2.0";
|
/linux-6.12.1/Documentation/translations/zh_TW/admin-guide/ |
D | bootconfig.rst | 221 root = 01234567-89ab-cdef-0123-456789abcd 229 root="01234567-89ab-cdef-0123-456789abcd" -- splash 237 root="01234567-89ab-cdef-0123-456789abcd" ro bootconfig -- splash quiet
|
/linux-6.12.1/Documentation/translations/zh_CN/admin-guide/ |
D | bootconfig.rst | 221 root = 01234567-89ab-cdef-0123-456789abcd 229 root="01234567-89ab-cdef-0123-456789abcd" -- splash 237 root="01234567-89ab-cdef-0123-456789abcd" ro bootconfig -- splash quiet
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | arp_ndisc_untracked_subnets.sh | 14 ROUTER_ADDR_V6="2001:db8:abcd:0012::1" 18 HOST_ADDR_V6="2001:db8:abcd:0012::2" 201 HOST_ADDR_V6=2000:db8:abcd:0013::4 203 HOST_ADDR_V6=2001:db8:abcd:0012::3
|
/linux-6.12.1/drivers/pinctrl/ |
D | pinctrl-at91.h | 36 #define PIO_ABCDSR1 0x70 /* Peripheral ABCD Select Register 1 [some sam9 only] */ 38 #define PIO_ABCDSR2 0x74 /* Peripheral ABCD Select Register 2 [some sam9 only] */
|
/linux-6.12.1/Documentation/driver-api/media/drivers/ |
D | tuners.rst | 25 TCP [ABCJLMNQ] 90[89][125] [DP] [ACD] 27 [ABCD] 46 [ABCD]:
|
/linux-6.12.1/Documentation/admin-guide/ |
D | bootconfig.rst | 246 root = 01234567-89ab-cdef-0123-456789abcd 254 root="01234567-89ab-cdef-0123-456789abcd" -- splash 262 root="01234567-89ab-cdef-0123-456789abcd" ro bootconfig -- splash quiet
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | recvmsg6_prog.c | 13 #define SERV6_IP_0 0xfaceb00c /* face:b00c:1234:5678::abcd */
|
D | bind6_prog.c | 17 #define SERV6_IP_0 0xfaceb00c /* face:b00c:1234:5678::abcd */
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | imx8-apalis-eval.dtsi | 13 regulator-name = "VCC USBH2(ABCD) / USBH(3|4)";
|
/linux-6.12.1/drivers/mtd/maps/ |
D | physmap-ixp4xx.c | 27 * handles 32 bit reads, the byte stream ABCD is stored on the flash as:
|
/linux-6.12.1/tools/power/cpupower/utils/helpers/ |
D | cpuid.c | 22 * Define unsigned int cpuid_e[abcd]x(unsigned int op)
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx6q-bx50v3.dtsi | 389 compatible = "pci16c3,abcd";
|