Home
last modified time | relevance | path

Searched refs:x1 (Results 1 – 25 of 164) sorted by relevance

1234567

/Zephyr-Core-3.5.0/arch/arm64/core/
Disr_wrapper.S43 ldr x1, [x0, #___cpu_t_irq_stack_OFFSET]
45 mov sp, x1
48 sub x1, x1, #CONFIG_ISR_STACK_SIZE
49 str x1, [x0, #_cpu_offset_to_current_stack_limit]
81 mov x1, #(CONFIG_NUM_IRQS - 1)
82 cmp x0, x1
88 ldr x1, =_sw_isr_table
89 add x1, x1, x0, lsl #4 /* table is 16-byte wide */
90 ldp x0, x3, [x1] /* arg in x0, ISR in x3 */
124 ldr x1, [sp]
[all …]
Dswitch.S40 stp x19, x20, [x1, #_thread_offset_to_callee_saved_x19_x20]
41 stp x21, x22, [x1, #_thread_offset_to_callee_saved_x21_x22]
42 stp x23, x24, [x1, #_thread_offset_to_callee_saved_x23_x24]
43 stp x25, x26, [x1, #_thread_offset_to_callee_saved_x25_x26]
44 stp x27, x28, [x1, #_thread_offset_to_callee_saved_x27_x28]
46 stp x29, x4, [x1, #_thread_offset_to_callee_saved_x29_sp_el0]
48 str x29, [x1, #_thread_offset_to_callee_saved_x29_sp_el0]
53 stp x4, lr, [x1, #_thread_offset_to_callee_saved_sp_elx_lr]
58 strb w2, [x1, #_thread_offset_to_exception_depth]
72 stp x0, x1, [sp, #-16]!
[all …]
Dvector_table.S57 stp x0, x1, [sp, ___esf_t_x0_x1_OFFSET]
90 ldr x1, [x0, #_cpu_offset_to_safe_exception_stack]
91 msr sp_el0, x1
155 z_arm64_enter_exc x0, x1, el1
160 z_arm64_enter_exc x0, x1, el1
173 z_arm64_enter_exc x0, x1, el1
178 z_arm64_enter_exc x0, x1, el1
183 z_arm64_enter_exc x0, x1, el1
196 z_arm64_enter_exc x0, x1, el1
201 z_arm64_enter_exc x0, x1, el0
[all …]
Duserspace.S34 cmp x0, x1
60 add x1, x1, x0
77 cmp x0, x1
96 ldp x0, x1, [sp, ___esf_t_x0_x1_OFFSET]
Dirq_offload.c19 register const void *x1 __asm__("x1") = parameter; in arch_irq_offload()
24 "r" (x0), "r" (x1)); in arch_irq_offload()
Dsemihost.c13 register void *x1 __asm__ ("x1") = args; in semihost_exec()
17 : "=r" (ret) : "r" (w0), "r" (x1) : "memory"); in semihost_exec()
/Zephyr-Core-3.5.0/boards/arm/colibri_imx7d_m4/
Dcolibri_imx7d_m4-pinctrl.dtsi18 drive-strength = "x1";
30 drive-strength = "x1";
42 drive-strength = "x1";
54 drive-strength = "x1";
66 drive-strength = "x1";
77 drive-strength = "x1";
88 drive-strength = "x1";
99 drive-strength = "x1";
110 drive-strength = "x1";
/Zephyr-Core-3.5.0/tests/drivers/build_all/counter/boards/
Darty_a7_arm_designstart_m1.overlay15 xlnx,gen0-assert = <0x1>;
16 xlnx,gen1-assert = <0x1>;
18 xlnx,trig0-assert = <0x1>;
19 xlnx,trig1-assert = <0x1>;
/Zephyr-Core-3.5.0/boards/arm/pico_pi_m4/
Dpico_pi_m4-pinctrl.dtsi20 drive-strength = "x1";
32 drive-strength = "x1";
44 drive-strength = "x1";
56 drive-strength = "x1";
69 drive-strength = "x1";
82 drive-strength = "x1";
95 drive-strength = "x1";
/Zephyr-Core-3.5.0/boards/arm/warp7_m4/
Dwarp7_m4-pinctrl.dtsi20 drive-strength = "x1";
32 drive-strength = "x1";
44 drive-strength = "x1";
57 drive-strength = "x1";
70 drive-strength = "x1";
83 drive-strength = "x1";
/Zephyr-Core-3.5.0/tests/drivers/build_all/pwm/boards/
Darty_a7_arm_designstart_m1.overlay15 xlnx,gen0-assert = <0x1>;
16 xlnx,gen1-assert = <0x1>;
18 xlnx,trig0-assert = <0x1>;
/Zephyr-Core-3.5.0/scripts/checkpatch/
Dtimestamp53 if [ x${all_separated} == x1 ]; then
59 if [ x${date_only} == x1 ]; then
66 if [ x${no_seconds} == x1 ]; then
/Zephyr-Core-3.5.0/boards/arm/mimx8mp_phyboard_pollux/
Dmimx8mp_phyboard_pollux-pinctrl.dtsi15 drive-strength = "x1";
26 drive-strength = "x1";
36 drive-strength = "x1";
/Zephyr-Core-3.5.0/drivers/sensor/ntc_thermistor/
Dntc_thermistor_calc.c21 static int ntc_fixp_linear_interpolate(int x0, int y0, int x1, int y1, int x) in ntc_fixp_linear_interpolate() argument
26 if (x1 == x0 || x == x1) { in ntc_fixp_linear_interpolate()
30 return y0 + ((y1 - y0) * (x - x0) / (x1 - x0)); in ntc_fixp_linear_interpolate()
/Zephyr-Core-3.5.0/modules/lvgl/
Dlvgl_display_mono.c13 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_mono()
36 display_write(display_dev, area->x1, area->y1, &desc, (void *)color_p); in lvgl_flush_cb_mono()
38 display_write(display_dev, area->x1, area->y1, &desc, (void *)color_p); in lvgl_flush_cb_mono()
98 area->x1 = 0; in lvgl_rounder_cb_mono()
105 area->x1 &= ~0x7; in lvgl_rounder_cb_mono()
/Zephyr-Core-3.5.0/tests/lib/devicetree/memory_region/
Dapp.overlay7 #address-cells = < 0x1 >;
8 #size-cells = < 0x1 >;
/Zephyr-Core-3.5.0/drivers/console/
Djailhouse_debug_console.c20 register unsigned long x1 __asm__("x1") = c; in console_out()
23 : "+r" (x0), "+r" (x1) : : ); in console_out()
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/
Dnpcx-alts-map.dtsi52 alts = <&scfg 0x02 0x1 0>;
75 alts = <&scfg 0x03 0x1 0>;
95 alts = <&scfg 0x04 0x1 0>;
129 alts = <&scfg 0x06 0x1 0>;
155 alts = <&scfg 0x07 0x1 1>;
181 alts = <&scfg 0x08 0x1 1>;
207 alts = <&scfg 0x09 0x1 1>;
233 alts = <&scfg 0x0A 0x1 1>;
250 alts = <&scfg 0x0B 0x1 0>;
273 alts = <&scfg 0x0C 0x1 0>;
[all …]
/Zephyr-Core-3.5.0/boards/arm/s32z270dc2_r52/support/
Dstartup.cmm191 Data.Set EAXI:0x41900304 %LE %Long 0x1
207 Data.Set EAXI:0x41900300 %LE %Long 0x1
220 Data.Set EAXI:0x41900504 %LE %Long 0x1
236 Data.Set EAXI:0x41900500 %LE %Long 0x1
261 Data.Set EAXI:0x41900340 %LE %Long 0x1
262 Data.Set EAXI:0x41900344 %LE %Long 0x1
272 Data.Set EAXI:0x41900360 %LE %Long 0x1
273 Data.Set EAXI:0x41900364 %LE %Long 0x1
283 Data.Set EAXI:0x41900380 %LE %Long 0x1
284 Data.Set EAXI:0x41900384 %LE %Long 0x1
[all …]
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx7/
Dnpcx7-alts-map.dtsi17 alts = <&scfg 0x05 0x1 1>;
25 alts = <&scfg 0x01 0x1 0>;
46 alts = <&scfg 0x0E 0x1 0>;
/Zephyr-Core-3.5.0/boards/arm64/mimx8mp_evk/
Dmimx8mp_evk-pinctrl.dtsi16 drive-strength = "x1";
26 drive-strength = "x1";
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx4/
Dnpcx4-alts-map.dtsi30 alts = <&scfg 0x05 0x1 0>;
83 alts = <&scfg 0x11 0x1 0>;
104 alts = <&scfg 0x12 0x1 0>;
135 alts = <&scfg 0x14 0x1 0>;
161 alts = <&scfg 0x15 0x1 0>;
178 alts = <&scfg 0x16 0x1 0>;
/Zephyr-Core-3.5.0/tests/drivers/pinctrl/api/
Dapp.overlay79 reg = <0x0 0x1>;
87 reg = <0x1 0x1>;
/Zephyr-Core-3.5.0/tests/drivers/build_all/gpio/
Daltera.overlay18 #interrupt-cells = < 0x1 >;
20 phandle = < 0x1 >;
/Zephyr-Core-3.5.0/doc/services/storage/flash_map/
Dexample_fragment.dts14 #address-cells = <0x1>;
15 #size-cells = <0x1>;

1234567