Searched refs:i_dst (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/microblaze/lib/ |
H A D | memmove.c | 63 uint32_t *i_dst; in memmove() local 101 i_dst = (void *)dst; in memmove() 110 *--i_dst = *--i_src; in memmove() 123 *--i_dst = buf_hold << 8 | value; in memmove() 132 *--i_dst = buf_hold | in memmove() 150 *--i_dst = buf_hold << 16 | value; in memmove() 159 *--i_dst = buf_hold | in memmove() 177 *--i_dst = buf_hold << 24 | value; in memmove() 186 *--i_dst = buf_hold | in memmove() 196 dst = (void *)i_dst; in memmove() [all...] |
H A D | memcpy.c | 60 uint32_t *i_dst; in memcpy() local 79 i_dst = (void *)dst; in memcpy() 88 *i_dst++ = *i_src++; in memcpy() 101 *i_dst++ = buf_hold | value >> 24; in memcpy() 110 *i_dst++ = buf_hold | ((value & 0xFF) << 24); in memcpy() 127 *i_dst++ = buf_hold | value >> 16; in memcpy() 136 *i_dst++ = buf_hold | ((value & 0xFFFF) << 16); in memcpy() 153 *i_dst++ = buf_hold | value >> 8; in memcpy() 162 *i_dst++ = buf_hold | ((value & 0xFFFFFF) << 8); in memcpy() 171 dst = (void *)i_dst; in memcpy() [all...] |
/kernel/linux/linux-6.6/arch/microblaze/lib/ |
H A D | memmove.c | 39 uint32_t *i_dst; in memmove() local 79 i_dst = (void *)dst; in memmove() 88 *--i_dst = *--i_src; in memmove() 101 *--i_dst = buf_hold << 8 | value; in memmove() 110 *--i_dst = buf_hold | in memmove() 128 *--i_dst = buf_hold << 16 | value; in memmove() 137 *--i_dst = buf_hold | in memmove() 155 *--i_dst = buf_hold << 24 | value; in memmove() 164 *--i_dst = buf_hold | in memmove() 174 dst = (void *)i_dst; in memmove() [all...] |
H A D | memcpy.c | 47 uint32_t *i_dst; in memcpy() local 68 i_dst = (void *)dst; in memcpy() 77 *i_dst++ = *i_src++; in memcpy() 90 *i_dst++ = buf_hold | value >> 24; in memcpy() 99 *i_dst++ = buf_hold | ((value & 0xFF) << 24); in memcpy() 116 *i_dst++ = buf_hold | value >> 16; in memcpy() 125 *i_dst++ = buf_hold | ((value & 0xFFFF) << 16); in memcpy() 142 *i_dst++ = buf_hold | value >> 8; in memcpy() 151 *i_dst++ = buf_hold | ((value & 0xFFFFFF) << 8); in memcpy() 160 dst = (void *)i_dst; in memcpy() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/vkms/ |
H A D | vkms_composer.c | 95 int i, j, j_dst, i_dst; in blend() local 110 for (i = y_src, i_dst = y_dst; i < y_limit; ++i) { in blend() 113 + (i_dst * dst_composer->pitch) in blend() 123 i_dst++; in blend()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_mrp.c | 1019 struct net_bridge_port *p_dst, *s_dst, *i_dst = NULL; in br_mrp_rcv() local 1071 i_dst = i_port; in br_mrp_rcv() 1111 i_dst = NULL; in br_mrp_rcv() 1124 i_dst = NULL; in br_mrp_rcv() 1150 i_dst = NULL; in br_mrp_rcv() 1164 if (i_dst) in br_mrp_rcv() 1165 br_forward(i_dst, skb, true, false); in br_mrp_rcv()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_mrp.c | 1078 struct net_bridge_port *p_dst, *s_dst, *i_dst = NULL; in br_mrp_rcv() local 1130 i_dst = i_port; in br_mrp_rcv() 1170 i_dst = NULL; in br_mrp_rcv() 1183 i_dst = NULL; in br_mrp_rcv() 1220 i_dst = NULL; in br_mrp_rcv() 1234 if (i_dst) in br_mrp_rcv() 1235 br_forward(i_dst, skb, true, false); in br_mrp_rcv()
|
Completed in 5 milliseconds