Searched refs:DLEN (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/signal/ |
H A D | sig_sc_double_restart.c | 79 #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()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 561 # 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
|
H A D | aesni-intel_avx-x86_64.S | 681 # 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
|
/openbmc/qemu/hw/misc/ |
H A D | xlnx-versal-trng.c | 75 FIELD(CTRL_3, DLEN, 0, 8)
|