Searched refs:map_attribute (Results 1 – 1 of 1) sorted by relevance
23 struct map_attribute { struct28 static inline struct map_attribute *to_map_attr(struct attribute *attr) in to_map_attr() argument30 return container_of(attr, struct map_attribute, attr); in to_map_attr()60 struct map_attribute *map_attr = to_map_attr(attr); in map_attr_show()65 static struct map_attribute map_type_attr = __ATTR_RO_MODE(type, 0400);66 static struct map_attribute map_phys_addr_attr = __ATTR_RO_MODE(phys_addr, 0400);67 static struct map_attribute map_virt_addr_attr = __ATTR_RO_MODE(virt_addr, 0400);68 static struct map_attribute map_num_pages_attr = __ATTR_RO_MODE(num_pages, 0400);69 static struct map_attribute map_attribute_attr = __ATTR_RO_MODE(attribute, 0400);