Home
last modified time | relevance | path

Searched defs:cluster (Results 1 – 23 of 23) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dcpu.c101 static inline u32 init_type(u32 cluster, int init_id) in init_type()
117 u32 cluster, type, mask = 0; in compute_ppc_cpumask() local
141 u32 cluster, type, dsp_mask = 0; in compute_dsp_cpumask() local
164 u32 cluster; in fsl_qoriq_dsp_core_to_cluster() local
187 u32 cluster; in fsl_qoriq_core_to_cluster() local
/openbmc/qemu/hw/cpu/
H A Dcluster.c33 CPUClusterState *cluster; member
52 CPUClusterState *cluster = CPU_CLUSTER(dev); in cpu_cluster_realize() local
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dparallels-read-bitmap39 cluster = 64 * 1024 variable
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c830 u32 initiator_type(u32 cluster, int init_id) in initiator_type()
847 u32 cluster, type, mask = 0; in cpu_pos_mask() local
868 u32 cluster, type, mask = 0; in cpu_mask() local
901 u32 cluster; in fsl_qoriq_core_to_cluster() local
925 u32 cluster, type; in fsl_qoriq_core_to_type() local
H A Dmp.c42 void wake_secondary_core_n(int cluster, int core, int cluster_cores) in wake_secondary_core_n()
72 u32 svr, ver, cluster, type; in fsl_layerscape_wake_seconday_cores() local
H A Dfsl_lsch3_speed.c65 uint i, cluster; in get_sys_info() local
H A Dfsl_lsch2_speed.c46 uint i, cluster; in get_sys_info() local
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py398 def create_table_entry(table_offset, block_cluster, block_size, argument
405 def create_block_entry(block_cluster, block_size, cluster): argument
/openbmc/qemu/scripts/
H A Dqcow2-to-stdout.py125 def write_features(cluster, offset, data_file_name): argument
/openbmc/qemu/block/
H A Dvvfat.c325 unsigned char* cluster; /* points to current cluster */ member
642 static inline void fat_set(BDRVVVFATState* s,unsigned int cluster,uint32_t value) in fat_set()
666 static inline uint32_t fat_get(BDRVVVFATState* s,unsigned int cluster) in fat_get()
902 unsigned int cluster; in init_directories() local
1590 struct { uint32_t cluster; } rename; member
1593 struct { uint32_t cluster; } mkdir; member
1618 uint32_t cluster, char* new_path) in schedule_rename()
1645 static void schedule_mkdir(BDRVVVFATState* s, uint32_t cluster, char* path) in schedule_mkdir()
1780 unsigned int cluster) in modified_fat_get()
2015 unsigned char* cluster = g_malloc(s->cluster_size); in check_directory_consistency() local
[all …]
H A Drbd.c94 rados_t cluster; member
267 static int qemu_rbd_set_auth(rados_t cluster, BlockdevOptionsRbd *opts, in qemu_rbd_set_auth()
309 static int qemu_rbd_set_keypairs(rados_t cluster, const char *keypairs_json, in qemu_rbd_set_keypairs()
735 rados_t cluster; in qemu_rbd_do_create() local
952 static int qemu_rbd_connect(rados_t *cluster, rados_ioctx_t *io_ctx, in qemu_rbd_connect()
H A Dqed-check.c47 uint64_t cluster = qed_bytes_to_clusters(check->s, offset); in qed_set_used_clusters() local
H A Dqcow2-refcount.c2095 uint64_t offset, cluster; in check_refblocks() local
2387 int64_t cluster = *first_free_cluster, i; in alloc_clusters_imrt() local
2477 int64_t cluster; in rebuild_refcounts_write_refblocks() local
H A Dparallels.c541 uint32_t cluster, count; in parallels_co_pdiscard() local
H A Dqed.c957 uint64_t cluster) in qed_update_l2_table()
H A Dqcow2-bitmap.c1316 uint64_t cluster = offset / limit; in store_bitmap_data() local
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dspeed.c177 int cluster = fsl_qoriq_core_to_cluster(cpu); in get_sys_info() local
H A Dcpu_init.c523 u32 cluster, svr = get_svr(); in enable_cluster_l2() local
/openbmc/qemu/tests/qtest/
H A Dnuma-test.c238 int64_t socket, cluster, core, thread, node; in aarch64_numa_cpu() local
/openbmc/qemu/include/hw/arm/
H A Darmsse.h156 CPUClusterState cluster[SSE_MAX_CPUS]; member
H A Dxlnx-versal.h62 CPUClusterState cluster; member
93 CPUClusterState cluster; member
/openbmc/qemu/gdbstub/
H A Dsystem.c286 CPUClusterState *cluster = CPU_CLUSTER(child); in find_cpu_clusters() local
/openbmc/phosphor-host-ipmid/
H A Dipmid-new.cpp103 static inline unsigned int makeCmdKey(unsigned int cluster, unsigned int cmd) in makeCmdKey()