UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
cpu Struct Reference

#include <proc.h>

Data Fields

uchar id
 
struct contextscheduler
 
struct taskstate ts
 
struct segdesc gdt [NSEGS]
 
volatile uint started
 
int ncli
 
int intena
 
struct cpucpu
 
struct procproc
 

Detailed Description

Definition at line 5 of file proc.h.

Field Documentation

struct cpu* cpu::cpu

Definition at line 15 of file proc.h.

struct segdesc cpu::gdt[NSEGS]

Definition at line 9 of file proc.h.

uchar cpu::id

Definition at line 6 of file proc.h.

int cpu::intena

Definition at line 12 of file proc.h.

int cpu::ncli

Definition at line 11 of file proc.h.

struct proc* cpu::proc

Definition at line 16 of file proc.h.

struct context* cpu::scheduler

Definition at line 7 of file proc.h.

volatile uint cpu::started

Definition at line 10 of file proc.h.

struct taskstate cpu::ts

Definition at line 8 of file proc.h.


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