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

/linux-master/arch/x86/realmode/rm/
H A Dstack.S9 SYM_DATA(HEAP, .long rm_heap)
/linux-master/fs/bcachefs/
H A Dclock_types.h26 typedef HEAP(struct io_timer *) io_timer_heap;
H A Dec_types.h39 typedef HEAP(struct ec_stripe_heap_entry) ec_stripes_heap;
H A Dutil.h57 #define HEAP(type) \ macro
63 #define DECLARE_HEAP(type, name) HEAP(type) name
/linux-master/arch/x86/boot/
H A Dboot.h172 extern char *HEAP;
174 #define RESET_HEAP() ((void *)( HEAP = _end ))
179 HEAP = (char *)(((size_t)HEAP+(a-1)) & ~(a-1));
180 tmp = HEAP;
181 HEAP += s*n;
189 return (int)(heap_end-HEAP) >= (int)n;
H A Dmain.c22 char *HEAP = _end; variable

Completed in 112 milliseconds