nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
pt_regs_kernel Struct Reference

쓰레드가 종료될 때 Clean up을 해야 하는데, 그 때 불리는 함수가 하게 될 스택 프레임을 구성한다. ebp 에는 EBP 의 값이 저장되고, EBP 는 ebp 가 있는 주소를 가리키게 된다. 이 주소를 기준으로 인자에 접근한다. More...

#include <isr.h>

Data Fields

unsigned long arg
 
unsigned long ret_addr
 

Detailed Description

쓰레드가 종료될 때 Clean up을 해야 하는데, 그 때 불리는 함수가 하게 될 스택 프레임을 구성한다. ebp 에는 EBP 의 값이 저장되고, EBP 는 ebp 가 있는 주소를 가리키게 된다. 이 주소를 기준으로 인자에 접근한다.

Definition at line 132 of file isr.h.

Field Documentation

unsigned long arg

Definition at line 134 of file isr.h.

unsigned long ret_addr

Definition at line 133 of file isr.h.


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