RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Files | Data Structures | Macros

Management. More...

Files

file  blkdev-blkstats.c
 Block Device Statistics Command.
 
file  blkdev-print-stats.c
 Prints the Block Device Statistics.
 
file  diskdevs-init.c
 Block Device Disk Management Initialize.
 

Data Structures

struct  Context_Control
 Thread register context. More...
 

Macros

#define _CPU_Context_Get_SP(_context)    (_context)->r1
 

Detailed Description

Management.

This defines the minimal set of integer and processor state registers that must be saved during a voluntary context switch from one thread to another.

This macro returns the stack pointer associated with _context.

Parameters
[in]_contextis the thread context area to access
Returns
This method returns the stack pointer.

This defines the complete set of floating point registers that must be saved during any context switch from one thread to another.

This defines the set of integer and processor state registers that must be saved during an interrupt. This set does not include any which are in Context_Control.

Macro Definition Documentation

◆ _CPU_Context_Get_SP

#define _CPU_Context_Get_SP (   _context)     (_context)->r1

This macro returns the stack pointer associated with _context.

Parameters
[in]_contextis the thread context area to access
Returns
This method returns the stack pointer.