Searched refs:STACK_ALLOC (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf.c | 152 #define STACK_ALLOC(sp, len) ({ \ macro 159 #define STACK_ALLOC(sp, len) ({ sp -= len ; sp; }) macro 211 u_platform = (elf_addr_t __user *)STACK_ALLOC(p, len); in create_elf_tables() 224 u_base_platform = (elf_addr_t __user *)STACK_ALLOC(p, len); in create_elf_tables() 234 STACK_ALLOC(p, sizeof(k_rand_bytes)); in create_elf_tables()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf.c | 155 #define STACK_ALLOC(sp, len) ({ \ macro 162 #define STACK_ALLOC(sp, len) (sp -= len) macro 215 u_platform = (elf_addr_t __user *)STACK_ALLOC(p, len); in create_elf_tables() 228 u_base_platform = (elf_addr_t __user *)STACK_ALLOC(p, len); in create_elf_tables() 238 STACK_ALLOC(p, sizeof(k_rand_bytes)); in create_elf_tables()
|
Completed in 10 milliseconds