Home
last modified time | relevance | path

Searched refs:x4 (Results 1 – 16 of 16) sorted by relevance

/libcpu/aarch64/common/up/
A Dcontext_gcc.S83 ldr x4, =rt_interrupt_from_thread
84 str x0, [x4]
111 ldr x4, [x3]
113 str x0, [x4] // store sp in preempted tasks's tcb
116 ldr x4, [x3]
117 ldr x0, [x4] // get new task's stack pointer
/libcpu/aarch64/common/
A Dsmccc.S18 ldr x4, [sp, #16]
19 stp x0, x1, [x4, #0]
20 stp x2, x3, [x4, #16]
A Dcache.S31 mov x4, #0x7fff
32 and x4, x4, x6, lsr #13 /* x4 <- max number of #sets */
44 lsl x7, x4, x2
52 subs x4, x4, #1 /* decrement the set */
A Dtrap.c157 …rt_kprintf("X04:0x%16.16p X05:0x%16.16p X06:0x%16.16p X07:0x%16.16p\n", (void *)regs->x4, (void *)… in rt_hw_show_register()
/libcpu/aarch64/common/include/
A Dhypercall.h22 rt_uint64_t x3, rt_uint64_t x4, rt_uint64_t x5, rt_uint64_t x6, rt_uint32_t w7) in rt_hw_hypercall() argument
26 arm_smccc_hvc(w0, x1, x2, x3, x4, x5, x6, w7, &res, RT_NULL); in rt_hw_hypercall()
A Dvector_gcc.h26 stp x4, x5, [sp, #-0x10]!
80 ldp x4, x5, [sp], #0x10
A Darmv8.h138 rt_uint64_t x4; member
/libcpu/aarch64/cortex-a/
A Dentry_point.S137 get_pvoff x4 x2
140 ldr x4, =0xff00ffffff
141 and x0, x5, x4
148 and x3, x3, x4
257 ldr x4, =~0x7
258 and x2, x2, x4 /* Mask ~7 */
/libcpu/risc-v/rv64/
A Dtrap.c21 uint64_t x4; member
59 …x4 (tp : Thread pointer ) ==> 0x%08x%08x\n", esf->x4 >> 32 , esf->x4 & UINT32_MA… in print_stack_frame()
/libcpu/risc-v/t-head/c906/
A Dopcode.h68 #define OPC_DCACHE_CVA(rs1) __OPC_INSN_FORMAT_CACHE(0x1, x4, rs1)
/libcpu/risc-v/t-head/c908/
A Dopcode.h72 #define OPC_DCACHE_CVAL1(rs1) __OPC_INSN_FORMAT_CACHE(0x1, x4, rs1)
/libcpu/aarch64/common/mp/
A Dcontext_gcc.h50 ldp x4, x5, [sp], #0x10
/libcpu/risc-v/common64/
A Dstartup_gcc.S48 li x4, 0
A Dstackframe.h89 STORE x4, 4 * REGBYTES(sp) /* save tp */
264 LOAD x4, 4 * REGBYTES(sp) /* restore tp */
/libcpu/risc-v/common/
A Dinterrupt_gcc.S71 STORE x4, 4 * REGBYTES(sp)
141 LOAD x4, 4 * REGBYTES(sp)
272 STORE x4, 4 * REGBYTES(sp)
A Dcontext_gcc.S149 STORE x4, 4 * REGBYTES(sp)
247 LOAD x4, 4 * REGBYTES(sp)

Completed in 13 milliseconds