Home
last modified time | relevance | path

Searched full:abcd (Results 1 – 25 of 54) sorted by relevance

123

/linux-6.12.1/arch/x86/crypto/
Dsha1_ni_asm.S66 #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 …]
Daria-aesni-avx-asm_64.S459 * 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 …]
Daria-aesni-avx2-asm_64.S499 * 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 …]
Daria-gfni-avx512-asm_64.S448 * T3 = ABCD -> BADC \
450 * T0 = ABCD -> CDAB \
452 * T1 = ABCD -> DCBA \
488 * T1 = ABCD -> BADC \
490 * T2 = ABCD -> CDAB \
492 * T3 = ABCD -> DCBA \
Dsha256_ni_asm.S165 punpckhqdq TMP, STATE1 /* ABCD */
/linux-6.12.1/arch/arm64/crypto/
Dsha512-armv8.pl373 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/
Dsha256-armv4.pl586 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/
Dtprobe_syntax_errors.tc34 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
Dfprobe_syntax_errors.tc49 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/
Dglobtest.c99 "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/
Dcommon_io.rst27 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/
Dkprobe_syntax_errors.tc44 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/
Dusb-device.yaml107 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/
Dbootconfig.rst221 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/
Dbootconfig.rst221 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/
Darp_ndisc_untracked_subnets.sh14 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/
Dpinctrl-at91.h36 #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/
Dtuners.rst25 TCP [ABCJLMNQ] 90[89][125] [DP] [ACD] 27 [ABCD]
46 [ABCD]:
/linux-6.12.1/Documentation/admin-guide/
Dbootconfig.rst246 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/
Drecvmsg6_prog.c13 #define SERV6_IP_0 0xfaceb00c /* face:b00c:1234:5678::abcd */
Dbind6_prog.c17 #define SERV6_IP_0 0xfaceb00c /* face:b00c:1234:5678::abcd */
/linux-6.12.1/arch/arm64/boot/dts/freescale/
Dimx8-apalis-eval.dtsi13 regulator-name = "VCC USBH2(ABCD) / USBH(3|4)";
/linux-6.12.1/drivers/mtd/maps/
Dphysmap-ixp4xx.c27 * handles 32 bit reads, the byte stream ABCD is stored on the flash as:
/linux-6.12.1/tools/power/cpupower/utils/helpers/
Dcpuid.c22 * Define unsigned int cpuid_e[abcd]x(unsigned int op)
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/
Dimx6q-bx50v3.dtsi389 compatible = "pci16c3,abcd";

123