Home
last modified time | relevance | path

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

/lk-master/arch/riscv/
A Dasm.S56 STR tp, RISCV_IFRAME_TP(sp)
57 …LDR tp, (RISCV_IFRAME_LEN-__riscv_xlen / 8)(sp) // this is where the top of the stack used to …
126 STR tp, REGOFF(-1)(gp)
129 LDR tp, RISCV_IFRAME_TP(sp)
A Dexceptions.c58 printf("gp %#16lx tp %#16lx sp %#lx\n", frame->gp, frame->tp, frame->sp); in dump_iframe()
/lk-master/platform/rp20xx/tools/
A Duf2conv.py189 tp = rec[3]
190 if tp == 4:
192 elif tp == 2:
195 elif tp == 1:
197 elif tp == 0:
/lk-master/arch/riscv/include/arch/riscv/
A Diframe.h49 unsigned long tp; member
/lk-master/external/lib/heap/dlmalloc/
A Ddlmalloc.c4316 tchunkptr tp = (tchunkptr)p; in release_unused_segments() local
4323 unlink_large_chunk(m, tp); in release_unused_segments()
4333 insert_large_chunk(m, tp, psize); in release_unused_segments()
4824 tchunkptr tp = (tchunkptr)p; in dlfree() local
4825 insert_large_chunk(fm, tp, psize); in dlfree()
5751 tchunkptr tp = (tchunkptr)p; in mspace_free() local
5752 insert_large_chunk(fm, tp, psize); in mspace_free()

Completed in 18 milliseconds