Home
last modified time | relevance | path

Searched refs:tlbflush_end (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dmapping_dirty_helpers.c13 * @tlbflush_end: Address of last modified pte + 1
19 unsigned long tlbflush_end; member
45 wpwalk->tlbflush_end = max(wpwalk->tlbflush_end, in wp_pte()
103 wpwalk->tlbflush_end = max(wpwalk->tlbflush_end, in clean_record_pte()
186 wpwalk->tlbflush_end = start; in wp_clean_pre_vma()
216 else if (wpwalk->tlbflush_end > wpwalk->tlbflush_start) in wp_clean_post_vma()
218 wpwalk->tlbflush_end); in wp_clean_post_vma()
/kernel/linux/linux-6.6/mm/
H A Dmapping_dirty_helpers.c14 * @tlbflush_end: Address of last modified pte + 1
20 unsigned long tlbflush_end; member
47 wpwalk->tlbflush_end = max(wpwalk->tlbflush_end, in wp_pte()
106 wpwalk->tlbflush_end = max(wpwalk->tlbflush_end, in clean_record_pte()
175 wpwalk->tlbflush_end = start; in wp_clean_pre_vma()
205 else if (wpwalk->tlbflush_end > wpwalk->tlbflush_start) in wp_clean_post_vma()
207 wpwalk->tlbflush_end); in wp_clean_post_vma()

Completed in 2 milliseconds