Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Duprobes.c524 static inline int sizeof_long(void) in sizeof_long() function
537 unsigned long new_sp = regs->sp - sizeof_long(); in emulate_push_stack()
539 if (copy_to_user((void __user *)new_sp, &val, sizeof_long())) in emulate_push_stack()
572 regs->sp += sizeof_long(); /* Pop incorrect return address */ in default_post_xol_op()
691 regs->sp += sizeof_long(); in branch_post_xol_op()
1071 int rasize = sizeof_long(), nleft; in arch_uretprobe_hijack_return_addr()