Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 17 of 17) sorted by relevance

/arch/ia64/scripts/
Dcheck-text-align.S2 .proc foo label
4 foo: .save rp, r2 label
7 .endp foo
/arch/x86/um/
Dbugs_32.c35 unsigned long foo = 0; in arch_check_bugs() local
36 __asm__ __volatile__("cmovz %0, %1" : "=r" (foo) : "0" (foo)); in arch_check_bugs()
Duser-offsets.c18 void foo(void) in foo() function
Dsignal.c95 env[5] = fxsave->foo; in convert_fxsr_to_user()
132 fxsave->foo = env[5]; in convert_fxsr_from_user()
/arch/x86/include/asm/
Duser_32.h51 long foo; member
63 long foo; member
Duser32.h14 u32 foo; member
27 int foo; member
/arch/x86/kernel/fpu/
Dregset.c259 env->foo = fxsave->rdp; in __convert_from_fxsr()
274 env->foo = fxsave->foo; in __convert_from_fxsr()
302 fxsave->rdp = env->foo; in convert_to_fxsr()
307 fxsave->foo = env->foo; in convert_to_fxsr()
/arch/x86/kernel/
Dasm-offsets_32.c11 void foo(void);
13 void foo(void) in foo() function
/arch/x86/include/asm/fpu/
Dtypes.h18 u32 foo; /* FPU Operand Pointer Offset */ member
47 u32 foo; /* FPU Operand Offset */ member
85 u32 foo; member
/arch/x86/um/shared/sysdep/
Dkernel-offsets.h9 void foo(void) in foo() function
/arch/sparc/kernel/
Dasm-offsets.c48 int foo(void) in foo() function
/arch/alpha/kernel/
Dasm-offsets.c15 void foo(void) in foo() function
/arch/x86/math-emu/
Dfpu_system.h105 #define operand_address (*(struct address *)&I387->soft.foo)
Dfpu_aux.c44 oaddr = (struct address *)&soft->foo; in fpstate_init_soft()
/arch/mips/cavium-octeon/
Dsetup.c1084 u32 *foo; in prom_free_prom_memory() local
1086 foo = &insn; in prom_free_prom_memory()
1089 prefetch(foo); in prom_free_prom_memory()
/arch/ia64/kernel/
Dasm-offsets.c23 void foo(void) in foo() function
/arch/powerpc/
DMakefile177 asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1)