Home
last modified time | relevance | path

Searched refs:varray (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/powerpc/math/
A Dvmx_signal.c32 __thread vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable
41 extern int preempt_vmx(vector int *varray, int *threads_starting, int *sentinal);
51 if (memcmp(mc->v_regs->vrregs[i], &varray[i - 20], 16)) { in signal_vmx_sig()
64 varray[j - 20][0], varray[j - 20][1], varray[j - 20][2], varray[j - 20][3]); in signal_vmx_sig()
86 varray[i][j] = rand(); in signal_vmx_c()
88 rc = preempt_vmx(varray, &threads_starting, &running); in signal_vmx_c()
A Dvsx_preempt.c36 __thread vector int varray[24] = { variable
46 extern long preempt_vsx(vector int *varray, int *threads_starting, int *running);
52 FAIL_IF(a != varray); in vsx_memcmp()
79 varray[i][j] = rand(); in preempt_vsx_c()
81 if (varray[i][j] == 0) in preempt_vsx_c()
84 rc = preempt_vsx(varray, &threads_starting, &running); in preempt_vsx_c()
A Dvmx_preempt.c32 __thread vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable
40 extern void preempt_vmx(vector int *varray, int *threads_starting, int *running);
48 varray[i][j] = rand(); in preempt_vmx_c()
51 preempt_vmx(varray, &threads_starting, &running); in preempt_vmx_c()
A Dvmx_syscall.c18 vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable
23 extern int test_vmx(vector int *varray, pid_t *pid);
33 ret = test_vmx(varray, &fork_pid); in vmx_syscall()
A Dvsx_asm.S23 # int preempt_vmx(vector int *varray, int *threads_starting,
26 # that the VMX have been loaded with varray. Will proceed to check the
30 std r3,STACK_FRAME_PARAM(0)(sp) # vector int *varray
A Dvmx_asm.S90 std r3,STACK_FRAME_PARAM(0)(sp) # Address of varray
112 # int preempt_vmx(vector int *varray, int *threads_starting, int *running)
114 # the VMX have been loaded with varray. Will proceed to check the validity of
118 std r3,STACK_FRAME_PARAM(0)(sp) # vector int *varray
/linux/drivers/s390/crypto/
A Dzcrypt_ccamisc.c1508 u8 *varray, size_t *varraylen) in cca_query_crypto_facility() argument
1592 if (varray && varraylen && *varraylen > 0) { in cca_query_crypto_facility()
1594 memcpy(varray, ptr, *varraylen); in cca_query_crypto_facility()
1687 u8 *rarray, *varray, *pg; in fetch_cca_info() local
1703 varray = pg + PAGE_SIZE/2; in fetch_cca_info()
1708 rarray, &rlen, varray, &vlen); in fetch_cca_info()
1715 memcpy(&ci->old_aes_mkvp, varray + 172, 8); in fetch_cca_info()
1717 memcpy(&ci->cur_aes_mkvp, varray + 184, 8); in fetch_cca_info()
1719 memcpy(&ci->new_aes_mkvp, varray + 196, 8); in fetch_cca_info()
1726 rarray, &rlen, varray, &vlen); in fetch_cca_info()
[all …]
A Dzcrypt_ccamisc.h207 u8 *varray, size_t *varraylen);

Completed in 16 milliseconds