Home
last modified time | relevance | path

Searched refs:darray (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dfpu_signal.c30 __thread double darray[] = {0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, variable
38 extern long preempt_fpu(double *darray, int *threads_starting, int *running);
48 if (mc->fp_regs[i] != darray[i - 14]) { in signal_fpu_sig()
68 darray[i] = rand(); in signal_fpu_c()
70 rc = preempt_fpu(darray, &threads_starting, &running); in signal_fpu_c()
H A Dfpu_preempt.c33 __thread double darray[] = {0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, variable
40 extern int preempt_fpu(double *darray, int *threads_starting, int *running);
49 darray[i] = rand(); in preempt_fpu_c()
51 rc = preempt_fpu(darray, &threads_starting, &running); in preempt_fpu_c()
H A Dfpu_syscall.c18 extern int test_fpu(double *darray, pid_t *pid);
20 double darray[] = {0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, variable
32 ret = test_fpu(darray, &fork_pid); in syscall_fpu()
H A Dfpu_asm.S75 std r3,STACK_FRAME_PARAM(0)(sp) # Address of darray
96 # int preempt_fpu(double *darray, int *threads_running, int *running)
98 # has been loaded with darray. Will proceed to check the validity of the FPU
103 std r3,STACK_FRAME_PARAM(0)(sp) # double *darray
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dspider_net.h472 struct spider_net_descr darray[]; member
H A Dspider_net.c2334 netdev = alloc_etherdev(struct_size(card, darray, in spider_net_alloc_card()
2347 card->rx_chain.ring = card->darray; in spider_net_alloc_card()
2349 card->tx_chain.ring = card->darray + rx_descriptors; in spider_net_alloc_card()