Searched refs:model (Results 1 - 12 of 12) sorted by relevance

/xnu-2422.115.4/bsd/dev/i386/
H A Dinstr_size.c86 dtrace_dis_isize(uchar_t *instr, dis_isize_t which, model_t model, int *rmindex) argument
92 mode = (model == DATAMODEL_LP64) ? SIZE64 : SIZE32;
112 dtrace_instr_size_isa(uchar_t *instr, model_t model, int *rmindex) argument
114 return (dtrace_dis_isize(instr, DIS_ISIZE_INSTR, model, rmindex));
H A Dsysctl.c330 SYSCTL_PROC(_machdep_cpu, OID_AUTO, model, CTLTYPE_INT | CTLFLAG_RD | CTLFLAG_LOCKED,
332 i386_cpu_info, "I", "CPU model");
336 i386_cpu_info, "I", "CPU extended model");
/xnu-2422.115.4/osfmk/i386/
H A Dmachine_check.c90 uint32_t model = cpuid_info()->cpuid_model; local
93 if ((model == CPUID_MODEL_HASWELL && stepping < 3) ||
94 (model == CPUID_MODEL_HASWELL_ULT && stepping < 1) ||
95 (model == CPUID_MODEL_CRYSTALWELL && stepping < 1))
245 kdb_printf(" family: %d model: %d stepping: %d microcode: %d\n",
/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h153 * String describing model number
257 OSSymbol *model(void);
/xnu-2422.115.4/iokit/Kernel/
H A DIOPMPowerSource.cpp406 OSSymbol *IOPMPowerSource::model(void) {
/xnu-2422.115.4/tools/tests/libMicro/
H A DbenchDS.sh116 p_type=`awk -F: '/model name/{print $2; exit}' /proc/cpuinfo`
124 p_type=`sysctl -n hw.model`
H A Dbench.sh121 p_type=`awk -F: '/model name/{print $2; exit}' /proc/cpuinfo`
129 p_type=`sysctl -n hw.model`
H A Dcoreos_bench.sh129 p_type=`awk -F: '/model name/{print $2; exit}' /proc/cpuinfo`
137 p_type=`sysctl -n hw.model`
H A Dembd_bench.sh128 p_type=`awk -F: '/model name/{print $2; exit}' /proc/cpuinfo`
136 p_type=`sysctl -n hw.model`
/xnu-2422.115.4/bsd/net/
H A Dkpi_interface.h695 #define IFNET_INIT_LEGACY 0x1 /* legacy network interface model */
696 #define IFNET_INIT_INPUT_POLL 0x2 /* opportunistic input polling model */
730 the new driver input model.
747 @constant IFNET_CTL_SET_INPUT_MODEL Set input model.
748 @constant IFNET_CTL_GET_INPUT_MODEL Get input model.
767 @enum Interface model sub-commands
768 @abstract Constants defining model sub-commands.
773 the legacy input model, and if applicable, the driver should
776 the legacy/push input model.
784 the new/pull input model
804 ifnet_model_t model; member in struct:ifnet_model_params
[all...]
H A Ddlil.c1789 * Input thread for interfaces with legacy input model.
1866 * Input thread for interfaces with opportunistic polling input model.
2797 ifnet_set_output_sched_model(struct ifnet *ifp, u_int32_t model) argument
2803 if (ifp == NULL || (model != IFNET_SCHED_MODEL_DRIVER_MANAGED &&
2804 model != IFNET_SCHED_MODEL_NORMAL))
2812 ifp->if_output_sched_model = model;
5033 * If the driver supports the new transmit model, calculate flow hash
5061 * If the driver supports the new receive model, create a poller
/xnu-2422.115.4/bsd/kern/
H A Dkern_mib.c408 SYSCTL_PROC(_hw, HW_MODEL, model, CTLTYPE_STRING | CTLFLAG_RD | CTLFLAG_MASKED | CTLFLAG_LOCKED, 0, HW_MODEL, sysctl_hw_generic, "A", "");

Completed in 114 milliseconds