Searched refs:x4 (Results 1 – 16 of 16) sorted by relevance
| /libcpu/aarch64/common/up/ |
| A D | context_gcc.S | 83 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 D | smccc.S | 18 ldr x4, [sp, #16] 19 stp x0, x1, [x4, #0] 20 stp x2, x3, [x4, #16]
|
| A D | cache.S | 31 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 D | trap.c | 157 …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 D | hypercall.h | 22 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 D | vector_gcc.h | 26 stp x4, x5, [sp, #-0x10]! 80 ldp x4, x5, [sp], #0x10
|
| A D | armv8.h | 138 rt_uint64_t x4; member
|
| /libcpu/aarch64/cortex-a/ |
| A D | entry_point.S | 137 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 D | trap.c | 21 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 D | opcode.h | 68 #define OPC_DCACHE_CVA(rs1) __OPC_INSN_FORMAT_CACHE(0x1, x4, rs1)
|
| /libcpu/risc-v/t-head/c908/ |
| A D | opcode.h | 72 #define OPC_DCACHE_CVAL1(rs1) __OPC_INSN_FORMAT_CACHE(0x1, x4, rs1)
|
| /libcpu/aarch64/common/mp/ |
| A D | context_gcc.h | 50 ldp x4, x5, [sp], #0x10
|
| /libcpu/risc-v/common64/ |
| A D | startup_gcc.S | 48 li x4, 0
|
| A D | stackframe.h | 89 STORE x4, 4 * REGBYTES(sp) /* save tp */ 264 LOAD x4, 4 * REGBYTES(sp) /* restore tp */
|
| /libcpu/risc-v/common/ |
| A D | interrupt_gcc.S | 71 STORE x4, 4 * REGBYTES(sp) 141 LOAD x4, 4 * REGBYTES(sp) 272 STORE x4, 4 * REGBYTES(sp)
|
| A D | context_gcc.S | 149 STORE x4, 4 * REGBYTES(sp) 247 LOAD x4, 4 * REGBYTES(sp)
|
Completed in 13 milliseconds