Searched refs:features (Results 1 - 20 of 20) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dxpr.h86 #include <sys/features.h>
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp1130 // Adds a new feature to the supported features dictionary
1147 // Adds a new feature to the supported features dictionary
1174 // Far, far too many features!
1180 OSDictionary *features = local
1183 // Create new features dict if necessary
1184 if ( features && OSDynamicCast(OSDictionary, features)) {
1185 features = OSDictionary::withDictionary(features);
1187 features
1264 OSDictionary *features = local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachine_check.c77 uint64_t features = cpuid_info()->cpuid_features; local
80 mca_MCE_present = (features & CPUID_FEATURE_MCE) != 0;
81 mca_MCA_present = (features & CPUID_FEATURE_MCA) != 0;
117 /* Enable all MCA features */
H A Dcpuid.c549 cpuid_get_feature_names(uint64_t features, char *buf, unsigned buf_len) argument
556 if ((features & feature_map[i].mask) == 0)
681 printf("limiting fpu features to: %s\n", fpu_arg);
/macosx-10.5.8/xnu-1228.15.4/bsd/conf/tools/doconf/
H A Ddoconf.csh30 # Added "romp_fpa.h" file to extra features for the RT.
34 # Updated to maintain the appropriate configuration features file
37 # storing this directly in the <sys/features.h> file since it was
164 set FEATURES=../h/features.h
/macosx-10.5.8/xnu-1228.15.4/iokit/conf/tools/doconf/
H A Ddoconf.csh30 # Added "romp_fpa.h" file to extra features for the RT.
34 # Updated to maintain the appropriate configuration features file
37 # storing this directly in the <sys/features.h> file since it was
164 set FEATURES=../h/features.h
/macosx-10.5.8/xnu-1228.15.4/libkern/conf/tools/doconf/
H A Ddoconf.csh30 # Added "romp_fpa.h" file to extra features for the RT.
34 # Updated to maintain the appropriate configuration features file
37 # storing this directly in the <sys/features.h> file since it was
164 set FEATURES=../h/features.h
/macosx-10.5.8/xnu-1228.15.4/libsa/conf/tools/doconf/
H A Ddoconf.csh30 # Added "romp_fpa.h" file to extra features for the RT.
34 # Updated to maintain the appropriate configuration features file
37 # storing this directly in the <sys/features.h> file since it was
164 set FEATURES=../h/features.h
/macosx-10.5.8/xnu-1228.15.4/osfmk/conf/tools/doconf/
H A Ddoconf.csh30 # Added "romp_fpa.h" file to extra features for the RT.
34 # Updated to maintain the appropriate configuration features file
37 # storing this directly in the <sys/features.h> file since it was
164 set FEATURES=../h/features.h
/macosx-10.5.8/xnu-1228.15.4/pexpert/conf/tools/doconf/
H A Ddoconf.csh30 # Added "romp_fpa.h" file to extra features for the RT.
34 # Updated to maintain the appropriate configuration features file
37 # storing this directly in the <sys/features.h> file since it was
164 set FEATURES=../h/features.h
/macosx-10.5.8/xnu-1228.15.4/security/conf/tools/doconf/
H A Ddoconf.csh30 # Added "romp_fpa.h" file to extra features for the RT.
34 # Updated to maintain the appropriate configuration features file
37 # storing this directly in the <sys/features.h> file since it was
164 set FEATURES=../h/features.h
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstart.s184 ; The following code just does a general initialization of the features just
187 ; features to any possible per_proc.
197 lwz r17,ptFeatures(r26) ; Pick up the features
254 notFirst: lwz r17,pfAvailable(r30) ; Get our features
261 stw r17,pfAvailable(r30) ; Set the available features
304 lis r20,hi16(dozem|napm|sleepm) ; Get mask of power saving features
695 beq- init745Xnone ; Go turn off the features...
905 ; .long ptFeatures - Available features
907 ; .long ptPwrModes - Available power management features
908 ; .long ptPatch - Patch features
[all...]
H A Dlowmem_vectors.s109 lwz r13,pfAvailable(r13) ; Get the features
118 lwz r11,pfAvailable(r11) ; Get the features
128 lwz r11,pfAvailable(r11) ; Get the features
1223 mtsprg 2,r11 ; Set sprg2 to the features
1277 lwz r1,pfAvailable(r2) ; Get the CPU features flags
1279 mtcrf 0xE2,r1 ; Put the features flags (that we care about) in the CR
1662 eEnoFAM: lwz r1,pfAvailable(r2) ; Get the CPU features flags
1669 mtcrf 0x80,r1 ; Put the features flags (that we care about) in the CR
1671 mtcrf 0x40,r1 ; Put the features flags (that we care about) in the CR
1673 mtcrf 0x20,r1 ; Put the features flag
[all...]
H A Dmachine_routines_asm.s167 mtcrf 0x04,r9 ; Set the features
867 mfsprg r11,2 ; Get CPU specific features
1055 mfsprg r11,2 ; Get CPU specific features
1154 mfsprg r11,2 ; Get CPU specific features
1198 mfsprg r11,2 ; Get CPU specific features
1402 mfsprg r10,2 ; need to check 2 features we did not put in CR
1802 mfsprg r11,2 ; Get CPU specific features
H A Dvmachmon_asm.s66 .long EXT(vmm_get_features_sel) ; Get the features of the VMM interface
112 .long EXT(vmm_activate_XA) ; Activate extended architecture features for a VM
114 .long EXT(vmm_deactivate_XA) ; Deactivate extended architecture features for a VM
116 .long EXT(vmm_get_XA) ; Get extended architecture features from a VM
216 LEXT(vmm_get_features_sel) ; Selector based version of get features
1775 lwz r1,pfAvailable(r2) ; Get the CPU features flags
H A DFirmware.s195 mfsprg r9,2 ; Get the features
2083 mfsprg r6,2 ; Get features
H A DEmulate.s82 mfsprg r28,2 ; Get the processor features
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dsysctl.c190 hw_cpu_sysctl, "I", "CPU features");
194 hw_cpu_sysctl, "I", "CPU extended features");
204 SYSCTL_PROC(_machdep_cpu, OID_AUTO, features, CTLTYPE_STRING | CTLFLAG_RD,
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_journal.c1440 int32_t features; local
1442 if (VNOP_IOCTL(devvp, DKIOCGETFEATURES, (caddr_t)&features, 0, context) == 0) {
1443 if (features & DK_FEATURE_FORCE_UNIT_ACCESS) {
1446 printf("jnl: %s: enabling FUA writes (features 0x%x)\n", name ? name : "no-name-dev", features);
H A Dvfs_subr.c46 * 3. All advertising materials mentioning features or use of this software
1006 * Probe root file system for additional features.
2685 u_int32_t features; local
2728 (caddr_t)&features, 0, ctx)))
2815 if (features & DK_FEATURE_FORCE_UNIT_ACCESS)

Completed in 105 milliseconds