| /xnu-8792.41.9/osfmk/i386/ |
| H A D | cpuid.c | 100 #define M (1024) macro 125 { 0x23, CACHE, L3_2LINESECTOR, 8, 1 * M, 64 }, 126 { 0x25, CACHE, L3_2LINESECTOR, 8, 2 * M, 64 }, 127 { 0x29, CACHE, L3_2LINESECTOR, 8, 4 * M, 64 }, 134 { 0x44, CACHE, L2, 4, 1 * M, 32 }, 135 { 0x45, CACHE, L2, 4, 2 * M, 32 }, 136 { 0x46, CACHE, L3, 4, 4 * M, 64 }, 137 { 0x47, CACHE, L3, 8, 8 * M, 64 }, 138 { 0x48, CACHE, L2, 12, 3 * M, 64 }, 139 { 0x49, CACHE, L2, 16, 4 * M, 64 }, [all …]
|
| H A D | tsc.c | 182 uint64_t M = (uint64_t) tsc_leafp->denominator; in tsc_init() local 205 assert(M != 1); in tsc_init() 206 tscFreq = refFreq * N / M; in tsc_init() 212 N, M); in tsc_init()
|
| /xnu-8792.41.9/tools/tests/perf_index/ |
| H A D | md5.c | 24 #define FF(a, b, c, d, M, s, t) \ argument 25 a = (a + F(b,c,d) + M + t); a = CC_ROLc(a, s) + b; 27 #define GG(a, b, c, d, M, s, t) \ argument 28 a = (a + G(b,c,d) + M + t); a = CC_ROLc(a, s) + b; 30 #define HH(a, b, c, d, M, s, t) \ argument 31 a = (a + H(b,c,d) + M + t); a = CC_ROLc(a, s) + b; 33 #define II(a, b, c, d, M, s, t) \ argument 34 a = (a + I(b,c,d) + M + t); a = CC_ROLc(a, s) + b;
|
| /xnu-8792.41.9/bsd/dev/i386/ |
| H A D | dis_tables.c | 115 M, /* register or memory */ enumerator 525 /* [0] */ TNS("sldt",M), TNS("str",M), TNSy("lldt",M), TNSy("ltr",M), 526 /* [4] */ TNSZ("verr",M,2), TNSZ("verw",M,2), INVALID, INVALID, 536 /* [4] */ TNSZ("smsw",M,2), INVALID, TNSZ("lmsw",M,2), TNS("invlpg",SWAPGS_RDTSCP), 552 /* [0] */ TNSZ("fxsave",M,512), TNSZ("fxrstor",M,512), TNS("ldmxcsr",M), TNS("stmxcsr",M), 553 /* [4] */ TNSZ("xsave",M,512), TNS("lfence",XMMFENCE), TNS("mfence",XMMFENCE), TNS("sfence",XMMSF… 572 /* [0] */ INVALID, TNS("cmpxchg8b",M), INVALID, INVALID, 593 /* [4] */ INVALID, INVALID, TNS("vmclear",M), INVALID, 603 /* [4] */ INVALID, INVALID, TNS("vmxon",M), INVALID, 2074 /* [4] */ TNSy("jmp",INM), TNS("ljmp",INM), TSp("push",M), INVALID, [all …]
|
| /xnu-8792.41.9/osfmk/vm/ |
| H A D | lz4.c | 187 lz4_emit_match(uint32_t L, uint32_t M, uint32_t D, in lz4_emit_match() argument 195 assert(M >= 4 && "LZ4 encoding requires that M is at least 4"); in lz4_emit_match() 197 M -= 4; in lz4_emit_match() 203 *dst++ = clamp(L, 15) << 4 | clamp(M, 15); in lz4_emit_match() 216 if (M >= 15) { in lz4_emit_match() 217 dst = lz4_store_length(dst, end, M - 15); in lz4_emit_match()
|
| /xnu-8792.41.9/bsd/nfs/ |
| H A D | nfs.h | 237 #define PVER2MAJOR(M) ((uint32_t)(((M) >> 16) & 0xffff)) argument 239 #define VER2PVER(M, m) ((uint32_t)((M) << 16) | ((m) & 0xffff)) argument
|
| /xnu-8792.41.9/config/ |
| H A D | MASTER | 292 options CONFIG_IPC_TABLE_ENTRIES_SIZE_MAX=3145728 # 3M == 131072 entries # <bsmall,small,xsmall> 293 options CONFIG_IPC_TABLE_ENTRIES_SIZE_MAX=7340032 # 7M == 305834 entries # <medium,large,xlarge> 294 options CONFIG_IPC_TABLE_REQUEST_SIZE_MAX=1048576 # 1M == 65536 requests # <bsmall,small,xsmall> 295 options CONFIG_IPC_TABLE_REQUEST_SIZE_MAX=2097152 # 2M == 131072 requests # <medium,large,xlarge> 300 options CONFIG_IPC_KERNEL_MAP_SIZE=32 # 32M # <bsmall,small,xsmall> 301 options CONFIG_IPC_KERNEL_MAP_SIZE=64 # 64M # <medium,large,xlarge>
|
| /xnu-8792.41.9/libkern/zlib/ |
| H A D | README | 48 A Python interface to zlib written by A.M. Kuchling <[email protected]> is
|
| /xnu-8792.41.9/doc/ |
| H A D | recount.md | 47 By default, it prints the times in seconds, but the `-M` flag switches the output to Mach time valu…
|