Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/nios2/lib/
H A Dmemcpy.c26 #define OPSIZ (sizeof(op_t)) macro
48 the assumption that DST_BP is aligned on an OPSIZ multiple. If
55 if (src_bp % OPSIZ == 0) \
56 _wordcopy_fwd_aligned(dst_bp, src_bp, (nbytes) / OPSIZ);\
58 _wordcopy_fwd_dest_aligned(dst_bp, src_bp, (nbytes) / OPSIZ);\
59 src_bp += (nbytes) & -OPSIZ; \
60 dst_bp += (nbytes) & -OPSIZ; \
61 (nbytes_left) = (nbytes) % OPSIZ; \
94 srcp += 8 * OPSIZ; in _wordcopy_fwd_aligned()
95 dstp += 8 * OPSIZ; in _wordcopy_fwd_aligned()
[all...]
/kernel/linux/linux-6.6/arch/nios2/lib/
H A Dmemcpy.c26 #define OPSIZ (sizeof(op_t)) macro
48 the assumption that DST_BP is aligned on an OPSIZ multiple. If
55 if (src_bp % OPSIZ == 0) \
56 _wordcopy_fwd_aligned(dst_bp, src_bp, (nbytes) / OPSIZ);\
58 _wordcopy_fwd_dest_aligned(dst_bp, src_bp, (nbytes) / OPSIZ);\
59 src_bp += (nbytes) & -OPSIZ; \
60 dst_bp += (nbytes) & -OPSIZ; \
61 (nbytes_left) = (nbytes) % OPSIZ; \
94 srcp += 8 * OPSIZ; in _wordcopy_fwd_aligned()
95 dstp += 8 * OPSIZ; in _wordcopy_fwd_aligned()
[all...]
/kernel/linux/linux-5.10/arch/parisc/lib/
H A Dmemset.c5 #define OPSIZ (BITS_PER_LONG/8) macro
22 if (OPSIZ > 4) in memset()
28 while (dstp % OPSIZ != 0) in memset()
36 xlen = len / (OPSIZ * 8); in memset()
47 dstp += 8 * OPSIZ; in memset()
50 len %= OPSIZ * 8; in memset()
52 /* Write 1 `op_t' per iteration until less than OPSIZ bytes remain. */ in memset()
53 xlen = len / OPSIZ; in memset()
57 dstp += OPSIZ; in memset()
60 len %= OPSIZ; in memset()
[all...]
/kernel/linux/linux-6.6/arch/parisc/lib/
H A Dmemset.c5 #define OPSIZ (BITS_PER_LONG/8) macro
22 if (OPSIZ > 4) in memset()
28 while (dstp % OPSIZ != 0) in memset()
36 xlen = len / (OPSIZ * 8); in memset()
47 dstp += 8 * OPSIZ; in memset()
50 len %= OPSIZ * 8; in memset()
52 /* Write 1 `op_t' per iteration until less than OPSIZ bytes remain. */ in memset()
53 xlen = len / OPSIZ; in memset()
57 dstp += OPSIZ; in memset()
60 len %= OPSIZ; in memset()
[all...]
/kernel/linux/linux-5.10/net/can/
H A Dbcm.c168 #define OPSIZ sizeof(struct bcm_op) macro
915 op = kzalloc(OPSIZ, GFP_KERNEL); in bcm_tx_setup()
1093 op = kzalloc(OPSIZ, GFP_KERNEL); in bcm_rx_setup()
/kernel/linux/linux-6.6/net/can/
H A Dbcm.c168 #define OPSIZ sizeof(struct bcm_op) macro
920 op = kzalloc(OPSIZ, GFP_KERNEL); in bcm_tx_setup()
1098 op = kzalloc(OPSIZ, GFP_KERNEL); in bcm_rx_setup()

Completed in 6 milliseconds