map_attribute 28 drivers/firmware/efi/runtime-map.c static inline struct map_attribute *to_map_attr(struct attribute *attr) map_attribute 30 drivers/firmware/efi/runtime-map.c return container_of(attr, struct map_attribute, attr); map_attribute 60 drivers/firmware/efi/runtime-map.c struct map_attribute *map_attr = to_map_attr(attr); map_attribute 65 drivers/firmware/efi/runtime-map.c static struct map_attribute map_type_attr = __ATTR_RO_MODE(type, 0400); map_attribute 66 drivers/firmware/efi/runtime-map.c static struct map_attribute map_phys_addr_attr = __ATTR_RO_MODE(phys_addr, 0400); map_attribute 67 drivers/firmware/efi/runtime-map.c static struct map_attribute map_virt_addr_attr = __ATTR_RO_MODE(virt_addr, 0400); map_attribute 68 drivers/firmware/efi/runtime-map.c static struct map_attribute map_num_pages_attr = __ATTR_RO_MODE(num_pages, 0400); map_attribute 69 drivers/firmware/efi/runtime-map.c static struct map_attribute map_attribute_attr = __ATTR_RO_MODE(attribute, 0400);