Searched refs:fr (Results 1 – 1 of 1) sorted by relevance
156 static bool is_valid_frame_record(struct frame_record *fr) in is_valid_frame_record() argument158 return is_valid_object((uintptr_t)fr, sizeof(struct frame_record)); in is_valid_frame_record()165 static struct frame_record *adjust_frame_record(struct frame_record *fr) in adjust_frame_record() argument168 return fr; in adjust_frame_record()170 return (struct frame_record *)((uintptr_t)fr - 4U); in adjust_frame_record()174 static void unwind_stack(struct frame_record *fr, uintptr_t current_pc, in unwind_stack() argument181 if (!is_valid_frame_record(fr)) { in unwind_stack()183 fr); in unwind_stack()187 call_site = extract_address(fr->return_addr); in unwind_stack()190 fr); in unwind_stack()[all …]