Home
last modified time | relevance | path

Searched refs:alternative (Results 1 – 25 of 100) sorted by relevance

1234

/linux-3.4.99/arch/x86/um/asm/
Dbarrier.h20 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
21 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
22 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
71 alternative(ASM_NOP3, "mfence", X86_FEATURE_MFENCE_RDTSC); in rdtsc_barrier()
72 alternative(ASM_NOP3, "lfence", X86_FEATURE_LFENCE_RDTSC); in rdtsc_barrier()
/linux-3.4.99/arch/x86/include/asm/
Dbarrier.h18 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
19 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
20 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
112 alternative(ASM_NOP3, "mfence", X86_FEATURE_MFENCE_RDTSC); in rdtsc_barrier()
113 alternative(ASM_NOP3, "lfence", X86_FEATURE_LFENCE_RDTSC); in rdtsc_barrier()
Dalternative.h114 #define alternative(oldinstr, newinstr, feature) \ macro
/linux-3.4.99/Documentation/sound/oss/
DPSS39 You can also load alternative DSP algorithms into the card if you wish. One
40 alternative driver can be found at http://www.mpg123.de/
DCMI8330140 # The sb module is an alternative to the ad1848 (Microsoft Sound System)
/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-fw-file.h136 __le16 alternative; /* see comment */ member
/linux-3.4.99/drivers/staging/ozwpan/
Dozprotocol.h263 u8 alternative; member
288 u8 alternative; member
/linux-3.4.99/Documentation/ABI/removed/
Dvideo13947 alternative to raw1394's isochronous I/O functionality which had
/linux-3.4.99/net/wanrouter/
DKconfig16 As an alternative, WAN routing can be built into the Linux kernel.
/linux-3.4.99/fs/jfs/
DKconfig28 Security labels support alternative access control models
/linux-3.4.99/fs/ext2/
DKconfig38 Security labels support alternative access control models
/linux-3.4.99/Documentation/dvb/
Dlmedm04.txt18 An alternative but older firmware can be found on the driver
/linux-3.4.99/drivers/mtd/devices/
DKconfig210 you may wish to try the alternative Millennium driver below. To use
211 the alternative driver, you will need to undefine DOC_SINGLE_DRIVER
224 tristate "M-Systems Disk-On-Chip Millennium-only alternative driver (DEPRECATED)"
229 This provides an alternative MTD device driver for the M-Systems
/linux-3.4.99/Documentation/frv/
Dbooting.txt29 The kernel will need to be loaded into RAM by RedBoot (or by some alternative
165 This can be used as an alternative to the "console=ttyS..." listed
/linux-3.4.99/arch/x86/kernel/cpu/
Dperf_event_p4.c592 u64 alternative; member
605 .alternative =
637 config_match = p4_event_aliases[i].alternative; in p4_get_alias_event()
639 } else if (config_match == p4_event_aliases[i].alternative) { in p4_get_alias_event()
/linux-3.4.99/Documentation/filesystems/
Dcifs.txt24 alternative to NFSv4 for fileserving in some Linux to Linux environments,
Dxip.txt36 alternative, memory technology devices can be used for this.
/linux-3.4.99/arch/x86/kernel/
DMakefile33 obj-y += alternative.o i8253.o pci-nommu.o hw_breakpoint.o
/linux-3.4.99/fs/jffs2/
DREADME.Locking133 erase_completion_lock cannot be held, so an alternative, more
138 Suggestions for alternative solutions to this problem would be welcomed.
/linux-3.4.99/fs/ext4/
DKconfig70 Security labels support alternative access control models
/linux-3.4.99/fs/reiserfs/
DKconfig82 Security labels support alternative access control models
/linux-3.4.99/Documentation/x86/x86_64/
Dmachinecheck70 This is an alternative to running mcelog regularly from cron
/linux-3.4.99/fs/ext3/
DKconfig83 Security labels support alternative access control models
/linux-3.4.99/sound/
DKconfig53 Disabling this allows alternative OSS implementations.
/linux-3.4.99/Documentation/scsi/
DChangeLog.ips81 4.00.03 - Add alternative passthru interface

1234