Lines Matching defs:subpage
4323 * Just backoff if any subpage of a THP is corrupted otherwise
4326 * the corrupted subpage should trigger SIGBUS as expected.
5964 * operation. The target subpage will be processed last to keep its
5976 /* Process target subpage last to keep its cache lines hot */
5980 /* If target subpage in first half of huge page */
5991 /* If target subpage in second half of huge page */
6004 * towards the target subpage
6127 struct page *subpage;
6130 subpage = folio_page(dst_folio, i);
6131 kaddr = kmap_local_page(subpage);
6143 flush_dcache_page(subpage);