Searched refs:FP_LR_OFFSET (Results 1 – 2 of 2) sorted by relevance
166 #define FP_LR_OFFSET ((uint32_t)4) macro233 if ((((fp + FP_LR_OFFSET) ^ fp_for_ppn) >> PAGE_SHIFT) != 0x0U) { in print_one_backtrace()234 ppn = pmap_find_phys(pmap, fp + FP_LR_OFFSET); in print_one_backtrace()235 fp_for_ppn = fp + (is_64_bit ? FP_LR_OFFSET64 : FP_LR_OFFSET); in print_one_backtrace()245 … lr = ml_phys_read_word(((((vm_offset_t)ppn) << PAGE_SHIFT)) | ((fp + FP_LR_OFFSET) & PAGE_MASK)); in print_one_backtrace()251 …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()
179 #define FP_LR_OFFSET ((uint32_t)4) macro252 if ((((fp + FP_LR_OFFSET) ^ fp_for_ppn) >> PAGE_SHIFT) != 0x0U) { in print_one_backtrace()253 ppn = pmap_find_phys(pmap, fp + FP_LR_OFFSET); in print_one_backtrace()254 fp_for_ppn = fp + (is_64_bit ? FP_LR_OFFSET64 : FP_LR_OFFSET); in print_one_backtrace()260 … lr = ml_phys_read_word(((((vm_offset_t)ppn) << PAGE_SHIFT)) | ((fp + FP_LR_OFFSET) & PAGE_MASK)); in print_one_backtrace()266 …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()