Searched refs:gp (Results 1 – 6 of 6) sorted by relevance
| /arch/riscv/ |
| A D | asm.S | 59 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 D | start.S | 19 lla gp, __global_pointer$ 237 add gp, gp, t0
|
| A D | exceptions.c | 82 printf("gp %#16lx tp %#16lx sp %#lx\n", frame->gp, frame->tp, frame->sp); in dump_iframe()
|
| /arch/riscv/include/arch/riscv/ |
| A D | iframe.h | 50 unsigned long gp; member 63 static_assert(offsetof(struct riscv_short_iframe, gp) == RISCV_IFRAME_GP, "");
|
| /arch/mips/ |
| A D | vectors.S | 40 sw $gp, 68($sp) 76 lw $gp, 68($sp)
|
| /arch/mips/include/arch/ |
| A D | mips.h | 77 uint32_t gp; member
|
Completed in 10 milliseconds