Home
last modified time | relevance | path

Searched refs:map_attribute (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/firmware/efi/
Druntime-map.c28 struct map_attribute { struct
33 static inline struct map_attribute *to_map_attr(struct attribute *attr) in to_map_attr() argument
35 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);