Searched refs:kentry (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/common_modules/ucollection/ |
H A D | ucollection_process_cpu.c | 109 struct ucollection_process_cpu_entry kentry; in ioctrl_collect_process_cpu() local 116 memset(&kentry, 0, sizeof(struct ucollection_process_cpu_entry)); in ioctrl_collect_process_cpu() 117 (void)copy_from_user(&kentry, entry, sizeof(struct ucollection_process_cpu_entry)); in ioctrl_collect_process_cpu() 125 if (kentry.cur_count >= kentry.total_count) { in ioctrl_collect_process_cpu() 130 get_process_load(task, kentry.cur_count, entry); in ioctrl_collect_process_cpu() 131 kentry.cur_count++; in ioctrl_collect_process_cpu() 133 put_user(kentry.cur_count, &entry->cur_count); in ioctrl_collect_process_cpu() 216 static long read_thread_info_locked(struct ucollection_thread_cpu_entry *kentry, in read_thread_info_locked() argument 220 struct task_struct *task = get_alive_task_by_pid(kentry in read_thread_info_locked() 243 struct ucollection_thread_cpu_entry kentry; ioctrl_collect_app_thread_cpu() local 261 struct ucollection_thread_cpu_entry kentry; ioctrl_collect_the_thread_cpu() local 279 struct ucollection_process_cpu_entry kentry; ioctrl_collect_the_process_cpu() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | main.c | 230 kernel_entry_t kentry; in start() local 271 kentry = (kernel_entry_t) vmlinux.addr; in start() 273 if(platform_ops.kentry) in start() 274 platform_ops.kentry(ft_addr, vmlinux.addr); in start() 276 kentry(ft_addr, 0, NULL); in start() 279 kentry((unsigned long)initrd.addr, initrd.size, in start()
|
H A D | opal.c | 35 * probably trash r8 and r9 so this kentry hook restores them before in opal_con_open() 38 platform_ops.kentry = opal_kentry; in opal_con_open()
|
H A D | ops.h | 33 void (*kentry)(unsigned long fdt_addr, void *vmlinux_addr); member
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | main.c | 230 kernel_entry_t kentry; in start() local 271 kentry = (kernel_entry_t) vmlinux.addr; in start() 273 if(platform_ops.kentry) in start() 274 platform_ops.kentry(ft_addr, vmlinux.addr); in start() 276 kentry(ft_addr, 0, NULL); in start() 279 kentry((unsigned long)initrd.addr, initrd.size, in start()
|
H A D | opal.c | 35 * probably trash r8 and r9 so this kentry hook restores them before in opal_con_open() 38 platform_ops.kentry = opal_kentry; in opal_con_open()
|
H A D | ops.h | 31 void (*kentry)(unsigned long fdt_addr, void *vmlinux_addr); member
|
Completed in 3 milliseconds