Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
plat_smp_ops Struct Reference

#include <smp-ops.h>

Data Fields

void(* smp_setup )(void)
 
unsigned int(* smp_processor_id )(void)
 
void(* prepare_cpus )(unsigned int max_cpus)
 
void(* start_cpu )(unsigned int cpu, unsigned long entry_point)
 
void(* send_ipi )(unsigned int cpu, unsigned int message)
 
int(* cpu_disable )(unsigned int cpu)
 
void(* cpu_die )(unsigned int cpu)
 
void(* play_dead )(void)
 

Detailed Description

Definition at line 4 of file smp-ops.h.

Field Documentation

void(* cpu_die)(unsigned int cpu)

Definition at line 11 of file smp-ops.h.

int(* cpu_disable)(unsigned int cpu)

Definition at line 10 of file smp-ops.h.

void(* play_dead)(void)

Definition at line 12 of file smp-ops.h.

void(* prepare_cpus)(unsigned int max_cpus)

Definition at line 7 of file smp-ops.h.

void(* send_ipi)(unsigned int cpu, unsigned int message)

Definition at line 9 of file smp-ops.h.

unsigned int(* smp_processor_id)(void)

Definition at line 6 of file smp-ops.h.

void(* smp_setup)(void)

Definition at line 5 of file smp-ops.h.

void(* start_cpu)(unsigned int cpu, unsigned long entry_point)

Definition at line 8 of file smp-ops.h.


The documentation for this struct was generated from the following file: