Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dpgt_cache.c174 struct pgt *next_p = NULL; in pgt_flush_range() local
200 next_p = SLIST_NEXT(p, link); in pgt_flush_range()
201 if (!next_p) in pgt_flush_range()
203 if (pgt_entry_matches(next_p, begin, last)) { in pgt_flush_range()
205 free_pgt(next_p); in pgt_flush_range()
678 struct pgt *next_p; in flush_ctx_range_from_list() local
704 next_p = SLIST_NEXT(p, link); in flush_ctx_range_from_list()
705 if (!next_p) in flush_ctx_range_from_list()
707 if (pgt_entry_matches(next_p, ctx, begin, last)) { in flush_ctx_range_from_list()
708 flush_pgt_entry(next_p); in flush_ctx_range_from_list()
[all …]