Searched refs:stack_value (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | module.c | 24 static int rela_stack_push(s64 stack_value, s64 *rela_stack, size_t *rela_stack_top) in rela_stack_push() argument 29 rela_stack[(*rela_stack_top)++] = stack_value; in rela_stack_push() 30 pr_debug("%s stack_value = 0x%llx\n", __func__, stack_value); in rela_stack_push() 35 static int rela_stack_pop(s64 *stack_value, s64 *rela_stack, size_t *rela_stack_top) in rela_stack_pop() argument 40 *stack_value = rela_stack[--(*rela_stack_top)]; in rela_stack_pop() 41 pr_debug("%s stack_value = 0x%llx\n", __func__, *stack_value); in rela_stack_pop()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | module.c | 35 static int rela_stack_push(s64 stack_value, s64 *rela_stack, size_t *rela_stack_top) in rela_stack_push() argument 40 rela_stack[(*rela_stack_top)++] = stack_value; in rela_stack_push() 41 pr_debug("%s stack_value = 0x%llx\n", __func__, stack_value); in rela_stack_push() 46 static int rela_stack_pop(s64 *stack_value, s64 *rela_stack, size_t *rela_stack_top) in rela_stack_pop() argument 51 *stack_value = rela_stack[--(*rela_stack_top)]; in rela_stack_pop() 52 pr_debug("%s stack_value = 0x%llx\n", __func__, *stack_value); in rela_stack_pop()
|
Completed in 5 milliseconds