Home
last modified time | relevance | path

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

/lib/livepatch/
Dtest_klp_shadow_vars.c27 struct shadow_ptr *sp, *tmp_sp; in free_ptr_list() local
29 list_for_each_entry_safe(sp, tmp_sp, &ptr_list, list) { in free_ptr_list()
30 list_del(&sp->list); in free_ptr_list()
31 kfree(sp); in free_ptr_list()
37 struct shadow_ptr *sp; in ptr_id() local
40 list_for_each_entry(sp, &ptr_list, list) { in ptr_id()
41 if (sp->ptr == ptr) in ptr_id()
42 return sp->id; in ptr_id()
45 sp = kmalloc(sizeof(*sp), GFP_ATOMIC); in ptr_id()
46 if (!sp) in ptr_id()
[all …]
/lib/
Dtest_stackinit.c161 static noinline __init int leaf_ ## name(unsigned long sp, \
174 memset(buf, (char)(sp & 0xff), sizeof(buf)); \
180 (char)((sp & 0xff) | forced_mask), \
317 static noinline __init int leaf_switch_1_none(unsigned long sp, bool fill, in leaf_switch_1_none() argument
323 static noinline __init int leaf_switch_2_none(unsigned long sp, bool fill, in leaf_switch_2_none() argument
Dsyscall.c25 info->sp = user_stack_pointer(regs); in collect_syscall()