Home
last modified time | relevance | path

Searched refs:mpl (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/osfmk/i386/
H A DDiagnostics.c359 uint32_t cl = 0, ch = 0, mpl = 0, mph = 0, apl = 0, aph = 0; in cpu_powerstats() local
361 rdmsr_carefully(MSR_IA32_MPERF, &mpl, &mph); in cpu_powerstats()
364 cdp->cpu_mperf = ((uint64_t)mph << 32) | mpl; in cpu_powerstats()
/xnu-8020.101.4/libsyscall/mach/
H A Dmach_right.c51 .mpl = { in mach_right_recv_construct()
/xnu-8020.101.4/osfmk/mach/
H A Dport.h444 mach_port_limits_t mpl; /* Message queue limit for port */ member
/xnu-8020.101.4/osfmk/ipc/
H A Dmach_port.c2710 (mach_port_info_t)&options->mpl, sizeof(options->mpl) / sizeof(int)); in mach_port_construct()