/arch/x86/kernel/cpu/ |
D | mkcapflags.pl | 17 $feature = $2; 20 $feature = $1; 23 if ($feature ne '') { 25 "[$macro]", "\L$feature";
|
D | addon_cpuid_features.c | 13 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/ |
D | alternative.h | 89 #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/ |
D | msp_prom.c | 176 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/ |
D | mmu.h | 52 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()
|
D | firmware.h | 118 #define firmware_has_feature(feature) \ argument 119 ((FW_FEATURE_ALWAYS & (feature)) || \ 120 (FW_FEATURE_POSSIBLE & powerpc_firmware_features & (feature)))
|
D | cputable.h | 504 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()
|
D | machdep.h | 171 long (*feature_call)(unsigned int feature, ...);
|
/arch/mips/include/asm/octeon/ |
D | octeon-feature.h | 75 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/ |
D | nand_init.S | 6 ## 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/ |
D | Makefile | 30 obj-y += feature-fixups.o 31 obj-$(CONFIG_FTR_FIXUP_SELFTEST) += feature-fixups-test.o
|
/arch/powerpc/sysdev/ |
D | fsl_msi.h | 34 u32 feature; member
|
D | fsl_msi.c | 172 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/ |
D | Makefile | 8 obj-y += pic.o setup.o time.o feature.o pci.o \
|
/arch/x86/ |
D | Kconfig.debug | 103 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.
|
D | Kconfig | 518 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/ |
D | Kconfig | 40 This feature prevents higher priority ISR to be interrupted
|
/arch/x86/lib/ |
D | copy_user_64.S | 19 .macro ALTERNATIVE_JUMP feature,orig,alt 32 .byte \feature /* when feature is set */
|
/arch/blackfin/ |
D | Kconfig.debug | 45 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/ |
D | Kconfig.um | 73 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/ |
D | salinfo.c | 60 unsigned long feature; /* feature bit */ member 640 salinfo_read, (void *)salinfo_entries[i].feature); in salinfo_init()
|
/arch/ia64/include/asm/sn/ |
D | sn_sal.h | 1157 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/ |
D | Kconfig.debug | 27 line to enable this feature. N consists of the sum of:
|
/arch/s390/ |
D | Kconfig | 182 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/ |
D | Kconfig | 122 XT2000 is the name of Tensilica's feature-rich emulation platform.
|