Home
last modified time | relevance | path

Searched refs:feature (Results 1 – 25 of 36) sorted by relevance

12

/arch/x86/kernel/cpu/
Dmkcapflags.pl17 $feature = $2;
20 $feature = $1;
23 if ($feature ne '') {
25 "[$macro]", "\L$feature";
Daddon_cpuid_features.c13 u16 feature; member
37 for (cb = cpuid_bits; cb->feature; cb++) { in init_scattered_cpuid_features()
49 set_cpu_cap(c, cb->feature); in init_scattered_cpuid_features()
/arch/x86/include/asm/
Dalternative.h89 #define alternative(oldinstr, newinstr, feature) \ argument
101 ".previous" :: "i" (feature) : "memory")
113 #define alternative_input(oldinstr, newinstr, feature, input...) \ argument
125 ".previous" :: "i" (feature), ##input)
128 #define alternative_io(oldinstr, newinstr, feature, output, input...) \ argument
140 ".previous" : output : [feat] "i" (feature), ##input)
/arch/mips/pmc-sierra/msp71xx/
Dmsp_prom.c176 char *feature = prom_getenv(FEATURES); in get_features() local
178 if (feature == NULL) { in get_features()
180 feature = msp_default_features; in get_features()
183 return feature; in get_features()
188 char *feature = get_features(); in test_feature() local
190 while (*feature) { in test_feature()
191 if (*feature++ == c) in test_feature()
192 return *feature; in test_feature()
193 feature++; in test_feature()
246 char *feature = get_features(); in identify_enetfeature() local
[all …]
/arch/powerpc/include/asm/
Dmmu.h52 static inline int mmu_has_feature(unsigned long feature) in mmu_has_feature() argument
54 return (cur_cpu_spec->mmu_features & feature); in mmu_has_feature()
Dfirmware.h118 #define firmware_has_feature(feature) \ argument
119 ((FW_FEATURE_ALWAYS & (feature)) || \
120 (FW_FEATURE_POSSIBLE & powerpc_firmware_features & (feature)))
Dcputable.h504 static inline int cpu_has_feature(unsigned long feature) in cpu_has_feature() argument
506 return (CPU_FTRS_ALWAYS & feature) || in cpu_has_feature()
509 & feature); in cpu_has_feature()
Dmachdep.h171 long (*feature_call)(unsigned int feature, ...);
/arch/mips/include/asm/octeon/
Docteon-feature.h75 static inline int octeon_has_feature(enum octeon_feature feature) in octeon_has_feature() argument
77 switch (feature) { in octeon_has_feature()
/arch/cris/arch-v32/lib/
Dnand_init.S6 ## due to a bug/feature we can only trust the 256 first bytes. So this
10 ## Some notes about the bug/feature for future reference:
174 ;; to remove this you don't understand the bug/feature.
/arch/powerpc/lib/
DMakefile30 obj-y += feature-fixups.o
31 obj-$(CONFIG_FTR_FIXUP_SELFTEST) += feature-fixups-test.o
/arch/powerpc/sysdev/
Dfsl_msi.h34 u32 feature; member
Dfsl_msi.c172 if ((msi_data->feature & FSL_PIC_IP_MASK) == FSL_PIC_IP_IPIC) { in fsl_msi_cascade()
190 switch (fsl_msi->feature & FSL_PIC_IP_MASK) { in fsl_msi_cascade()
213 switch (msi_data->feature & FSL_PIC_IP_MASK) { in fsl_msi_cascade()
269 msi->feature = features->fsl_pic_ip; in fsl_of_msi_probe()
/arch/powerpc/platforms/powermac/
DMakefile8 obj-y += pic.o setup.o time.o feature.o pci.o \
/arch/x86/
DKconfig.debug103 It is probably not a good idea to enable this feature in a production
118 bool "Testcase for the DEBUG_RODATA feature"
122 feature as well as for the change_page_attr() infrastructure.
126 tristate "Testcase for the NX non-executable stack feature"
130 and the software setup of this feature.
DKconfig518 activated if the platform and the BIOS support this feature.
768 Enabling this feature starts a timer that triggers every 5 seconds which
781 Enabling this feature will cause a message to be printed when the P4
1341 This kernel feature is useful for number crunching applications
1357 This option turns on the -fstack-protector GCC feature. This
1358 feature puts, at the beginning of critical functions, a canary
1365 This feature requires gcc version 4.2 or above, or a distribution
1366 gcc with the feature backported. Older versions are automatically
1677 feature is turned off -- see "Do CPU IDLE calls", below). This
1684 this feature.
/arch/arm/plat-mxc/
DKconfig40 This feature prevents higher priority ISR to be interrupted
/arch/x86/lib/
Dcopy_user_64.S19 .macro ALTERNATIVE_JUMP feature,orig,alt
32 .byte \feature /* when feature is set */
/arch/blackfin/
DKconfig.debug45 feature.
144 this feature can be used to prevent trace overflow from loops that
223 feature, you must add "earlyprintk=serial,uart0,57600" to the
/arch/um/
DKconfig.um73 If you answer 'Y' to this option, to use this feature, you need the
90 This is the feature normally accomplished by pressing a key
/arch/ia64/kernel/
Dsalinfo.c60 unsigned long feature; /* feature bit */ member
640 salinfo_read, (void *)salinfo_entries[i].feature); in salinfo_init()
/arch/ia64/include/asm/sn/
Dsn_sal.h1157 ia64_sn_set_os_feature(int feature) in ia64_sn_set_os_feature() argument
1161 SAL_CALL_NOLOCK(rv, SN_SAL_SET_OS_FEATURE_SET, feature, 0, 0, 0, 0, 0, 0); in ia64_sn_set_os_feature()
/arch/arm/
DKconfig.debug27 line to enable this feature. N consists of the sum of:
/arch/s390/
DKconfig182 space. The kernel parameter switch_amode=on will enable this feature,
198 The kernel parameter noexec=on will enable this feature and also
442 doing and want to exploit this feature.
/arch/xtensa/
DKconfig122 XT2000 is the name of Tensilica's feature-rich emulation platform.

12