Searched refs:frame (Results 1 – 3 of 3) sorted by relevance
833 struct stack_frame *frame; in build_stack_frame() local837 frame -= 1; in build_stack_frame()839 frame->magic = SP_BOTTOM_MAGIC; in build_stack_frame()841 frame->rflag = 0UL; in build_stack_frame()842 frame->rbx = 0UL; in build_stack_frame()843 frame->rbp = 0UL; in build_stack_frame()844 frame->r12 = 0UL; in build_stack_frame()845 frame->r13 = 0UL; in build_stack_frame()846 frame->r14 = 0UL; in build_stack_frame()847 frame->r15 = 0UL; in build_stack_frame()[all …]
376 CFLAGS += -DHV_DEBUG -DPROFILING_ON -fno-omit-frame-pointer
935 the need to pass -fomit-frame-pointer to avoid a build error with -O0.
Completed in 11 milliseconds