Searched refs:alternative (Results 1 - 25 of 95) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/shared/sysdep/
H A Dsystem.h34 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
35 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
36 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
124 * (Could use an alternative three way for this if there was one.)
128 alternative(ASM_NOP3, "mfence", X86_FEATURE_MFENCE_RDTSC);
129 alternative(ASM_NOP3, "lfence", X86_FEATURE_LFENCE_RDTSC);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/shared/sysdep/
H A Dsystem.h34 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
35 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
36 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
124 * (Could use an alternative three way for this if there was one.)
128 alternative(ASM_NOP3, "mfence", X86_FEATURE_MFENCE_RDTSC);
129 alternative(ASM_NOP3, "lfence", X86_FEATURE_LFENCE_RDTSC);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dcmpxchg8b_emu.S10 #include <asm/alternative-asm.h>
H A Drwlock_64.S5 #include <asm/alternative-asm.h>
H A Drwsem_64.S21 #include <asm/alternative-asm.h>
H A Dsemaphore_32.S18 #include <asm/alternative-asm.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dbugs_64.c8 #include <asm/alternative.h>
H A Dbugs.c18 #include <asm/alternative.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A DMakefile.am30 alternative.h \
48 alternative-test \
61 alternative.c alternative.h \
84 alternative.c alternative.h \
88 alternative-test.c \
H A DMakefile58 # alternative-test$(EXEEXT) \
98 libavahi_common_la-alternative.lo libavahi_common_la-error.lo \
110 am_alternative_test_OBJECTS = alternative_test-alternative.$(OBJEXT) \
114 alternative_test-alternative-test.$(OBJEXT) \
435 alternative.h \
455 alternative.c alternative.h \
477 alternative.c alternative.h \
481 alternative
[all...]
H A DMakefile.in58 @ENABLE_TESTS_TRUE@ alternative-test$(EXEEXT) \
98 libavahi_common_la-alternative.lo libavahi_common_la-error.lo \
110 am_alternative_test_OBJECTS = alternative_test-alternative.$(OBJEXT) \
114 alternative_test-alternative-test.$(OBJEXT) \
435 alternative.h \
455 alternative.c alternative.h \
477 alternative.c alternative.h \
481 alternative
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A DMakefile.am30 alternative.h \
48 alternative-test \
61 alternative.c alternative.h \
84 alternative.c alternative.h \
88 alternative-test.c \
H A DMakefile72 # alternative-test$(EXEEXT) \
126 libavahi_common_la-alternative.lo libavahi_common_la-error.lo \
138 am_alternative_test_OBJECTS = alternative_test-alternative.$(OBJEXT) \
142 alternative_test-alternative-test.$(OBJEXT) \
440 alternative.h \
460 alternative.c alternative.h \
482 alternative.c alternative.h \
486 alternative
[all...]
H A DMakefile.in60 @ENABLE_TESTS_TRUE@ alternative-test$(EXEEXT) \
114 libavahi_common_la-alternative.lo libavahi_common_la-error.lo \
126 am_alternative_test_OBJECTS = alternative_test-alternative.$(OBJEXT) \
130 alternative_test-alternative-test.$(OBJEXT) \
428 alternative.h \
448 alternative.c alternative.h \
470 alternative.c alternative.h \
474 alternative
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_avahi.h18 #include <avahi-common/alternative.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmutex_32.h12 #include <asm/alternative.h>
H A Dsystem.h362 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
363 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
364 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
452 * (Could use an alternative three way for this if there was one.)
456 alternative(ASM_NOP3, "mfence", X86_FEATURE_MFENCE_RDTSC);
457 alternative(ASM_NOP3, "lfence", X86_FEATURE_LFENCE_RDTSC);
H A Dalternative.h20 * The SMP alternative tables can be kept after boot and contain both
80 /* alternative assembly primitive: */
117 #define alternative(oldinstr, newinstr, feature) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-cat.c310 tmp->alternative = NULL;
581 tmp->alternative = xrealloc (tmp->alternative, nbytes);
582 tmp->alternative[i].msgstr = mp->msgstr;
583 tmp->alternative[i].msgstr_len = mp->msgstr_len;
584 tmp->alternative[i].msgstr_end =
585 tmp->alternative[i].msgstr + tmp->alternative[i].msgstr_len;
586 tmp->alternative[i].comment = mp->comment;
587 tmp->alternative[
[all...]
H A Dxgettext.c2362 xmalloc (offsetof (struct arglist_parser, alternative[0]));
2386 ap->alternative[i].argnumc = shapes->shapes[i].argnumc;
2387 ap->alternative[i].argnum1 = shapes->shapes[i].argnum1;
2388 ap->alternative[i].argnum2 = shapes->shapes[i].argnum2;
2389 ap->alternative[i].argnum1_glib_context =
2391 ap->alternative[i].argnum2_glib_context =
2393 ap->alternative[i].argtotal = shapes->shapes[i].argtotal;
2394 ap->alternative[i].xcomments = shapes->shapes[i].xcomments;
2395 ap->alternative[i].msgctxt = NULL;
2396 ap->alternative[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtstyles.tex14 Window styles are used to specify alternative behaviour and appearances for windows, when they are
H A Dfontmap.tex40 wxFontEncoding alternative;
41 if (wxFontMapper::Get()->GetAltForEncoding(enc, &alternative,
45 wxCSConv convTo(wxFontMapper::Get()->GetEncodingName(alternative));
133 Find an alternative for the given encoding (which is supposed to not be
220 This method is only useful if you want to plug-in an alternative font mapper
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dupdate-test.c33 #include <avahi-common/alternative.h>
H A Dquerier-test.c31 #include <avahi-common/alternative.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dupdate-test.c33 #include <avahi-common/alternative.h>

Completed in 164 milliseconds

1234