Home
last modified time | relevance | path

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

/components/lwp/arch/aarch64/cortex-a/
A Dlwp_gcc.S63 msr elr_el1, x1
97 msr elr_el1, x1
117 mov sp, x1
192 mov x1, sp
233 orr x2, x2, x1
237 bic x2, x2, x1
247 mrs x1, elr_el1
307 mrs x1, spsr_el1
311 orr x1, x1, #(1 << 21)
334 mov sp, x1
[all …]
/components/drivers/virtio/
A Dvirtio_gpu.c711 static void virtio_gpu_draw_hline(const char *pixel, int x1, int x2, int y) in virtio_gpu_draw_hline() argument
719 x1 < 0 || x2 < 0 || y < 0) in virtio_gpu_draw_hline()
724 if (x1 > x2) in virtio_gpu_draw_hline()
726 x1 ^= x2; in virtio_gpu_draw_hline()
727 x2 ^= x1; in virtio_gpu_draw_hline()
728 x1 ^= x2; in virtio_gpu_draw_hline()
732 fb += (y * virtio_gpu_dev->pmode.r.width + x1) * VIRTIO_GPU_FORMAT_PIXEL; in virtio_gpu_draw_hline()
734 for (i = x1; i < x2; ++i) in virtio_gpu_draw_hline()
/components/drivers/include/drivers/classes/
A Dgraphic.h97 void (*draw_hline)(const char *pixel, int x1, int x2, int y);
/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dauth_none.c121 static bool_t authnone_validate(AUTH *x, struct opaque_auth *x1) in authnone_validate() argument
/components/dfs/dfs_v1/filesystems/nfs/
A Dnfs_auth.c158 static bool_t authnone_validate(AUTH *x, struct opaque_auth *x1) in authnone_validate() argument

Completed in 10 milliseconds