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

/xnu-2422.115.4/osfmk/i386/
H A DDiagnostics.c334 uint32_t cl = 0, ch = 0, mpl = 0, mph = 0, apl = 0, aph = 0; local
336 rdmsr_carefully(MSR_IA32_MPERF, &mpl, &mph);
339 cdp->cpu_mperf = ((uint64_t)mph << 32) | mpl;
/xnu-2422.115.4/osfmk/mach/
H A Dport.h392 mach_port_limits_t mpl; /* Message queue limit for port */ member in struct:mach_port_options
/xnu-2422.115.4/tools/tests/unit_tests/guarded_mach_port_tests_11178535_src/
H A Dguarded_test.c148 options.mpl = limits;
/xnu-2422.115.4/osfmk/ipc/
H A Dmach_port.c2299 (mach_port_info_t)&options->mpl, sizeof(options->mpl)/sizeof(int));

Completed in 78 milliseconds