Home
last modified time | relevance | path

Searched refs:op_t (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/nios2/lib/
H A Dmemcpy.c25 #define op_t unsigned long int macro
26 #define OPSIZ (sizeof(op_t))
69 block beginning at DSTP with LEN `op_t' words (not LEN bytes!).
70 Both SRCP and DSTP should be aligned for memory operations on `op_t's. */
75 register op_t a0, a1, a2, a3, a4, a5, a6, a7; in _wordcopy_fwd_aligned()
77 a0 = ((op_t *) srcp)[0]; in _wordcopy_fwd_aligned()
78 a1 = ((op_t *) srcp)[1]; in _wordcopy_fwd_aligned()
79 a2 = ((op_t *) srcp)[2]; in _wordcopy_fwd_aligned()
80 a3 = ((op_t *) srcp)[3]; in _wordcopy_fwd_aligned()
81 a4 = ((op_t *) src in _wordcopy_fwd_aligned()
[all...]
/kernel/linux/linux-6.6/arch/nios2/lib/
H A Dmemcpy.c25 #define op_t unsigned long int macro
26 #define OPSIZ (sizeof(op_t))
69 block beginning at DSTP with LEN `op_t' words (not LEN bytes!).
70 Both SRCP and DSTP should be aligned for memory operations on `op_t's. */
75 register op_t a0, a1, a2, a3, a4, a5, a6, a7; in _wordcopy_fwd_aligned()
77 a0 = ((op_t *) srcp)[0]; in _wordcopy_fwd_aligned()
78 a1 = ((op_t *) srcp)[1]; in _wordcopy_fwd_aligned()
79 a2 = ((op_t *) srcp)[2]; in _wordcopy_fwd_aligned()
80 a3 = ((op_t *) srcp)[3]; in _wordcopy_fwd_aligned()
81 a4 = ((op_t *) src in _wordcopy_fwd_aligned()
[all...]
/kernel/linux/linux-5.10/arch/parisc/lib/
H A Dmemset.c6 typedef unsigned long op_t; typedef
17 op_t cccc; in memset()
35 /* Write 8 `op_t' per iteration until less than 8 `op_t' remain. */ in memset()
39 ((op_t *) dstp)[0] = cccc; in memset()
40 ((op_t *) dstp)[1] = cccc; in memset()
41 ((op_t *) dstp)[2] = cccc; in memset()
42 ((op_t *) dstp)[3] = cccc; in memset()
43 ((op_t *) dstp)[4] = cccc; in memset()
44 ((op_t *) dst in memset()
[all...]
/kernel/linux/linux-6.6/arch/parisc/lib/
H A Dmemset.c6 typedef unsigned long op_t; typedef
17 op_t cccc; in memset()
35 /* Write 8 `op_t' per iteration until less than 8 `op_t' remain. */ in memset()
39 ((op_t *) dstp)[0] = cccc; in memset()
40 ((op_t *) dstp)[1] = cccc; in memset()
41 ((op_t *) dstp)[2] = cccc; in memset()
42 ((op_t *) dstp)[3] = cccc; in memset()
43 ((op_t *) dstp)[4] = cccc; in memset()
44 ((op_t *) dst in memset()
[all...]

Completed in 3 milliseconds