Home
last modified time | relevance | path

Searched refs:hyp_attr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/xen/
H A Dsys-hypervisor.c574 struct hyp_sysfs_attr *hyp_attr; in hyp_sysfs_show() local
575 hyp_attr = container_of(attr, struct hyp_sysfs_attr, attr); in hyp_sysfs_show()
576 if (hyp_attr->show) in hyp_sysfs_show()
577 return hyp_attr->show(hyp_attr, buffer); in hyp_sysfs_show()
586 struct hyp_sysfs_attr *hyp_attr; in hyp_sysfs_store() local
587 hyp_attr = container_of(attr, struct hyp_sysfs_attr, attr); in hyp_sysfs_store()
588 if (hyp_attr->store) in hyp_sysfs_store()
589 return hyp_attr->store(hyp_attr, buffe in hyp_sysfs_store()
[all...]
/kernel/linux/linux-6.6/drivers/xen/
H A Dsys-hypervisor.c634 struct hyp_sysfs_attr *hyp_attr; in hyp_sysfs_show() local
635 hyp_attr = container_of(attr, struct hyp_sysfs_attr, attr); in hyp_sysfs_show()
636 if (hyp_attr->show) in hyp_sysfs_show()
637 return hyp_attr->show(hyp_attr, buffer); in hyp_sysfs_show()
646 struct hyp_sysfs_attr *hyp_attr; in hyp_sysfs_store() local
647 hyp_attr = container_of(attr, struct hyp_sysfs_attr, attr); in hyp_sysfs_store()
648 if (hyp_attr->store) in hyp_sysfs_store()
649 return hyp_attr->store(hyp_attr, buffe in hyp_sysfs_store()
[all...]

Completed in 2 milliseconds