Searched refs:__xchg_u32_local (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dsystem.h236 __xchg_u32_local(volatile void *p, unsigned long val) function
316 return __xchg_u32_local(ptr, x);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dsystem.h493 __xchg_u32_local(volatile int *m, unsigned long val) function
537 case 4: __xchg__res = __xchg_u32_local(__xchg__ptr, x); break; \

Completed in 55 milliseconds