Do page fault, page replacement, and paging happen to
the kernel or processes, and
the kernel space or the user space?
Do page fault, page replacement, and paging happen to
the kernel or processes, and
the kernel space or the user space?
Paging happens only to user space memory from processes. Kernel memory space is always mapped to physical memory and never paged out.