Searched refs:old_top (Results 1 - 6 of 6) sorted by relevance

/barrelfish-2018-10-04/include/arch/x86_64/barrelfish_kpi/
H A Dasm_inlines_arch.h52 static inline int cmpxchg128(volatile uint64_t dest[2], uint64_t old_top, uint64_t old_bot, uint64_t new_top, uint64_t new_bot) argument
59 : "=a"(ret), "=m"(*dest)//, "=d"(old_top), "=a"(old_bot)
60 : "a"(old_top), "d"(old_bot), "b"(new_top), "c"(new_bot), "m"(*dest)
/barrelfish-2018-10-04/include/arch/k1om/barrelfish_kpi/
H A Dasm_inlines_arch.h95 static inline int cmpxchg128(volatile uint64_t dest[2], uint64_t old_top, uint64_t old_bot, uint64_t new_top, uint64_t new_bot) argument
102 : "=a"(ret), "=m"(*dest)//, "=d"(old_top), "=a"(old_bot)
103 : "a"(old_top), "d"(old_bot), "b"(new_top), "c"(new_bot), "m"(*dest)
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dmem.c603 stack_pop_to(register struct stack_header **pstack, uword *old_top) argument
607 while (old_top < (uword *)(stack + 1) || stack->limit <= old_top)
609 stack->top = old_top;
H A Dmem.h83 extern void stack_pop_to ARGS((struct stack_header **pstack, uword *old_top));
/barrelfish-2018-10-04/lib/lua/src/
H A Dldo.c596 ptrdiff_t old_top, ptrdiff_t ef) {
605 StkId oldtop = restorestack(L, old_top);
595 luaD_pcall(lua_State *L, Pfunc func, void *u, ptrdiff_t old_top, ptrdiff_t ef) argument
/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c4044 char* old_top = (char*)m->top; local
4045 msegmentptr oldsp = segment_holding(m, old_top);
4051 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp;
4083 if (csp != old_top) {
4084 mchunkptr q = (mchunkptr)old_top;
4085 size_t psize = csp - old_top;

Completed in 79 milliseconds