Home
last modified time | relevance | path

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

/xnu-11417.140.69/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-11417.140.69/bsd/skywalk/channel/
H A Dos_channel_private.h246 } csm_ring_ofs[__counted_by(csm_tx_rings + csm_rx_rings + member
267 __builtin_offsetof(struct __user_channel_schema, csm_ring_ofs[(n)])
H A Dchannel.c1993 (uint64_t)ch_schema->csm_ring_ofs[n].ring_off); in ch_connect_log1()
1995 (uint64_t)ch_schema->csm_ring_ofs[n].sd_off); in ch_connect_log1()
2001 (uint64_t)ch_schema->csm_ring_ofs[n + j].ring_off); in ch_connect_log1()
2003 (uint64_t)ch_schema->csm_ring_ofs[n + j].sd_off); in ch_connect_log1()
/xnu-11417.140.69/bsd/skywalk/nexus/
H A Dnexus_adapter.c915 *(mach_vm_offset_t *)(uintptr_t)&csm->csm_ring_ofs[i].ring_off = in na_schema_alloc()
922 *(mach_vm_offset_t *)(uintptr_t)&csm->csm_ring_ofs[i].sd_off = in na_schema_alloc()
937 (uintptr_t)&csm->csm_ring_ofs[i + n[NR_TX]].ring_off = in na_schema_alloc()
945 (uintptr_t)&csm->csm_ring_ofs[i + n[NR_TX]].sd_off = in na_schema_alloc()
962 (uintptr_t)&csm->csm_ring_ofs[i + k].ring_off = in na_schema_alloc()
968 (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()
990 (uintptr_t)&csm->csm_ring_ofs[i + k].sd_off = in na_schema_alloc()
1003 (uintptr_t)&csm->csm_ring_ofs[i + k].ring_off = in na_schema_alloc()
1011 (uintptr_t)&csm->csm_ring_ofs[i + k].sd_off = in na_schema_alloc()
[all …]
/xnu-11417.140.69/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()