Searched refs:cont_start (Results 1 – 1 of 1) sorted by relevance
255 unsigned long cont_start, cont_end; in __contpte_try_fold() local272 cont_start = ALIGN_DOWN(addr, CONT_PTE_SIZE); in __contpte_try_fold()273 cont_end = cont_start + CONT_PTE_SIZE; in __contpte_try_fold()275 if (folio_start > cont_start || folio_end < cont_end) in __contpte_try_fold()