Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 25 of 54) sorted by relevance

123

/arch/mips/include/asm/
A Datomic.h62 "1: " #ll " %0, %1 # " #pfx "_" #op " \n" \
92 "1: " #ll " %1, %2 # " #pfx "_" #op "_return\n" \
125 "1: " #ll " %1, %2 # " #pfx "_fetch_" #op "\n" \
140 ATOMIC_OP(pfx, op, type, c_op, asm_op, ll, sc) \
144 ATOMIC_OPS(atomic, add, int, +=, addu, ll, sc)
145 ATOMIC_OPS(atomic, sub, int, -=, subu, ll, sc)
166 ATOMIC_OPS(atomic, and, int, &=, and, ll, sc)
167 ATOMIC_OPS(atomic, or, int, |=, or, ll, sc)
168 ATOMIC_OPS(atomic, xor, int, ^=, xor, ll, sc)
196 #define ATOMIC_SIP_OP(pfx, type, op, ll, sc) \ argument
[all …]
A Dasm.h218 #define LONG_LL ll
/arch/microblaze/lib/
A Dmuldi3.c43 __w.ll; \
49 const DWunion uu = {.ll = u}; in __muldi3()
50 const DWunion vv = {.ll = v}; in __muldi3()
51 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
56 return w.ll; in __muldi3()
A Dcmpdi2.c9 .ll = a in __cmpdi2()
12 .ll = b in __cmpdi2()
A Ducmpdi2.c8 const DWunion au = {.ll = a}; in __ucmpdi2()
9 const DWunion bu = {.ll = b}; in __ucmpdi2()
A Dlshrdi3.c14 uu.ll = u; in __lshrdi3()
27 return w.ll; in __lshrdi3()
A Dashldi3.c14 uu.ll = u; in __ashldi3()
27 return w.ll; in __ashldi3()
A Dashrdi3.c14 uu.ll = u; in __ashrdi3()
29 return w.ll; in __ashrdi3()
A Dlibgcc.h23 long long ll; member
/arch/powerpc/boot/dts/
A Dps3.dts21 * We'll get the size of the bootmem block from lv1 after startup,
22 * so we'll put a null entry here.
34 * we'll put a null entries here. These will be initialized after
38 * threads is with an ibm,ppc-interrupt-server#s entry. We'll put one
/arch/powerpc/kernel/
A Dalign.c111 u64 ll; in emulate_spe() member
139 data.ll = 0; in emulate_spe()
165 temp.ll = data.ll = 0; in emulate_spe()
192 data.ll = temp.ll; in emulate_spe()
230 data.ll = swab64(data.ll); in emulate_spe()
/arch/sparc/lib/
A Dlibgcc.h16 long long ll; member
/arch/sh/lib/
A Dlibgcc.h24 long long ll; member
/arch/mips/lib/
A Dlibgcc.h31 long long ll; member
/arch/loongarch/mm/
A Dtlbex.S91 ll.d t0, t1, 0
127 ll.d ra, t1, 0
247 ll.d t0, t1, 0
284 ll.d ra, t1, 0
406 ll.d t0, t1, 0
442 ll.d ra, t1, 0
/arch/arm64/boot/dts/qcom/
A Dsc7280-herobrine-herobrine-r1.dts52 * Although the trackpad is really part of the herobrine baseboard, we'll
78 * eDP. Like the trackpad, we'll put it in the board device tree file since
134 * We'll set a pullup here just to park the line.
A Dsc7280-herobrine-crd.dts23 * is expected to be uncommon, we'll leave the "vreg_edp_bl" label
144 * We'll set a pullup here just to park the line.
/arch/parisc/math-emu/
A DREADME5 enough to update our copies with later changes from HP-UX -- it'll
/arch/arm/boot/dts/broadcom/
A Dbcm2711-rpi.dtsi83 * into memory for the OS to consume. It'll also update this node with
/arch/microblaze/boot/dts/
A Dsystem.dts203 Hard_Ethernet_MAC: xps-ll-temac@81c00000 {
209 compatible = "xlnx,xps-ll-temac-1.01.b", "xlnx,xps-ll-temac-1.00.a";
330 compatible = "xlnx,ll-dma-1.00.a";
/arch/arm/mach-omap1/
A DKconfig127 Support for the Palm Tungsten E PDA. To boot the kernel, you'll
138 you'll need a SX1 compatible bootloader; check out
/arch/xtensa/lib/
A Dmulsi3.S60 umul.aa.ll a2, a3
A Dumulsidi3.S88 #define umul_aa_ll umul.aa.ll
/arch/x86/math-emu/
A Dreg_ld_str.c898 unsigned long long ll; in FPU_store_bcd() local
917 ll = significand(&t); in FPU_store_bcd()
947 b = FPU_div_small(&ll, 10); in FPU_store_bcd()
948 b |= (FPU_div_small(&ll, 10)) << 4; in FPU_store_bcd()
/arch/arm/boot/dts/rockchip/
A Drk3288-veyron-mickey.dts187 * Slightly after we throttle the GPU, we'll also make sure that
189 * throttle the CPU lower than 1.4 GHz due to GPU heat--we'll

Completed in 30 milliseconds

123