Searched defs:nl (Results 1 - 5 of 5) sorted by relevance

/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c167 unsigned long long mh, ml, nh, nl; local
180 nl = ml;
186 while (nl) { nl >>= 1; w++;}
/arch/xtensa/kernel/
H A Dtraps.c491 int nl = 0; local
499 nl = 1;
501 if (nl)
/arch/arm/vfp/
H A Dvfp.h47 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) argument
53 : "=r" (nl), "=r" (nh)
54 : "0" (nl), "1" (nh), "r" (ml), "r" (mh)
57 *resl = nl;
60 static inline void sub128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) argument
66 : "=r" (nl), "=r" (nh)
67 : "0" (nl), "1" (nh), "r" (ml), "r" (mh)
70 *resl = nl;
75 u32 nh, nl, mh, ml; local
78 nl
113 vfp_estimate_div128to64(u64 nh, u64 nl, u64 m) argument
[all...]
/arch/s390/include/asm/
H A Dsysinfo.h141 unsigned char nl; member in union:topology_entry
/arch/powerpc/include/asm/
H A Deeh.h450 int nl)
452 _insl(addr, buf, nl);
453 if (EEH_POSSIBLE_ERROR((*(((u32*)buf)+nl-1)), u32))
449 eeh_readsl(const volatile void __iomem *addr, void * buf, int nl) argument

Completed in 722 milliseconds