Home
last modified time | relevance | path

Searched refs:sup (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/netkey/
H A Dkey_debug.c273 struct sadb_supported *sup = (struct sadb_supported *)ext; local
282 len = (PFKEY_UNUNIT64(sup->sadb_supported_len) - sizeof(*sup))
284 alg = (struct sadb_alg *)(sup + 1);
H A Dkey.c8567 struct sadb_supported *sup; in key_register() local
8626 sup = (struct sadb_supported *)(void *)(mtod(n, caddr_t) + off); in key_register()
8627 sup->sadb_supported_len = (u_int16_t)PFKEY_UNIT64(alen); in key_register()
8628 sup->sadb_supported_exttype = SADB_EXT_SUPPORTED_AUTH; in key_register()
8629 off += PFKEY_ALIGN8(sizeof(*sup)); in key_register()
8651 sup = (struct sadb_supported *)(void *)(mtod(n, caddr_t) + off); in key_register()
8652 sup->sadb_supported_len = PFKEY_UNIT64(elen); in key_register()
8653 sup->sadb_supported_exttype = SADB_EXT_SUPPORTED_ENCRYPT; in key_register()
8654 off += PFKEY_ALIGN8(sizeof(*sup)); in key_register()
/xnu-12377.61.12/doc/arm/
H A Dsme.md34 files<sup>[1](#feat_sve_footnote)</sup>:
71 many legacy SIMD instructions<sup>[2](#feat_sme_fa64_footnote)</sup>. To make
129 implementation<sup>[3](#cpacr_zen_footnote)</sup>:
149 xnu has in-kernel SIMD instructions<sup>[4](#xnu_simd_footnote)</sup> which