/Linux-v5.15/arch/x86/crypto/ |
D | sha1_ni_asm.S | 65 #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 | curve25519-x86_64.c | 1339 u64 *abcd = &tmp[0 + 16]; in curve25519_ever64_base() local 1373 point_double(xz1, abcd, efgh); in curve25519_ever64_base() 1374 point_double(xz1, abcd, efgh); in curve25519_ever64_base() 1375 point_double(xz1, abcd, efgh); in curve25519_ever64_base()
|
/Linux-v5.15/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-v5.15/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-v5.15/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"
|
D | test_strscpy.c | 141 KSTM_CHECK_ZERO(tc("abcd", 4, -E2BIG, 3, 1, 0)); in selftest()
|
D | test_printf.c | 187 test("ABCD|abc|123", "%s|%.3s|%.*s", "ABCD", "abcdef", 3, "123456"); in test_string()
|
/Linux-v5.15/Documentation/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-v5.15/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-v5.15/Documentation/devicetree/bindings/usb/ |
D | usb-device.yaml | 108 compatible = "usb123,abcd"; 115 compatible = "usbif123,abcd.config1.0"; 120 compatible = "usbif123,abcd.config2.0";
|
/Linux-v5.15/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-v5.15/Documentation/driver-api/media/drivers/ |
D | tuners.rst | 25 TCP [ABCJLMNQ] 90[89][125] [DP] [ACD] 27 [ABCD] 46 [ABCD]:
|
/Linux-v5.15/Documentation/admin-guide/ |
D | bootconfig.rst | 217 root = 01234567-89ab-cdef-0123-456789abcd 225 root="01234567-89ab-cdef-0123-456789abcd" -- splash 233 root="01234567-89ab-cdef-0123-456789abcd" ro bootconfig -- splash quiet
|
/Linux-v5.15/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-v5.15/drivers/mtd/maps/ |
D | physmap-ixp4xx.c | 27 * handles 32 bit reads, the byte stream ABCD is stored on the flash as:
|
D | ixp4xx.c | 44 * handles 32 bit reads, the byte stream ABCD is stored on the flash as:
|
/Linux-v5.15/tools/power/cpupower/utils/helpers/ |
D | cpuid.c | 22 * Define unsigned int cpuid_e[abcd]x(unsigned int op)
|
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_iter.c | 378 do_read_with_fd(iter_fd, "abcd", read_one_char); in test_anon_iter() 423 err = do_read(path, "abcd"); in test_file_iter() 440 do_read(path, "ABCD"); in test_file_iter()
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | imx6q-bx50v3.dtsi | 387 compatible = "pci16c3,abcd";
|
/Linux-v5.15/arch/arc/include/asm/ |
D | entry-compact.h | 240 PUSH 0x003\LVL\()abcd /* Dummy ECR */
|
/Linux-v5.15/drivers/s390/char/ |
D | vmur.c | 32 * simple method of mapping a character device number with minor abcd 33 * to the unit record device with devno abcd.
|
/Linux-v5.15/tools/testing/selftests/wireguard/ |
D | netns.sh | 546 config+=( "[Peer]" "PublicKey=$(wg genkey)" "AllowedIPs=255.2.3.4/32,abcd::255/128" ) 553 allowedips+=( abcd::$i )
|
/Linux-v5.15/Documentation/sound/ |
D | alsa-configuration.rst | 2233 Quirk alias list, pass strings like ``0123abcd:5678beef``, which 2235 device 0123:abcd. 2254 ID:INTERFACE like ``0123abcd:4`` for performing the delayed 2256 device 0123:abcd is probed, the driver waits the registration 2259 assignment: 1234abcd:04" for such a device, so that user can
|
/Linux-v5.15/sound/usb/ |
D | card.c | 100 MODULE_PARM_DESC(quirk_alias, "Quirk aliases, e.g. 0123abcd:5678beef."); 102 …PARM_DESC(delayed_register, "Quirk for delayed registration, given by id:iface, e.g. 0123abcd:4.");
|