Searched refs:mapperIndex (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | exclaves_driverkit.h | 104 const uint32_t mapperIndex, 109 const uint32_t mapperIndex, 196 const uint32_t mapperIndex, 201 const uint32_t mapperIndex,
|
| H A D | exclaves_driverkit.c | 376 const uint32_t mapperIndex, 383 args.mapperIndex = mapperIndex; 398 const uint32_t mapperIndex, 405 args.mapperIndex = mapperIndex; 902 const uint32_t mapperIndex, 909 args.mapperIndex = mapperIndex; 927 const uint32_t mapperIndex, 934 args.mapperIndex = mapperIndex;
|
| H A D | exclaves_upcalls.c | 255 .mapper_activate = ^(const uint64_t id, const uint32_t mapperIndex, 258 mapperIndex, completion); 261 .mapper_deactivate = ^(const uint64_t id, const uint32_t mapperIndex, 264 mapperIndex, completion); 466 .mapperactivate = ^(const uint64_t id, const uint32_t mapperIndex, 469 mapperIndex, completion); 472 .mapperdeactivate = ^(const uint64_t id, const uint32_t mapperIndex, 475 mapperIndex, completion);
|
| /xnu-11215/iokit/Exclaves/ |
| H A D | Exclaves.h | 113 uint32_t mapperIndex; member
|
| H A D | Exclaves.cpp | 573 …pper *mapper = IOMapper::copyMapperForDeviceWithIndex(provider, (unsigned int)(args->mapperIndex)); in IOExclaveMapperOperationUpcallHandler()
|