__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
*/
#ifndef __START_H__
#define __START_H__
#include <generated/asm-offsets.h>
/*
* Stolen from linux/const.h, which can't be directly included since
* this is used in userspace code, which has no access to the kernel
* headers. Changed to be suitable for adding casts to the start,
* rather than "UL" to the end.
*/
/* Some constant macros are used in both assembler and
* C code. Therefore we cannot annotate them always with
* 'UL' and other type specifiers unilaterally. We
* use the following macros to deal with this.
*/
#define STUB_START stub_start
#define STUB_CODE STUB_START
#define STUB_DATA (STUB_CODE + UM_KERN_PAGE_SIZE)
#define STUB_DATA_PAGES 2 /* must be a power of two */
#define STUB_END (STUB_DATA + STUB_DATA_PAGES * UM_KERN_PAGE_SIZE)
#ifndef __ASSEMBLY__
#include <sysdep/ptrace.h>
struct task_struct;
extern struct task_struct *cpu_tasks[];
extern unsigned long long physmem_size;
extern unsigned long high_physmem;
extern unsigned long uml_physmem;
extern unsigned long uml_reserved;
extern unsigned long end_vm;
extern unsigned long start_vm;
extern unsigned long brk_start;
extern unsigned long host_task_size;
extern unsigned long stub_start;
extern int linux_main(int argc, char **argv, char **envp);
extern void uml_finishsetup(void);
struct siginfo;
extern void (*sig_info[])(int, struct siginfo *si, struct uml_pt_regs *);
#endif
#endif
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| skas | Folder | 0755 |
|
|
| arch.h | File | 363 B | 0644 |
|
| as-layout.h | File | 1.47 KB | 0644 |
|
| common-offsets.h | File | 435 B | 0644 |
|
| elf_user.h | File | 398 B | 0644 |
|
| frame_kern.h | File | 405 B | 0644 |
|
| init.h | File | 3.7 KB | 0644 |
|
| irq_kern.h | File | 2.71 KB | 0644 |
|
| irq_user.h | File | 532 B | 0644 |
|
| kern.h | File | 582 B | 0644 |
|
| kern_util.h | File | 2 KB | 0644 |
|
| longjmp.h | File | 493 B | 0644 |
|
| mem.h | File | 476 B | 0644 |
|
| mem_user.h | File | 2.13 KB | 0644 |
|
| net_kern.h | File | 1.79 KB | 0644 |
|
| net_user.h | File | 1.56 KB | 0644 |
|
| os.h | File | 10.72 KB | 0644 |
|
| ptrace_user.h | File | 362 B | 0644 |
|
| registers.h | File | 400 B | 0644 |
|
| sigio.h | File | 246 B | 0644 |
|
| timetravel.h | File | 702 B | 0644 |
|
| um_malloc.h | File | 460 B | 0644 |
|
| user.h | File | 1.95 KB | 0644 |
|