Searched refs:dsize (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/
H A Dcpu.c472 u_int ctype, isize, dsize, cpuid; local
541 dsize = CPU_CT_DSIZE(ctype);
542 multiplier = (dsize & CPU_CT_xSIZE_M) ? 3 : 2;
543 arm_pdcache_line_size = 1U << (CPU_CT_xSIZE_LEN(dsize) + 3);
544 if (CPU_CT_xSIZE_ASSOC(dsize) == 0) {
545 if (dsize & CPU_CT_xSIZE_M)
550 arm_pdcache_ways = multiplier << (CPU_CT_xSIZE_ASSOC(dsize) - 1);
552 arm_pdcache_size = multiplier << (CPU_CT_xSIZE_SIZE(dsize) + 8);
556 arm_dcache_l2_assoc = CPU_CT_xSIZE_ASSOC(dsize) + multiplier - 2;
557 arm_dcache_l2_linesize = CPU_CT_xSIZE_LEN(dsize)
[all...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c1585 dtrace_key_t *key, size_t dsize, dtrace_dynvar_op_t op,
1860 * the size of any referred-to data (dsize). We then round the final
1877 ksize + dsize > chunksize) {
2044 return (dtrace_dynvar(dstate, nkeys, key, dsize, op, mstate, vstate));
9869 size_t dsize = 0;
9913 dsize = (int)NCPU * (v->dtdv_type.dtdt_size +
9916 dsize = (int)NCPU * sizeof (uint64_t);
9925 dsize = v->dtdv_type.dtdt_size +
9963 if ((svar->dtsv_size = dsize) != 0) {
9965 kmem_zalloc(dsize, KM_SLEE
[all...]

Completed in 86 milliseconds