pub fn frame_color(phys_addr: u64) -> u16Expand description
Determine which cache color a physical frame belongs to.
The color is derived from the physical address bits that index into the last-level cache. Frames with the same color compete for the same cache sets.