Searched refs:cluster (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/sys/arm/allwinner/
H A Daw_mp.c58 /* Register for multi-cluster SoC */
86 #define CPUS_CL_RST(cl) (0x30 + (cluster) * 0x4)
87 #define CPUX_CL_CTRL0(cl) (0x0 + (cluster) * 0x10)
88 #define CPUX_CL_CTRL1(cl) (0x4 + (cluster) * 0x10)
89 #define CPUX_CL_CPU_STATUS(cl) (0x30 + (cluster) * 0x4)
90 #define CPUX_CL_RST(cl) (0x80 + (cluster) * 0x4)
91 #define PRCM_CL_PWROFF(cl) (0x100 + (cluster) * 0x4)
92 #define PRCM_CL_PWR_CLAMP(cl, cpu) (0x140 + (cluster) * 0x4 + (cpu) * 0x4)
205 bus_space_handle_t prcm, int cluster, int cpu)
211 val = bus_space_read_4(fdtbus_bs_tag, cpuxcfg, CPUX_CL_RST(cluster));
204 aw_mc_mp_start_cpu(bus_space_handle_t cpuscfg, bus_space_handle_t cpuxcfg, bus_space_handle_t prcm, int cluster, int cpu) argument
253 int cluster, cpu; local
[all...]
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_fat.c107 * Map the logical cluster number of a file into a physical disk sector
111 * findcn - file relative cluster whose filesystem relative cluster number
115 * cnp - address of where to place the filesystem relative cluster number.
120 * This function has one side effect. If the requested file relative cluster
148 * clusters. If the cluster number is beyond the end of the root
174 * All other files do I/O in cluster sized blocks
223 * Force the special cluster numbers
224 * to be the same for all cluster sizes
248 /* update last file cluster entr
420 clusterfree(struct msdosfsmount *pmp, u_long cluster, u_long *oldcnp) argument
830 freeclusterchain(struct msdosfsmount *pmp, u_long cluster) argument
[all...]
H A Dfat.h52 * Some useful cluster numbers.
54 #define MSDOSFSROOT 0 /* cluster 0 means the root dir */
55 #define CLUST_FREE 0 /* cluster 0 also means a free cluster */
57 #define CLUST_FIRST 2 /* first legal cluster number */
58 #define CLUST_RSRVD 0xfffffff6 /* reserved cluster range */
59 #define CLUST_BAD 0xfffffff7 /* a cluster with a defect */
60 #define CLUST_EOFS 0xfffffff8 /* start of eof cluster range */
61 #define CLUST_EOFE 0xffffffff /* end of eof cluster range */
63 #define FAT12_MASK 0x00000fff /* mask for 12 bit cluster number
[all...]
H A Dmsdosfs_lookup.c75 u_long cluster; member in struct:deget_dotdot
90 error = deget(pmp, dd_arg->cluster, dd_arg->blkoff, &rdp);
121 u_long cluster; local
126 u_long scn; /* starting cluster number */
170 cluster = MSDOSFSROOT;
223 * little differently. The root directory starts at "cluster" 0.
227 error = pcbmap(dp, frcn, &bn, &cluster, &blsize);
344 * Release the buffer holding the directory cluster just
443 cluster = scn;
444 if (cluster
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Dget_args.c285 gopt.cluster = optarg;
415 if (gopt.cluster == NULL)
416 gopt.cluster = hostdomain;
H A Damd.c255 /* cluster name */
256 gopt.cluster = NULL;
H A Damd.h267 char *cluster; /* cluster name */ member in struct:amu_global_options
H A Dopts.c167 { S("cluster"),
168 0, &gopt.cluster, 0, TRUE },
H A Dconf.c166 {"cluster", gopt_cluster},
460 gopt.cluster = xstrdup(val);
/freebsd-11-stable/usr.sbin/ntp/doc/
H A DMakefile12 clockopt.html cluster.html comdex.html config.html confopt.html \
/freebsd-11-stable/sys/x86/include/
H A Dapicvar.h324 lapic_set_logical_id(u_int apic_id, u_int cluster, u_int cluster_id) argument
327 apic_ops.set_logical_id(apic_id, cluster, cluster_id);
/freebsd-11-stable/usr.sbin/bsdconfig/dot/
H A Ddot336 # Print font details for graph/cluster label(s)
338 printf '\n\t/*\n\t * Font details for graph/cluster label(s)\n\t */\n'
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvlapic.c825 uint32_t dfr, ldr, ldest, cluster; local
857 * specific cluster and a set of APICs in that cluster.
888 cluster = ldr >> 16;
891 cluster = ldr >> 28;
894 if (cluster != mda_cluster_id)
/freebsd-11-stable/sys/x86/xen/
H A Dxen_apic.c218 xen_pv_lapic_set_logical_id(u_int apic_id, u_int cluster, u_int cluster_id) argument
/freebsd-11-stable/sys/x86/x86/
H A Dlocal_apic.c344 static void native_lapic_set_logical_id(u_int apic_id, u_int cluster,
638 * Assume no local LVT overrides and a cluster of 0 and
639 * intra-cluster ID of 0.
1108 native_lapic_set_logical_id(u_int apic_id, u_int cluster, u_int cluster_id) argument
1114 KASSERT(cluster <= APIC_MAX_CLUSTER, ("%s: cluster %u too big",
1115 __func__, cluster));
1117 ("%s: intra cluster id %u too big", __func__, cluster_id));
1119 la->la_cluster = cluster;
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h917 * Actions to take if <cluster.h> exists.
920 # include <cluster.h>
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.h2239 } cluster; member in struct:mrsas_ctrl_info

Completed in 226 milliseconds