Previous | Next --- Slide 25 of 36
Back to Lecture Thumbnails
kayvonf

Specifically:

  • BusRd notifies all processors the issuing processor is pulling the line into its cache for read-only access, and also fetches the line from memory.

  • BusRdX notifies all processors the issuing processor is pulling the line into its cache for read-write access, and also fetches the line from memory.

  • BusWB writes a cache line back to memory.