Searched refs:TABLE_MATCH (Results 1 – 1 of 1) sorted by relevance
| /linux/include/linux/ |
| H A D | mm_types.h | 613 #define TABLE_MATCH(pg, pt) \ macro 615 TABLE_MATCH(flags, pt_flags); 616 TABLE_MATCH(compound_info, pt_list); 617 TABLE_MATCH(compound_info, _pt_pad_1); 618 TABLE_MATCH(mapping, __page_mapping); 619 TABLE_MATCH(__folio_index, pt_index); 620 TABLE_MATCH(rcu_head, pt_rcu_head); 621 TABLE_MATCH(page_type, __page_type); 622 TABLE_MATCH(_refcount, __page_refcount); 624 TABLE_MATCH(memcg_data, pt_memcg_data); [all …]
|