Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/
Duprobes.c512 static inline int sizeof_long(struct pt_regs *regs) in sizeof_long() function
528 unsigned long new_sp = regs->sp - sizeof_long(regs); in emulate_push_stack()
530 if (copy_to_user((void __user *)new_sp, &val, sizeof_long(regs))) in emulate_push_stack()
563 regs->sp += sizeof_long(regs); /* Pop incorrect return address */ in default_post_xol_op()
682 regs->sp += sizeof_long(regs); in branch_post_xol_op()
1068 int rasize = sizeof_long(regs), nleft; in arch_uretprobe_hijack_return_addr()