Home
last modified time | relevance | path

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

12

/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_mc_smp.c55 #define PRCM_CL_RST_CTRL(cluster) (0x4 + (cluster) * 0x4) argument
56 #define PRCM_CL_PWROFF(cluster) (0x100 + (cluster) * 0x4) argument
57 #define PRCM_CL_PWR_CLAMP(cluster, cpu) (0x140 + (cluster) * 0x10 + (cpu) * 0x4) argument
63 #define CPUCFG_CL_RST(cluster) (0x30 + (cluster) * 0x4) argument
69 #define CPUXCFG_CL_RST(cluster) (0x80 + (cluster) * 0x4) argument
76 #define CPUXCFG_CL_CTRL0(cluster) (0x0 + (cluster) * 0x10) argument
77 #define CPUXCFG_CL_CTRL1(cluster) (0x4 + (cluster) * 0x10) argument
115 bus_space_handle_t cpuxcfg, u_int cluster, u_int cpu, enum sunxi_mc_soc soc, in sunxi_mc_smp_start()
208 const u_int cluster = __SHIFTOUT(mpidr, MPIDR_AFF1); in sun8i_a83t_smp_enable() local
242 const u_int cluster = __SHIFTOUT(mpidr, MPIDR_AFF1); in sun9i_a80_smp_enable() local
H A Dsun8i_a83t_ccu.c49 #define Cx_CPUX_CLK_SRC_SEL(cluster) __BIT(12 + (cluster) * 16) argument
138 const int cluster = clk->u.nkmp.reg == PLL_C0CPUX_CTRL_REG ? 0 : 1; in sun8i_a83t_ccu_cpux_set_rate() local
H A Dsun9i_a80_ccu.c49 #define CPU_CLK_SRC_SELECT(cluster) __BIT((cluster) * 8) argument
140 const int cluster = clk->u.nkmp.reg == PLL_C0CPUX_CTRL_REG ? 0 : 1; in sun9i_a80_ccu_cpux_set_rate() local
/netbsd-src/external/mit/isl/dist/
H A Disl_scheduler_clustering.h30 struct isl_sched_graph *cluster; member
H A Disl_scheduler_clustering.c1072 int cluster = -1; in merge() local
1233 static int node_cluster_exactly(struct isl_sched_node *node, int cluster) in node_cluster_exactly()
1241 static int edge_cluster_exactly(struct isl_sched_edge *edge, int cluster) in edge_cluster_exactly()
H A Disl_scheduler.h86 int cluster; member
H A Disl_scheduler_scc.c795 int cluster; in isl_scc_graph_finish_band() local
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dstore.cc2277 binding_cluster *cluster in dump_to_pp() local
2403 binding_cluster *cluster in to_json() local
2623 binding_cluster *cluster = *slot; in clobber_region() local
2641 binding_cluster *cluster = *slot; in purge_region() local
2659 binding_cluster *cluster = get_or_create_cluster (base_reg); in fill_region() local
2683 binding_cluster *cluster = get_or_create_cluster (base_reg); in mark_region_as_unknown() local
2701 binding_cluster *cluster = iter.second; in purge_state_involving() local
2754 binding_cluster *cluster = new binding_cluster (base_reg); in get_or_create_cluster() local
2771 binding_cluster *cluster = *slot; in purge_cluster() local
2843 binding_cluster *cluster = get_or_create_cluster (base_reg); in mark_as_escaped() local
[all …]
H A Dregion-model-asm.cc274 binding_cluster *cluster = m_store.get_or_create_cluster (base_reg); in on_asm_stmt() local
H A Dprogram-state.cc1229 binding_cluster *cluster in can_purge_base_region_p() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-switch-conversion.h107 cluster () {} in cluster() function
110 cluster::cluster (tree case_label_expr, basic_block case_bb, in cluster() function
H A Dtree-ssa-tail-merge.c271 bb_cluster *cluster; member
/netbsd-src/sys/arch/x86/x86/
H A Dx86_machdep.c567 phys_ram_seg_t *cluster; in x86_add_cluster() local
756 phys_ram_seg_t *cluster; in x86_fake_clusters() local
979 const phys_ram_seg_t *cluster = &mem_clusters[x]; init_x86_vm() local
[all...]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dptree.cc300 binding_cluster *cluster = &BINDING_VECTOR_CLUSTER (node, ix); in cxx_print_xnode() local
H A Dname-lookup.cc153 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (*slot); in search_imported_binding_slot() local
191 init_global_partition (binding_cluster *cluster, tree decl) in init_global_partition()
259 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (new_vec); in get_fixed_binding_slot() local
315 binding_cluster &cluster in get_fixed_binding_slot() local
850 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (val); in search_namespace_only() local
1206 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (val); in adl_namespace_fns() local
3525 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (mvec); in check_module_override() local
3954 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (binding); in walk_module_binding() local
6216 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (*slot); in finish_nonmember_using_decl() local
7308 binding_cluster *cluster = BINDING_VECTOR_CLUSTER_BASE (binding); in consider_binding_level() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-switch-conversion.h107 cluster () {} in cluster() function
110 cluster::cluster (tree case_label_expr, basic_block case_bb, in cluster() function
H A Dtree-ssa-tail-merge.cc271 bb_cluster *cluster; member
/netbsd-src/sys/fs/msdosfs/
H A Dmsdosfs_fat.c526 msdosfs_clusterfree(struct msdosfsmount *pmp, u_long cluster, u_long *oldcnp) in msdosfs_clusterfree()
895 msdosfs_freeclusterchain(struct msdosfsmount *pmp, u_long cluster) in msdosfs_freeclusterchain()
H A Dmsdosfs_lookup.c111 u_long cluster; in msdosfs_lookup() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Dtipc.d70 uint tipc_addr(uint zone, uint cluster, uint node) in tipc_addr()
/netbsd-src/sys/arch/arm/samsung/
H A Dexynos_platform.c149 const u_int cluster = __SHIFTOUT(mpidr, MPIDR_AFF1); in exynos5800_mpstart() local
/netbsd-src/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c145 u_long cluster; in msdosfs_findslot() local
/netbsd-src/usr.sbin/sysinst/arch/mac68k/
H A Dmd.h108 u_int8_t cluster; /* Autorecovery cluster grouping */ member
/netbsd-src/external/gpl2/lvm2/dist/
H A Dconfigure.in252 AC_ARG_WITH(cluster, optwith
/netbsd-src/usr.sbin/fstyp/
H A Dexfat.c246 uint32_t cluster) in exfat_fat_next()

12