Home
last modified time | relevance | path

Searched refs:fault_idx (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dmemory.c7325 const long fault_idx = (addr_hint - base_addr) / PAGE_SIZE; in folio_zero_user() local
7335 r[2] = DEFINE_RANGE(fault_idx - radius < (long)pg.start ? pg.start : fault_idx - radius, in folio_zero_user()
7336 fault_idx + radius > (long)pg.end ? pg.end : fault_idx + radius); in folio_zero_user()
7342 /* Region to the right of the fault: always valid for the common fault_idx=0 case. */ in folio_zero_user()