__ATTR_RO_MODE    142 drivers/firmware/efi/efi.c static struct kobj_attribute efi_attr_systab = __ATTR_RO_MODE(systab, 0400);
__ATTR_RO_MODE    121 drivers/firmware/efi/esrt.c static struct esre_attribute esre_fw_class = __ATTR_RO_MODE(fw_class, 0400);
__ATTR_RO_MODE    130 drivers/firmware/efi/esrt.c static struct esre_attribute esre_##name = __ATTR_RO_MODE(name, 0400)
__ATTR_RO_MODE    201 drivers/firmware/efi/esrt.c static struct kobj_attribute esrt_##name = __ATTR_RO_MODE(name, 0400)
__ATTR_RO_MODE     65 drivers/firmware/efi/runtime-map.c static struct map_attribute map_type_attr = __ATTR_RO_MODE(type, 0400);
__ATTR_RO_MODE     66 drivers/firmware/efi/runtime-map.c static struct map_attribute map_phys_addr_attr = __ATTR_RO_MODE(phys_addr, 0400);
__ATTR_RO_MODE     67 drivers/firmware/efi/runtime-map.c static struct map_attribute map_virt_addr_attr = __ATTR_RO_MODE(virt_addr, 0400);
__ATTR_RO_MODE     68 drivers/firmware/efi/runtime-map.c static struct map_attribute map_num_pages_attr = __ATTR_RO_MODE(num_pages, 0400);
__ATTR_RO_MODE     69 drivers/firmware/efi/runtime-map.c static struct map_attribute map_attribute_attr = __ATTR_RO_MODE(attribute, 0400);