Searched refs:FP_LR_OFFSET (Results 1 – 2 of 2) sorted by relevance
155 #define FP_LR_OFFSET ((uint32_t)4) macro218 if ((((fp + FP_LR_OFFSET) ^ fp_for_ppn) >> PAGE_SHIFT) != 0x0U) { in print_one_backtrace()219 ppn = pmap_find_phys(pmap, fp + FP_LR_OFFSET); in print_one_backtrace()220 fp_for_ppn = fp + (is_64_bit ? FP_LR_OFFSET64 : FP_LR_OFFSET); in print_one_backtrace()230 … lr = ml_phys_read_word(((((vm_offset_t)ppn) << PAGE_SHIFT)) | ((fp + FP_LR_OFFSET) & PAGE_MASK)); in print_one_backtrace()236 …flush("%s\t Could not read LR from frame at 0x%08x\n", cur_marker, (uint32_t)(fp + FP_LR_OFFSET)); in print_one_backtrace()
175 #define FP_LR_OFFSET ((uint32_t)4) macro249 if ((((fp + FP_LR_OFFSET) ^ fp_for_ppn) >> PAGE_SHIFT) != 0x0U) { in print_one_backtrace()250 ppn = pmap_find_phys(pmap, fp + FP_LR_OFFSET); in print_one_backtrace()251 fp_for_ppn = fp + (is_64_bit ? FP_LR_OFFSET64 : FP_LR_OFFSET); in print_one_backtrace()257 … lr = ml_phys_read_word(((((vm_offset_t)ppn) << PAGE_SHIFT)) | ((fp + FP_LR_OFFSET) & PAGE_MASK)); in print_one_backtrace()263 …flush("%s\t Could not read LR from frame at 0x%08x\n", cur_marker, (uint32_t)(fp + FP_LR_OFFSET)); in print_one_backtrace()