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

/darwin-on-arm/xnu/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.c328 SYSCTL_PROC(_machdep_cpu, OID_AUTO, model, CTLTYPE_INT | CTLFLAG_RD | CTLFLAG_LOCKED,
330 i386_cpu_info, "I", "CPU model");
334 i386_cpu_info, "I", "CPU extended model");
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h152 * String describing model number
255 OSSymbol *model(void);
/darwin-on-arm/xnu/osfmk/i386/
H A Dmachine_check.c93 uint32_t model = cpuid_info()->cpuid_model; local
100 if ((model == CPUID_MODEL_HASWELL && stepping < 3) ||
101 (model == CPUID_MODEL_HASWELL_ULT && stepping < 1) ||
102 (model == CPUID_MODEL_CRYSTALWELL && stepping < 1))
299 kdb_printf(" family: %d model: %d stepping: %d microcode: %d\n",
/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h657 #define IFNET_INIT_LEGACY 0x1 /* legacy network interface model */
658 #define IFNET_INIT_INPUT_POLL 0x2 /* opportunistic input polling model */
692 the new driver input model.
709 @constant IFNET_CTL_SET_INPUT_MODEL Set input model.
710 @constant IFNET_CTL_GET_INPUT_MODEL Get input model.
724 @enum Interface model sub-commands
725 @abstract Constants defining model sub-commands.
730 the legacy input model, and if applicable, the driver should
733 the legacy/push input model.
741 the new/pull input model
761 ifnet_model_t model; member in struct:ifnet_model_params
[all...]
H A Ddlil.c1542 * Input thread for interfaces with legacy input model.
1619 * Input thread for interfaces with opportunistic polling input model.
2418 ifnet_set_output_sched_model(struct ifnet *ifp, u_int32_t model) argument
2424 if (ifp == NULL || (model != IFNET_SCHED_MODEL_DRIVER_MANAGED &&
2425 model != IFNET_SCHED_MODEL_NORMAL))
2433 ifp->if_output_sched_model = model;
4463 * If the driver supports the new transmit model, create a workloop
4485 * If the driver supports the new receive model, create a poller
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMPowerSource.cpp406 OSSymbol *IOPMPowerSource::model(void) { function in class:IOPMPowerSource
/darwin-on-arm/xnu/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`
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_mib.c401 SYSCTL_PROC(_hw, HW_MODEL, model, CTLTYPE_STRING | CTLFLAG_RD | CTLFLAG_MASKED | CTLFLAG_LOCKED, 0, HW_MODEL, sysctl_hw_generic, "A", "");

Completed in 123 milliseconds