Searched refs:hypervisor_kobj (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/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.4.14/drivers/xen/ |
D | sys-hypervisor.c | 50 return sysfs_create_file(hypervisor_kobj, &type_attr.attr); in xen_sysfs_type_init() 55 sysfs_remove_file(hypervisor_kobj, &type_attr.attr); in xen_sysfs_type_destroy() 111 return sysfs_create_group(hypervisor_kobj, &version_group); in xen_sysfs_version_init() 116 sysfs_remove_group(hypervisor_kobj, &version_group); in xen_sysfs_version_destroy() 157 return sysfs_create_file(hypervisor_kobj, &uuid_attr.attr); in xen_sysfs_uuid_init() 162 sysfs_remove_file(hypervisor_kobj, &uuid_attr.attr); in xen_sysfs_uuid_destroy() 235 return sysfs_create_group(hypervisor_kobj, &xen_compilation_group); in xen_compilation_init() 240 sysfs_remove_group(hypervisor_kobj, &xen_compilation_group); in xen_compilation_destroy() 366 return sysfs_create_group(hypervisor_kobj, &xen_properties_group); in xen_properties_init() 371 sysfs_remove_group(hypervisor_kobj, &xen_properties_group); in xen_properties_destroy() [all …]
|
/linux-4.4.14/arch/tile/kernel/ |
D | sysfs.c | 232 err = sysfs_create_file(hypervisor_kobj, &dev_attr_##name.attr); in create_sysfs_entries() 238 err = sysfs_create_group(hypervisor_kobj, &board_attr_group); in create_sysfs_entries() 246 err = sysfs_create_bin_file(hypervisor_kobj, &hvconfig_bin); in create_sysfs_entries()
|
/linux-4.4.14/arch/s390/hypfs/ |
D | inode.c | 477 rc = sysfs_create_mount_point(hypervisor_kobj, "s390"); in hypfs_init() 486 sysfs_remove_mount_point(hypervisor_kobj, "s390"); in hypfs_init() 504 sysfs_remove_mount_point(hypervisor_kobj, "s390"); in hypfs_exit()
|
/linux-4.4.14/include/linux/ |
D | kobject.h | 209 extern struct kobject *hypervisor_kobj;
|