Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Duprobes.c517 static inline int sizeof_long(void) in sizeof_long() function
530 unsigned long new_sp = regs->sp - sizeof_long(); in push_ret_address()
532 if (copy_to_user((void __user *)new_sp, &ip, sizeof_long())) in push_ret_address()
565 regs->sp += sizeof_long(); /* Pop incorrect return address */ in default_post_xol_op()
674 regs->sp += sizeof_long(); in branch_post_xol_op()
965 int rasize = sizeof_long(), nleft; in arch_uretprobe_hijack_return_addr()