Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 237) sorted by relevance

12345678910

/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcache.S30 and x2, x6, #7 /* x2 <- log2(cache line size)-4 */
31 add x2, x2, #4 /* x2 <- log2(cache line size) */
48 lsl x7, x4, x2
136 mov x2, #4
137 lsl x2, x2, x3 /* cache line size */
140 sub x3, x2, #1
143 add x0, x0, x2
162 mov x2, #4
163 lsl x2, x2, x3 /* cache line size */
166 sub x3, x2, #1
[all …]
H A Dexceptions.S62 stp x1, x2, [sp, #-16]!
79 mrs x2, elr_el3
82 mrs x2, elr_el2
85 mrs x2, elr_el1
87 stp x2, x0, [sp, #-16]!
101 ldp x2, x0, [sp],#16
103 3: msr elr_el3, x2
105 2: msr elr_el2, x2
107 1: msr elr_el1, x2
121 ldp x1, x2, [sp],#16
H A Dsec_firmware_asm.S33 str w3, [x2]
47 mov x2, 0x0
68 mov x3, x2
69 mov x2, x1
/openbmc/u-boot/arch/arm/lib/
H A Drelocate_64.S46 adr x2, __image_copy_end /* x2 <- Run &__image_copy_end */
50 cmp x1, x2 /* until source end address [x2] */
57 adr x2, __rel_dyn_start /* x2 <- Run &__rel_dyn_start */
60 ldp x0, x1, [x2], #16 /* (x0,x1) <- (SRC location, fixup) */
61 ldr x4, [x2], #8 /* x4 <- addend */
71 cmp x2, x3
H A Dsetjmp_aarch64.S19 mov x2, sp
20 str x2, [x0, #96]
34 ldr x2, [x0,#96]
35 mov sp, x2
H A Dccn504.S29 str x9, [x0, x2]
30 1: ldr x10, [x0, x2]
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dlowlevel.S36 ldr x2, =DCFG_CCSR_SVR
37 ldr w2, [x2]
46 ldr x2, =SCFG_GIC400_ALIGN
47 ldr w2, [x2]
118 ldr x2, =CCI_MN_DVM_DOMAIN_CTL_SET
329 mov x2, #0
331 str x2, [x0]
370 ldr x2, [x0]
371 cmp x2, x1 /* check status */
394 ldr x2, [x0]
[all …]
/openbmc/qemu/tests/tcg/s390x/
H A Dlae.c11 unsigned long long ar = -1, b2 = 100000, r, x2 = 500; in main() local
24 : [b2] "r" (b2), [x2] "r" (x2) in main()
/openbmc/qemu/include/ui/
H A Drect.h35 int16_t x1, x2, y1, y2; in qemu_rect_intersect() local
39 x2 = MIN(a->x + a->width, b->x + b->width); in qemu_rect_intersect()
42 if (x1 >= x2 || y1 >= y2) { in qemu_rect_intersect()
51 qemu_rect_init(res, x1, y1, x2 - x1, y2 - y1); in qemu_rect_intersect()
/openbmc/qemu/docs/system/arm/
H A Dxlnx-zynq.rst19 - SPI x2
22 - TTC x2
23 - Gigabit Ethernet Controller x2
24 - SD Controller x2
28 - USB 2.0 x2
/openbmc/u-boot/arch/arm/dts/
H A Ds900.dtsi13 #address-cells = <0x2>;
14 #size-cells = <0x2>;
31 #address-cells = <0x2>;
32 #size-cells = <0x2>;
H A Drk3288-evb.dts19 rockchip,pctl-timing = <0x215 0xc8 0x0 0x35 0x26 0x2 0x70 0x2000d
22 0x1 0x2 0x2 0x4 0x0 0x0 0xc0 0x4
25 0x0 0xc3 0x6 0x2>;
H A Drk3288-fennec.dts19 rockchip,pctl-timing = <0x215 0xc8 0x0 0x35 0x26 0x2 0x70 0x2000d
22 0x1 0x2 0x2 0x4 0x0 0x0 0xc0 0x4
25 0x0 0xc3 0x6 0x2>;
H A Drk3288-tinker.dts19 rockchip,pctl-timing = <0x215 0xc8 0x0 0x35 0x26 0x2 0x70 0x2000d
22 0x1 0x2 0x2 0x4 0x0 0x0 0xc0 0x4
25 0x0 0xc3 0x6 0x2>;
H A Drk3288-veyron-speedy-u-boot.dtsi7 rockchip,pctl-timing = <0x215 0xc8 0x0 0x35 0x26 0x2 0x70 0x2000d
10 0x1 0x2 0x2 0x4 0x0 0x0 0xc0 0x4
H A Darmada-7040-db-nand.dts116 pin-func = < 0x2 0x2 0x2 0x2 0x2 0x2 0x3 0x3 0x3 0x3
117 0x3 0x3 0x0 0x2 0x0 0x1 0x1 0x1 0x1 0x1
119 0xa 0x0 0x7 0x0 0x7 0x7 0x7 0x2 0x2 0x0
/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv9a/
H A Dtune-cortexx2.inc2 # Tune Settings for cortex-x2
6 TUNEVALID[cortexx2] = "Enable cortex-x2 specific processor optimizations"
7 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexx2', ' -mcpu=cortex-x2', '', d)}"
/openbmc/u-boot/arch/riscv/dts/
H A Dae350_32.dts151 interrupt-parent = <0x2>;
158 interrupt-parent = <0x2>;
165 interrupt-parent = <0x2>;
172 interrupt-parent = <0x2>;
179 interrupt-parent = <0x2>;
186 interrupt-parent = <0x2>;
193 interrupt-parent = <0x2>;
200 interrupt-parent = <0x2>;
H A Dae350_64.dts151 interrupt-parent = <0x2>;
158 interrupt-parent = <0x2>;
165 interrupt-parent = <0x2>;
172 interrupt-parent = <0x2>;
179 interrupt-parent = <0x2>;
186 interrupt-parent = <0x2>;
193 interrupt-parent = <0x2>;
200 interrupt-parent = <0x2>;
/openbmc/qemu/tests/tcg/aarch64/system/
H A Dboot.S260 add x2, x0, x1, lsr #(30 - 3) /* offset in l1 page table */
265 str x1, [x2]
274 add x2, x0, x4, lsr #(21 - 3) /* offset in l2 page table */
277 str x1, [x2] /* 1st 2mb (.text & rodata) */
284 add x2, x0, x4, lsr #(21 - 3) /* offset in l2 page table */
287 str x1, [x2] /* 2nd 2mb (.data & .bss)*/
294 add x2, x0, x4, lsr #(21 - 3)
298 str x1, [x2]
/openbmc/docs/logo/
H A DOpenBMC-Logo2.svg3 …<linearGradient gradientUnits="userSpaceOnUse" y2="154.54" x2="82.9" y1="11.55" x1="82.9" id="line…
7 …dientTransform="translate(0 40)" xlink:href="#linear-gradient" y2="158.66" x2="81.55" y1="27.55" x…
8 …<linearGradient gradientUnits="userSpaceOnUse" y2="154.8" x2="156.66" y1="51.54" x1="156.66" id="l…
12 …ientTransform="translate(0 40)" xlink:href="#linear-gradient-3" y2="154.8" x2="158.41" y1="51.54" …
13 …<linearGradient gradientTransform="translate(0 40)" y2="154.8" x2="156.66" y1="51.54" x1="156.66" …
14 …<linearGradient gradientTransform="translate(0 40)" y2="154.54" x2="82.9" y1="11.55" x1="82.9" gra…
/openbmc/qemu/tests/tcg/aarch64_be/
H A Dhello.c14 register int x2 __asm__("x2") = len; in write()
17 asm volatile("svc #0" : : "r"(x0), "r"(x1), "r"(x2), "r"(x8)); in write()
/openbmc/openbmc-tools/dbus-vis/
H A Dinfo_panel.js4 var x1=0, y1=0, x2=0, y2=0;
15 x2 = e.clientX;
25 x1 = x2 - e.clientX; y1 = y2 - e.clientY;
26 x2 = e.clientX; y2 = e.clientY;
/openbmc/qemu/tests/qtest/migration/aarch64/
H A Da-b-kernel.S33 mov x2, #ARM_MACH_VIRT_UART
34 strb w3, [x2]
72 strb w3, [x2]
/openbmc/phosphor-webui/app/assets/images/
H A Dlogo.svg1x2="82.9" y2="154.54" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00b0da"/><stop …

12345678910