Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
proto.h File Reference
#include <asm/ldt.h>

Go to the source code of this file.

Functions

void early_idt_handler (void)
 
void system_call (void)
 
void syscall_init (void)
 
void ia32_syscall (void)
 
void ia32_cstar_target (void)
 
void ia32_sysenter_target (void)
 
void syscall32_cpu_init (void)
 
void x86_configure_nx (void)
 
void x86_report_nx (void)
 
long do_arch_prctl (struct task_struct *task, int code, unsigned long addr)
 

Variables

int reboot_force
 

Function Documentation

long do_arch_prctl ( struct task_struct task,
int  code,
unsigned long  addr 
)

Definition at line 446 of file process_64.c.

void early_idt_handler ( void  )
void ia32_cstar_target ( void  )
void ia32_syscall ( void  )
void ia32_sysenter_target ( void  )
void syscall32_cpu_init ( void  )
void syscall_init ( void  )
void system_call ( void  )
void x86_configure_nx ( void  )

Definition at line 32 of file setup_nx.c.

void x86_report_nx ( void  )

Definition at line 40 of file setup_nx.c.

Variable Documentation

int reboot_force

Definition at line 41 of file reboot.c.