Home
last modified time | relevance | path

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

/openbmc/linux/fs/omfs/
H A Dfile.c27 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 Domfs_fs.h72 __be64 e_cluster; /* start location of a set of blocks */ member
/openbmc/linux/Documentation/filesystems/
H A Domfs.rst94 __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 Dmicrochip_pfsoc.c151 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 Dsifive_u.c752 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 Dsifive_u.h43 CPUClusterState e_cluster; member
H A Dmicrochip_pfsoc.h41 CPUClusterState e_cluster; member