Home
last modified time | relevance | path

Searched refs:sizeof_long (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kernel/
H A Duprobes.c1198 static inline int sizeof_long(struct pt_regs *regs) in sizeof_long() function
1214 unsigned long new_sp = regs->sp - sizeof_long(regs); in emulate_push_stack()
1216 if (copy_to_user((void __user *)new_sp, &val, sizeof_long(regs))) in emulate_push_stack()
1249 regs->sp += sizeof_long(regs); /* Pop incorrect return address */ in default_post_xol_op()
1368 regs->sp += sizeof_long(regs); in branch_post_xol_op()
1757 int rasize = sizeof_long(regs), nleft; in arch_uretprobe_hijack_return_addr()