Home
last modified time | relevance | path

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

/linux/arch/arm64/mm/
H A Dcontpte.c610 pteval_t entry_cmp = pte_val(entry) & cmp_mask; in contpte_all_subptes_match_access_flags() local
616 if (pte_cmp != entry_cmp) in contpte_all_subptes_match_access_flags()
/linux/tools/perf/
H A Dbuiltin-trace.c4809 static int entry_cmp(const void *e1, const void *e2) in entry_cmp() function
4840 qsort(entry, nr, sizeof(*entry), entry_cmp); in syscall__sort_stats()