Home
last modified time | relevance | path

Searched refs:DLEN (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/signal/
H A Dsig_sc_double_restart.c79 #define DLEN (strlen(DATA)+1) macro
136 if (strncmp(buf, DATA, DLEN)) { in test_restart()
149 if (write(pipefd[1], DATA, DLEN) != DLEN) { in test_restart()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/
H A Dsig_sc_double_restart.c79 #define DLEN (strlen(DATA)+1) macro
136 if (strncmp(buf, DATA, DLEN)) { in test_restart()
149 if (write(pipefd[1], DATA, DLEN) != DLEN) { in test_restart()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S713 # Reads DLEN bytes starting at DPTR and stores in XMMDst
714 # where 0 < DLEN < 16
715 # Clobbers %rax, DLEN
716 .macro READ_PARTIAL_BLOCK DPTR DLEN XMMDst
719 cmp $8, \DLEN
723 sub $8, \DLEN
728 mov 7(\DPTR, \DLEN, 1), %al
729 dec \DLEN
737 mov -1(\DPTR, \DLEN, 1), %al
738 dec \DLEN
[all...]
H A Daesni-intel_asm.S565 # Reads DLEN bytes starting at DPTR and stores in XMMDst
566 # where 0 < DLEN < 16
567 # Clobbers %rax, DLEN and XMM1
568 .macro READ_PARTIAL_BLOCK DPTR DLEN XMM1 XMMDst
569 cmp $8, \DLEN
573 sub $8, \DLEN
578 mov 7(\DPTR, \DLEN, 1), %al
579 dec \DLEN
589 mov -1(\DPTR, \DLEN, 1), %al
590 dec \DLEN
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daesni-intel_asm.S561 # Reads DLEN bytes starting at DPTR and stores in XMMDst
562 # where 0 < DLEN < 16
563 # Clobbers %rax, DLEN and XMM1
564 .macro READ_PARTIAL_BLOCK DPTR DLEN XMM1 XMMDst
565 cmp $8, \DLEN
569 sub $8, \DLEN
574 mov 7(\DPTR, \DLEN, 1), %al
575 dec \DLEN
585 mov -1(\DPTR, \DLEN, 1), %al
586 dec \DLEN
[all...]
H A Daesni-intel_avx-x86_64.S681 # Reads DLEN bytes starting at DPTR and stores in XMMDst
682 # where 0 < DLEN < 16
683 # Clobbers %rax, DLEN
684 .macro READ_PARTIAL_BLOCK DPTR DLEN XMMDst
687 cmp $8, \DLEN
691 sub $8, \DLEN
696 mov 7(\DPTR, \DLEN, 1), %al
697 dec \DLEN
705 mov -1(\DPTR, \DLEN, 1), %al
706 dec \DLEN
[all...]

Completed in 5 milliseconds