| /xnu-11417.140.69/osfmk/i386/ |
| H A D | pmCPU.c | 137 uint32_t cl = 0, ch = 0; in machine_idle() local 139 rdmsr_carefully(MSR_IA32_CORE_C3_RESIDENCY, &cl, &ch); in machine_idle() 140 c3res = ((uint64_t)ch << 32) | cl; in machine_idle() 141 rdmsr_carefully(MSR_IA32_CORE_C6_RESIDENCY, &cl, &ch); in machine_idle() 142 c6res = ((uint64_t)ch << 32) | cl; in machine_idle() 143 rdmsr_carefully(MSR_IA32_CORE_C7_RESIDENCY, &cl, &ch); in machine_idle() 144 c7res = ((uint64_t)ch << 32) | cl; in machine_idle() 191 cl = ch = 0; in machine_idle() 192 rdmsr_carefully(MSR_IA32_CORE_C3_RESIDENCY, &cl, &ch); in machine_idle() 193 c3res = (((uint64_t)ch << 32) | cl) - c3res; in machine_idle() [all …]
|
| H A D | Diagnostics.c | 357 uint32_t cl = 0, ch = 0, mpl = 0, mph = 0, apl = 0, aph = 0; in cpu_powerstats() local 369 rdmsr_carefully(MSR_IA32_CORE_C3_RESIDENCY, &cl, &ch); in cpu_powerstats() 370 cdp->cpu_c3res = ((uint64_t)ch << 32) | cl; in cpu_powerstats() 372 rdmsr_carefully(MSR_IA32_CORE_C6_RESIDENCY, &cl, &ch); in cpu_powerstats() 373 cdp->cpu_c6res = ((uint64_t)ch << 32) | cl; in cpu_powerstats() 375 rdmsr_carefully(MSR_IA32_CORE_C7_RESIDENCY, &cl, &ch); in cpu_powerstats() 376 cdp->cpu_c7res = ((uint64_t)ch << 32) | cl; in cpu_powerstats()
|
| H A D | rtclock_asm_native.h | 76 shlq %cl,%rax ; \ 93 shlq %cl,%rax ; \
|
| H A D | i386_lock.s | 133 lock; cmpxchg %cl,(%rdi) /* attempt atomic compare exchange */
|
| /xnu-11417.140.69/libsyscall/wrappers/ |
| H A D | mach_absolute_time.s | 75 shldl %cl,%eax,%edx /* shift %edx left, filling in from %eax */ 76 shll %cl,%eax /* finish shifting %edx:%eax left by _COMM_PAGE_NT_SHIFT bits */ 142 shlq %cl,%rax // rax := (tsc - base_tsc) << NT_SHIFT
|
| /xnu-11417.140.69/bsd/vfs/ |
| H A D | vfs_cluster.c | 217 static void cluster_update_state_internal(vnode_t vp, struct cl_extent *cl, int flags, boolean_t de… 3664 struct cl_extent cl; in cluster_update_state() local 3671 cl.b_addr = (daddr64_t)(s_offset / PAGE_SIZE_64); in cluster_update_state() 3672 cl.e_addr = (daddr64_t)(e_offset / PAGE_SIZE_64); in cluster_update_state() 3674 cluster_update_state_internal(vp, &cl, 0, TRUE, &first_pass, s_offset, (int)(e_offset - s_offset), in cluster_update_state() 3680 cluster_update_state_internal(vnode_t vp, struct cl_extent *cl, int flags, boolean_t defer_writes, in cluster_update_state_internal() argument 3704 sparse_cluster_add(wbp, &(wbp->cl_scmap), vp, cl, newEOF, callback, callback_arg, vm_initiated); in cluster_update_state_internal() 3754 if (cl->b_addr >= wbp->cl_clusters[cl_index].b_addr) { in cluster_update_state_internal() 3758 if (cl->e_addr <= (wbp->cl_clusters[cl_index].b_addr + max_cluster_pgcount)) { in cluster_update_state_internal() 3763 if (cl->e_addr > wbp->cl_clusters[cl_index].e_addr) { in cluster_update_state_internal() [all …]
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | uipc_mbuf.c | 1693 mz_cl_free(zone_id_t zid, void *cl) in mz_cl_free() argument 1696 zone_require(zone_by_id(zid), cl); in mz_cl_free() 1698 zfree_nozero(zid, cl); in mz_cl_free() 1755 void *cl = NULL; in mz_composite_build() local 1757 cl = mz_cl_alloc(cl_zid, flags); in mz_composite_build() 1758 if (__improbable(cl == NULL)) { in mz_composite_build() 1771 MBUF_CL_INIT(m, cl, rfa, 0, EXTF_COMPOSITE); in mz_composite_build() 1773 MBUF_BIGCL_INIT(m, cl, rfa, 0, EXTF_COMPOSITE); in mz_composite_build() 1775 MBUF_16KCL_INIT(m, cl, rfa, 0, EXTF_COMPOSITE); in mz_composite_build() 1784 mz_cl_free(cl_zid, cl); in mz_composite_build() [all …]
|
| /xnu-11417.140.69/osfmk/x86_64/ |
| H A D | start.s | 246 movzbl %cl, %ecx 250 mov %ah, %cl 251 ror %cl, %edx /* Right rotate EDX (TSC&0xFF ^ (TSC>>8 & 0xFF))&1F */ 254 mov %cl, %al
|
| H A D | machine_routines_asm.s | 173 shlq %cl,%rax /* tscUnits << shift */
|
| H A D | WKdmCompress_new.s | 452 movb %cl, (next_qp) // *next_qp = word offset (4-bit)
|
| /xnu-11417.140.69/bsd/net/classq/ |
| H A D | if_classq.h | 164 void *cl; member
|
| /xnu-11417.140.69/tools/lldbmacros/ |
| H A D | mbufs.py | 534 def GetMbufMcaPtr(m, cl): argument 540 if (int(cl) == 0): 543 elif (int(cl) == 1): 546 elif (int(cl) == 2):
|
| /xnu-11417.140.69/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_compat.c | 87 static void nx_netif_compat_ringcb(caddr_t cl, uint32_t size, caddr_t arg); 214 nx_netif_compat_ringcb(caddr_t cl, uint32_t size, caddr_t arg) in nx_netif_compat_ringcb() argument 216 #pragma unused(cl, size) in nx_netif_compat_ringcb()
|
| /xnu-11417.140.69/bsd/skywalk/mem/ |
| H A D | skmem_test.c | 50 static void skmem_test_mbfreecb(caddr_t cl, uint32_t size, caddr_t arg); 742 skmem_test_mbfreecb(caddr_t cl, uint32_t size, caddr_t arg) in skmem_test_mbfreecb() argument 744 #pragma unused(cl, size) in skmem_test_mbfreecb()
|