Home
last modified time | relevance | path

Searched refs:gp (Results 1 – 6 of 6) sorted by relevance

/arch/riscv/
A Dasm.S59 STR gp, RISCV_IFRAME_GP(sp)
62 csrrw gp, RISCV_CSR_XSCRATCH, zero
63 STR gp, RISCV_IFRAME_SP(sp)
68 lla gp, __global_pointer$
125 addi gp, sp, RISCV_IFRAME_LEN
126 STR tp, REGOFF(-1)(gp)
127 csrw RISCV_CSR_XSCRATCH, gp
130 LDR gp, RISCV_IFRAME_GP(sp)
A Dstart.S19 lla gp, __global_pointer$
237 add gp, gp, t0
A Dexceptions.c82 printf("gp %#16lx tp %#16lx sp %#lx\n", frame->gp, frame->tp, frame->sp); in dump_iframe()
/arch/riscv/include/arch/riscv/
A Diframe.h50 unsigned long gp; member
63 static_assert(offsetof(struct riscv_short_iframe, gp) == RISCV_IFRAME_GP, "");
/arch/mips/
A Dvectors.S40 sw $gp, 68($sp)
76 lw $gp, 68($sp)
/arch/mips/include/arch/
A Dmips.h77 uint32_t gp; member

Completed in 10 milliseconds