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