Home
last modified time | relevance | path

Searched defs:F (Results 1 – 16 of 16) sorted by relevance

/linux-2.4.37.9/include/asm-ppc64/
Dpmc.h92 #define PMC_SW_PROCESSOR(F) pmc_sw_cpu[smp_processor_id()].F++ argument
93 #define PMC_SW_PROCESSOR_A(F, E) (pmc_sw_cpu[smp_processor_id()].F[(E)])++ argument
94 #define PMC_SW_SYSTEM(F) pmc_sw_system.F++ argument
96 #define PMC_SW_PROCESSOR(F) do {;} while (0) argument
97 #define PMC_SW_PROCESSOR_A(F) do {;} while (0) argument
98 #define PMC_SW_SYSTEM(F) do {;} while (0) argument
/linux-2.4.37.9/arch/ppc/kernel/
Dalign.c36 #define F 8 /* to/from fp regs */ macro
/linux-2.4.37.9/arch/m68k/fpsp040/
Dslogn.S242 .set F,FP_SCR2 define
/linux-2.4.37.9/arch/ppc64/kernel/
Dalign.c39 #define F 8 /* to/from fp regs */ macro
/linux-2.4.37.9/drivers/net/e1000/
De1000_osdep.h75 #define DEBUGFUNC(F) DEBUGOUT(F "\n") argument
/linux-2.4.37.9/crypto/
Dmd4.c46 static inline u32 F(u32 x, u32 y, u32 z) in F() function
/linux-2.4.37.9/arch/ia64/lib/
Dmemcpy_mck.S570 #define F r28 macro
/linux-2.4.37.9/arch/ia64/kernel/
Dunaligned.c233 # define F(reg) case reg: __asm__ __volatile__ ("invala.e r%0" :: "i"(reg)); break in invala_gr() macro
260 # define F(reg) case reg: __asm__ __volatile__ ("invala.e f%0" :: "i"(reg)); break in invala_fr() macro
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_error.c102 #define F(s,n) { 1l<<(s),-(s), n } macro
/linux-2.4.37.9/drivers/video/sti/
Dstifb.c385 #define BA(F,C,S,A,J,B,I) \ argument
388 #define IBOvals(R,M,X,S,D,L,B,F) \ argument
/linux-2.4.37.9/net/sched/
Dsch_csz.c374 unsigned long F; in csz_update() local
/linux-2.4.37.9/drivers/media/video/
Dzr36120.c91 #define F 0 macro
/linux-2.4.37.9/drivers/video/sis/
Dinit.c4400 int A, B, C, D, E, F, temp, i, j, k, l, index, vclkindex; in SiSBuildBuiltInModeList() local
5054 int A, B, C, D, E, F, temp, j; in sisfb_mode_rate_to_ddata() local
Dsis_main.c1176 int A, B, C, D, E, F, temp; local
/linux-2.4.37.9/drivers/char/
Drandom.c1932 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
/linux-2.4.37.9/drivers/net/wan/
Dfarsync.c517 #define dbg(F,fmt,A...) if ( ! ( fst_debug_mask & (F))) \ argument