Searched refs:map_attribute (Results 1 – 1 of 1) sorted by relevance
28 struct map_attribute { struct33 static inline struct map_attribute *to_map_attr(struct attribute *attr) in to_map_attr() argument35 return container_of(attr, struct map_attribute, attr); in to_map_attr()65 struct map_attribute *map_attr = to_map_attr(attr); in map_attr_show()70 static struct map_attribute map_type_attr = __ATTR_RO(type);71 static struct map_attribute map_phys_addr_attr = __ATTR_RO(phys_addr);72 static struct map_attribute map_virt_addr_attr = __ATTR_RO(virt_addr);73 static struct map_attribute map_num_pages_attr = __ATTR_RO(num_pages);74 static struct map_attribute map_attribute_attr = __ATTR_RO(attribute);