Home
last modified time | relevance | path

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

/linux/drivers/xen/
A Dsys-hypervisor.c25 static struct hyp_sysfs_attr _name##_attr = __ATTR_RO(_name)
28 static struct hyp_sysfs_attr _name##_attr = __ATTR_RW(_name)
30 struct hyp_sysfs_attr { struct
32 ssize_t (*show)(struct hyp_sysfs_attr *, char *); argument
33 ssize_t (*store)(struct hyp_sysfs_attr *, const char *, size_t); argument
410 sizeof_field(struct hyp_sysfs_attr, hyp_attr_value));
434 static struct hyp_sysfs_attr flag_attrs[FLAG_COUNT] = {
472 static ssize_t pmu_mode_store(struct hyp_sysfs_attr *attr, in pmu_mode_store()
634 struct hyp_sysfs_attr *hyp_attr; in hyp_sysfs_show()
635 hyp_attr = container_of(attr, struct hyp_sysfs_attr, attr); in hyp_sysfs_show()
[all …]

Completed in 5 milliseconds