Searched refs:FP_LR_OFFSET64 (Results 1 – 2 of 2) sorted by relevance
156 #define FP_LR_OFFSET64 ((uint32_t)8) macro220 fp_for_ppn = fp + (is_64_bit ? FP_LR_OFFSET64 : FP_LR_OFFSET); in print_one_backtrace()224 …lr = ml_phys_read_double_64(((((vm_offset_t)ppn) << PAGE_SHIFT)) | ((fp + FP_LR_OFFSET64) & PAGE_M… in print_one_backtrace()234 …pend_noflush("%s\t Could not read LR from frame at 0x%016llx\n", cur_marker, fp + FP_LR_OFFSET64); in print_one_backtrace()
176 #define FP_LR_OFFSET64 ((uint32_t)8) macro251 fp_for_ppn = fp + (is_64_bit ? FP_LR_OFFSET64 : FP_LR_OFFSET); in print_one_backtrace()255 …lr = ml_phys_read_double_64(((((vm_offset_t)ppn) << PAGE_SHIFT)) | ((fp + FP_LR_OFFSET64) & PAGE_M… in print_one_backtrace()261 …pend_noflush("%s\t Could not read LR from frame at 0x%016llx\n", cur_marker, fp + FP_LR_OFFSET64); in print_one_backtrace()