Lines Matching refs:ICPUWithMappedMemory
206 foreach(var cpu in GetCPUsForContext<ICPUWithMappedMemory>(context)) in MoveRegistrationWithinContext()
235 if(cpu is ICPUWithMappedMemory memoryMappedCpu) in Register()
844 …appedSegment segment, IBusPeripheral owner, bool relative = true, ICPUWithMappedMemory context = n… in MapMemory()
869 foreach(var cpu in GetCPUsForContext<ICPUWithMappedMemory>(context)) in UnmapMemory()
879 foreach(var cpu in cpuById.Values.OfType<ICPUWithMappedMemory>()) in SetPageAccessViaIo()
887 foreach(var cpu in cpuById.Values.OfType<ICPUWithMappedMemory>()) in ClearPageAccessViaIo()
1735 var cpusWithMappedMemory = idByCpu.Keys.OfType<ICPUWithMappedMemory>(); in RelockRange()
1750 … foreach(var cpu in GetCPUsForContext<ICPUWithMappedMemory>(registrationContext)) in RelockRange()
1910 foreach(var cpu in GetCPUsForContext<ICPUWithMappedMemory>(mapping.Context)) in AddMappings()
1926 var cpuWithMappedMemory = context as ICPUWithMappedMemory; in AddMappingsForPeripheral()
1934 foreach(var cpu in GetCPUsForContext<ICPUWithMappedMemory>(context)) in UnregisterAccessFlags()
2071 …apper(IMappedSegment segment, BusRangeRegistration registrationPoint, ICPUWithMappedMemory context) in FromRegistrationPointToSegmentWrapper()
2271 …pedSegment wrappedSegment, ulong peripheralOffset, ulong maximumSize, ICPUWithMappedMemory context) in MappedSegmentWrapper()
2290 public ICPUWithMappedMemory Context
2366 private readonly ICPUWithMappedMemory context;