Searched refs:hypervisor_kobj (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/base/ |
D | hypervisor.c | 16 struct kobject *hypervisor_kobj; variable 17 EXPORT_SYMBOL_GPL(hypervisor_kobj); 21 hypervisor_kobj = kobject_create_and_add("hypervisor", NULL); in hypervisor_init() 22 if (!hypervisor_kobj) in hypervisor_init()
|
/linux-4.1.27/drivers/xen/ |
D | sys-hypervisor.c | 47 return sysfs_create_file(hypervisor_kobj, &type_attr.attr); in xen_sysfs_type_init() 52 sysfs_remove_file(hypervisor_kobj, &type_attr.attr); in xen_sysfs_type_destroy() 108 return sysfs_create_group(hypervisor_kobj, &version_group); in xen_sysfs_version_init() 113 sysfs_remove_group(hypervisor_kobj, &version_group); in xen_sysfs_version_destroy() 154 return sysfs_create_file(hypervisor_kobj, &uuid_attr.attr); in xen_sysfs_uuid_init() 159 sysfs_remove_file(hypervisor_kobj, &uuid_attr.attr); in xen_sysfs_uuid_destroy() 232 return sysfs_create_group(hypervisor_kobj, &xen_compilation_group); in xen_compilation_init() 237 sysfs_remove_group(hypervisor_kobj, &xen_compilation_group); in xen_compilation_destroy() 363 return sysfs_create_group(hypervisor_kobj, &xen_properties_group); in xen_properties_init() 368 sysfs_remove_group(hypervisor_kobj, &xen_properties_group); in xen_properties_destroy() [all …]
|
/linux-4.1.27/arch/tile/kernel/ |
D | sysfs.c | 235 err = sysfs_create_file(hypervisor_kobj, &dev_attr_##name.attr); in create_sysfs_entries() 241 err = sysfs_create_group(hypervisor_kobj, &board_attr_group); in create_sysfs_entries() 249 err = sysfs_create_bin_file(hypervisor_kobj, &hvconfig_bin); in create_sysfs_entries()
|
/linux-4.1.27/arch/s390/hypfs/ |
D | inode.c | 482 rc = sysfs_create_mount_point(hypervisor_kobj, "s390"); in hypfs_init() 491 sysfs_remove_mount_point(hypervisor_kobj, "s390"); in hypfs_init() 509 sysfs_remove_mount_point(hypervisor_kobj, "s390"); in hypfs_exit()
|
/linux-4.1.27/include/linux/ |
D | kobject.h | 208 extern struct kobject *hypervisor_kobj;
|