Lines Matching full:page
6 Soft-offline the memory page containing the physical address
8 physical address of the page. The kernel will then attempt
11 on the bad page list and never be reused.
14 Normally it's the base page size of the kernel, but
17 The page must be still accessible, not poisoned. The
28 Hard-offline the memory page containing the physical
30 specifying the physical address of the page. The
31 kernel will then attempt to hard-offline the page, by
32 trying to drop the page or killing any owner or
34 any processes owning the page. The kernel will avoid
35 to access this page assuming it's poisoned by the
39 Normally it's the base page size of the kernel, but