Searched refs:e_cluster (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/omfs/ |
H A D | file.c | 27 oe->e_entry[0].e_cluster = ~cpu_to_be64(0ULL); in omfs_make_empty_table() 76 start = be64_to_cpu(entry->e_cluster); in omfs_shrink_inode() 145 new_block = be64_to_cpu(entry->e_cluster) + in omfs_grow_extent() 172 entry->e_cluster = cpu_to_be64(new_block); in omfs_grow_extent() 208 be64_to_cpu(ent->e_cluster)) + in find_block()
|
H A D | omfs_fs.h | 72 __be64 e_cluster; /* start location of a set of blocks */ member
|
/openbmc/linux/Documentation/filesystems/ |
H A D | omfs.rst | 94 __be64 e_cluster; /* start location of a set of blocks */ 95 __be64 e_blocks; /* number of blocks after e_cluster */ 106 the extent. The final extent in each table is a terminator with e_cluster
|
/openbmc/qemu/hw/riscv/ |
H A D | microchip_pfsoc.c | 151 object_initialize_child(obj, "e-cluster", &s->e_cluster, TYPE_CPU_CLUSTER); in microchip_pfsoc_soc_instance_init() 152 qdev_prop_set_uint32(DEVICE(&s->e_cluster), "cluster-id", 0); in microchip_pfsoc_soc_instance_init() 154 object_initialize_child(OBJECT(&s->e_cluster), "e-cpus", &s->e_cpus, in microchip_pfsoc_soc_instance_init() 215 qdev_realize(DEVICE(&s->e_cluster), NULL, &error_abort); in microchip_pfsoc_soc_realize()
|
H A D | sifive_u.c | 752 object_initialize_child(obj, "e-cluster", &s->e_cluster, TYPE_CPU_CLUSTER); in type_init() 753 qdev_prop_set_uint32(DEVICE(&s->e_cluster), "cluster-id", 0); in type_init() 755 object_initialize_child(OBJECT(&s->e_cluster), "e-cpus", &s->e_cpus, in type_init() 803 qdev_realize(DEVICE(&s->e_cluster), NULL, &error_abort); in sifive_u_soc_realize()
|
/openbmc/qemu/include/hw/riscv/ |
H A D | sifive_u.h | 43 CPUClusterState e_cluster; member
|
H A D | microchip_pfsoc.h | 41 CPUClusterState e_cluster; member
|