Searched refs:nl (Results 1 – 9 of 9) sorted by relevance
/arch/arm/vfp/ |
D | vfp.h | 47 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in add128() argument 53 : "=r" (nl), "=r" (nh) in add128() 54 : "0" (nl), "1" (nh), "r" (ml), "r" (mh) in add128() 57 *resl = nl; in add128() 60 static inline void sub128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in sub128() argument 66 : "=r" (nl), "=r" (nh) in sub128() 67 : "0" (nl), "1" (nh), "r" (ml), "r" (mh) in sub128() 70 *resl = nl; in sub128() 75 u32 nh, nl, mh, ml; in mul64to128() local 78 nl = n; in mul64to128() [all …]
|
/arch/sh/kernel/cpu/sh2a/ |
D | fpu.c | 167 unsigned long long mh, ml, nh, nl; in denormal_muld() local 180 nl = ml; in denormal_muld() 186 while (nl) { nl >>= 1; w++;} in denormal_muld()
|
/arch/powerpc/include/asm/ |
D | eeh.h | 450 int nl) in eeh_readsl() argument 452 _insl(addr, buf, nl); in eeh_readsl() 453 if (EEH_POSSIBLE_ERROR((*(((u32*)buf)+nl-1)), u32)) in eeh_readsl()
|
/arch/xtensa/kernel/ |
D | traps.c | 491 int nl = 0; in die() local 499 nl = 1; in die() 501 if (nl) in die()
|
/arch/s390/include/asm/ |
D | sysinfo.h | 141 unsigned char nl; member
|
/arch/s390/kernel/ |
D | topology.c | 110 if (!tle->nl) in next_tle() 124 switch (tle->nl) { in __tl_to_masks_generic() 153 switch (tle->nl) { in __tl_to_masks_z10()
|
/arch/arm/boot/dts/ |
D | sun7i-a20-cubietruck.dts | 4 * Oliver Schinagl <oliver@schinagl.nl>
|
/arch/arm/mach-sa1100/ |
D | Kconfig | 120 (also known as the LART). See <http://www.lartmaker.nl/> for
|
/arch/x86/ |
D | Kconfig | 2073 7) read the sig11 FAQ at <http://www.bitwizard.nl/sig11/>
|