Home
last modified time | relevance | path

Searched refs:csm_ring_ofs (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/tests/skywalk/
H A Dskt_writemem.c95 channel->chd_schema->csm_ring_ofs[0].ring_off == in skt_writering_main()
147 memcpy(&byte, (void *)channel->chd_schema + channel->chd_schema->csm_ring_ofs[0].sd_off, 1); in skt_readsmap_main()
183 memcpy(&byte, (void *)channel->chd_schema + channel->chd_schema->csm_ring_ofs[0].sd_off, 1); in skt_writesmap_main()
186 memcpy((void *)channel->chd_schema + channel->chd_schema->csm_ring_ofs[0].sd_off, &byte, 1); in skt_writesmap_main()
/xnu-12377.1.9/bsd/skywalk/channel/
H A Dos_channel_private.h250 } csm_ring_ofs[__counted_by(csm_tx_rings + csm_rx_rings + member
271 __builtin_offsetof(struct __user_channel_schema, csm_ring_ofs[(n)])
H A Dchannel.c1951 (uint64_t)ch_schema->csm_ring_ofs[n].ring_off); in ch_connect_log1()
1953 (uint64_t)ch_schema->csm_ring_ofs[n].sd_off); in ch_connect_log1()
1959 (uint64_t)ch_schema->csm_ring_ofs[n + j].ring_off); in ch_connect_log1()
1961 (uint64_t)ch_schema->csm_ring_ofs[n + j].sd_off); in ch_connect_log1()
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_adapter.c896 *(mach_vm_offset_t *)(uintptr_t)&csm->csm_ring_ofs[i].ring_off = in na_schema_alloc()
903 *(mach_vm_offset_t *)(uintptr_t)&csm->csm_ring_ofs[i].sd_off = in na_schema_alloc()
918 (uintptr_t)&csm->csm_ring_ofs[i + n[NR_TX]].ring_off = in na_schema_alloc()
926 (uintptr_t)&csm->csm_ring_ofs[i + n[NR_TX]].sd_off = in na_schema_alloc()
943 (uintptr_t)&csm->csm_ring_ofs[i + k].ring_off = in na_schema_alloc()
949 (uintptr_t)&csm->csm_ring_ofs[i + k].sd_off = in na_schema_alloc()
965 (uintptr_t)&csm->csm_ring_ofs[i + k].ring_off = in na_schema_alloc()
971 (uintptr_t)&csm->csm_ring_ofs[i + k].sd_off = in na_schema_alloc()
984 (uintptr_t)&csm->csm_ring_ofs[i + k].ring_off = in na_schema_alloc()
992 (uintptr_t)&csm->csm_ring_ofs[i + k].sd_off = in na_schema_alloc()
[all …]
/xnu-12377.1.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c276 csm->csm_ring_ofs[ring_index].ring_off); in os_channel_init_ring()
278 csm->csm_ring_ofs[ring_index].sd_off); in os_channel_init_ring()