Searched refs:found_64K (Results 1 – 1 of 1) sorted by relevance
334 /** @found_64K: Whether @add_64K actually points to a 64K chunk. */335 bool found_64K; member 505 if (xe_walk->found_64K && addr - xe_walk->addr_64K < SZ_64K) in xe_pt_is_pte_ps64K() 508 xe_walk->found_64K = xe_pt_scan_64K(addr, addr + SZ_64K, xe_walk); in xe_pt_is_pte_ps64K() 511 return xe_walk->found_64K; in xe_pt_is_pte_ps64K()