Searched refs:memmap_attribute (Results 1 – 1 of 1) sorted by relevance
59 struct memmap_attribute { struct64 static struct memmap_attribute memmap_start_attr = __ATTR_RO(start); argument65 static struct memmap_attribute memmap_end_attr = __ATTR_RO(end);66 static struct memmap_attribute memmap_type_attr = __ATTR_RO(type);220 #define to_memmap_attr(_attr) container_of(_attr, struct memmap_attribute, attr)227 struct memmap_attribute *memmap_attr = to_memmap_attr(attr); in memmap_attr_show()