Home
last modified time | relevance | path

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

/lk-master/platform/pc/
A Dconsole.c47 int x1, y1, x2, y2; member
129 void window(int x1, int y1, int x2, int y2) { in window() argument
130 view_window.x1 = x1; in window()
144 for (i = x1; i <= x2; i++) { in _clear()
150 place(x1,y1); in _clear()
152 curr_x = x1; in _clear()
166 for (x = x1; x <= x2; x++) { in _scroll()
172 for (x = x1; x <= x2; x++) { in _scroll()
192 x = view_window.x1; in cputc()
210 x = view_window.x1; in cputc()
[all …]
/lk-master/arch/arm64/
A Dexceptions.S34 push x0, x1
36 mrs x1, elr_el1
39 stp x1, x2, [sp, #regsave_long_offset + 16]
52 push x0, x1
54 mrs x1, elr_el1
62 ldp x1, x2, [sp, #regsave_long_offset + 16]
64 msr elr_el1, x1
66 pop x0, x1
88 msr elr_el1, x1
90 pop x0, x1
[all …]
A Dspinlock.S14 mov x1, #1
17 stxr w0, x1, [x2]
22 mov x1, #1
28 stxr w2, x1, [x0]
A Dcache-ops.S18 add x2, x0, x1 // calculate the end address
A Dasm.S30 mov sp, x1
/lk-master/platform/pc/include/platform/
A Dconsole.h25 void _clear(char c, char attr, int x1, int y1, int x2, int y2);
28 void _scroll(char attr, int x1, int y1, int x2, int y2);
37 void window(int x1, int y1, int x2, int y2);
/lk-master/target/sifive-unleashed/dt/
A Dhifive-unleashed-a00-microsemi.dts9 #interrupt-cells = <0x1>;
/lk-master/arch/arm64/include/arch/arm64/
A Dcache_loop.h32 mrs x1, ccsidr_el1 // w1 = ccsidr
/lk-master/lib/gfx/include/lib/
A Dgfx.h72 void gfx_line(gfx_surface *surface, uint x1, uint y1, uint x2, uint y2, uint color);
/lk-master/external/platform/pico/rp2_common/pico_divider/
A Ddivider.S446 adds r4,#1 @ x1=(x0>>15)+1; 2^16<x1<=2^17
455 …ldr r4,[r7,#SIO_DIV_QUOTIENT_OFFSET] @ r=0xffffffffU/x1; 2^15<=r<2^16 r is a normalised reciproca…
669 adds r4,#1 @ x1=(ui32)(x0>>31)+1; // 2^16<x1<=2^17
677 …ldr r4,[r7,#SIO_DIV_QUOTIENT_OFFSET] @ r=0xffffffffU/x1; 2^15<=r<2^16 r is a normalised reciproca…
/lk-master/lib/gfx/
A Dgfx.c316 void gfx_line(gfx_surface *surface, uint x1, uint y1, uint x2, uint y2, uint color) { in gfx_line() argument
317 if (unlikely(x1 >= surface->width)) in gfx_line()
327 int dx = x2 - x1; in gfx_line()
339 uint px = x1; in gfx_line()

Completed in 17 milliseconds