Searched refs:FP_LR_OFFSET64 (Results 1 – 2 of 2) sorted by relevance
167 #define FP_LR_OFFSET64 ((uint32_t)8) macro235 fp_for_ppn = fp + (is_64_bit ? FP_LR_OFFSET64 : FP_LR_OFFSET); in print_one_backtrace()239 …lr = ml_phys_read_double_64(((((vm_offset_t)ppn) << PAGE_SHIFT)) | ((fp + FP_LR_OFFSET64) & PAGE_M… in print_one_backtrace()249 …pend_noflush("%s\t Could not read LR from frame at 0x%016llx\n", cur_marker, fp + FP_LR_OFFSET64); in print_one_backtrace()
180 #define FP_LR_OFFSET64 ((uint32_t)8) macro254 fp_for_ppn = fp + (is_64_bit ? FP_LR_OFFSET64 : FP_LR_OFFSET); in print_one_backtrace()258 …lr = ml_phys_read_double_64(((((vm_offset_t)ppn) << PAGE_SHIFT)) | ((fp + FP_LR_OFFSET64) & PAGE_M… in print_one_backtrace()264 …pend_noflush("%s\t Could not read LR from frame at 0x%016llx\n", cur_marker, fp + FP_LR_OFFSET64); in print_one_backtrace()