Searched refs:map_attribute (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | runtime-map.c | 23 struct map_attribute { struct 28 static inline struct map_attribute *to_map_attr(struct attribute *attr) in to_map_attr() 30 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);
|
/kernel/linux/linux-6.6/arch/x86/platform/efi/ |
H A D | runtime-map.c | 23 struct map_attribute { struct 28 static inline struct map_attribute *to_map_attr(struct attribute *attr) in to_map_attr() 30 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);
|
Completed in 2 milliseconds