I don't quite understand this picture from the CS:APP book.
It shows how the kernel virtual memory of a process has a region different from other processes.
Does this mean, that the kernel in the context of process A, won't be able to see the process specific data in the context of process B?
Is the only way the kernel can access this data, by context switching to process B and using B's page table, or can it be accessed from process A?