Searched refs:ra_off (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/loongarch/kernel/
H A Dftrace.c27 static int ftrace_get_parent_ra_addr(unsigned long insn_addr, int *ra_off) argument
39 *ra_off = -((1 << 12) - insn->reg2i12_format.immediate);
52 int ra_off; local
61 if (ftrace_get_parent_ra_addr(self_addr, &ra_off))
65 *(unsigned long *)(callsite_sp + ra_off) = return_hooker;
/linux-master/fs/ntfs3/
H A Dfslog.c31 __le16 ra_off; // 0x18: member in struct:RESTART_HDR
451 ro = le16_to_cpu(rhdr->ra_off);
469 u16 ro = le16_to_cpu(rhdr->ra_off);
496 if (le16_to_cpu(rhdr->ra_off) + le16_to_cpu(ra->ra_len) > sys_page ||
534 u16 ro = le16_to_cpu(rhdr->ra_off);
1016 u32 ra_off; member in struct:ntfs_log
1240 ra = Add2Ptr(r_page, le16_to_cpu(r_page->ra_off));
1257 ra = Add2Ptr(r_page, le16_to_cpu(r_page->ra_off));
1345 log->ra_off = ALIGN(
1350 log->restart_size = log->sys_page_size - log->ra_off;
[all...]

Completed in 128 milliseconds