Home
last modified time | relevance | path

Searched refs:sk_copy64_16 (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/bsd/skywalk/core/
H A Dskywalk_common.h639 #define sk_copy64_16 __sk_copy64_16 /* scalar */ macro
653 #define sk_copy64_16 __sk_vcopy64_16 /* SIMD */ macro
667 #define sk_copy64_16 __sk_copy64_16 /* scalar */ macro
H A Dskywalk.c1514 SK_COPY_PREPARE(sk_copy64_16); in skywalk_self_tests()
1516 sk_copy64_16((uint64_t *)s1, (uint64_t *)s3); in skywalk_self_tests()
1517 SK_COPY_VERIFY(sk_copy64_16); in skywalk_self_tests()
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c524 sk_copy64_16((uint64_t *)(void *)&fr->fr_eth_padded, in fsw_ethernet_frame()
535 sk_copy64_16((uint64_t *)(void *)&fr->fr_eth_padded, buf); in fsw_ethernet_frame()
/xnu-11215.1.10/bsd/skywalk/packet/
H A Dpacket_var.h259 sk_copy64_16((uint64_t *)(void *)_src, (uint64_t *)(void *)_dst); \