OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [m68k/] [mvme136/] [include/] [coverhd.h] - Blame information for rev 30

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/* coverhd.h
2
 *
3
 *  This include file has defines to represent the overhead associated
4
 *  with calling a particular directive from C on this target.
5
 *
6
 *  COPYRIGHT (c) 1989-1999.
7
 *  On-Line Applications Research Corporation (OAR).
8
 *
9
 *  The license and distribution terms for this file may be
10
 *  found in the file LICENSE in this distribution or at
11
 *  http://www.OARcorp.com/rtems/license.html.
12
 *
13
 *  $Id: coverhd.h,v 1.2 2001-09-27 12:00:14 chris Exp $
14
 */
15
 
16
#ifndef __COVERHD_h
17
#define __COVERHD_h
18
 
19
#ifdef __cplusplus
20
extern "C" {
21
#endif
22
 
23
#define CALLING_OVERHEAD_INITIALIZE_EXECUTIVE      2
24
#define CALLING_OVERHEAD_SHUTDOWN_EXECUTIVE        1
25
#define CALLING_OVERHEAD_TASK_CREATE               3
26
#define CALLING_OVERHEAD_TASK_IDENT                2
27
#define CALLING_OVERHEAD_TASK_START                2
28
#define CALLING_OVERHEAD_TASK_RESTART              2
29
#define CALLING_OVERHEAD_TASK_DELETE               1
30
#define CALLING_OVERHEAD_TASK_SUSPEND              1
31
#define CALLING_OVERHEAD_TASK_RESUME               2
32
#define CALLING_OVERHEAD_TASK_SET_PRIORITY         2
33
#define CALLING_OVERHEAD_TASK_MODE                 2
34
#define CALLING_OVERHEAD_TASK_GET_NOTE             2
35
#define CALLING_OVERHEAD_TASK_SET_NOTE             2
36
#define CALLING_OVERHEAD_TASK_WAKE_WHEN            4
37
#define CALLING_OVERHEAD_TASK_WAKE_AFTER           1
38
#define CALLING_OVERHEAD_INTERRUPT_CATCH           2
39
#define CALLING_OVERHEAD_CLOCK_GET                 5
40
#define CALLING_OVERHEAD_CLOCK_SET                 4
41
#define CALLING_OVERHEAD_CLOCK_TICK                1
42
 
43
#define CALLING_OVERHEAD_TIMER_CREATE              2
44
#define CALLING_OVERHEAD_TIMER_IDENT               1
45
#define CALLING_OVERHEAD_TIMER_DELETE              2
46
#define CALLING_OVERHEAD_TIMER_FIRE_AFTER          2
47
#define CALLING_OVERHEAD_TIMER_FIRE_WHEN           5
48
#define CALLING_OVERHEAD_TIMER_RESET               1
49
#define CALLING_OVERHEAD_TIMER_CANCEL              1
50
#define CALLING_OVERHEAD_SEMAPHORE_CREATE          3
51
#define CALLING_OVERHEAD_SEMAPHORE_DELETE          1
52
#define CALLING_OVERHEAD_SEMAPHORE_IDENT           2
53
#define CALLING_OVERHEAD_SEMAPHORE_OBTAIN          2
54
#define CALLING_OVERHEAD_SEMAPHORE_RELEASE         1
55
#define CALLING_OVERHEAD_MESSAGE_QUEUE_CREATE      2
56
#define CALLING_OVERHEAD_MESSAGE_QUEUE_IDENT       2
57
#define CALLING_OVERHEAD_MESSAGE_QUEUE_DELETE      1
58
#define CALLING_OVERHEAD_MESSAGE_QUEUE_SEND        2
59
#define CALLING_OVERHEAD_MESSAGE_QUEUE_URGENT      2
60
#define CALLING_OVERHEAD_MESSAGE_QUEUE_BROADCAST   2
61
#define CALLING_OVERHEAD_MESSAGE_QUEUE_RECEIVE     3
62
#define CALLING_OVERHEAD_MESSAGE_QUEUE_FLUSH       2
63
 
64
#define CALLING_OVERHEAD_EVENT_SEND                2
65
#define CALLING_OVERHEAD_EVENT_RECEIVE             2
66
#define CALLING_OVERHEAD_SIGNAL_CATCH              2
67
#define CALLING_OVERHEAD_SIGNAL_SEND               2
68
#define CALLING_OVERHEAD_PARTITION_CREATE          3
69
#define CALLING_OVERHEAD_PARTITION_IDENT           2
70
#define CALLING_OVERHEAD_PARTITION_DELETE          1
71
#define CALLING_OVERHEAD_PARTITION_GET_BUFFER      2
72
#define CALLING_OVERHEAD_PARTITION_RETURN_BUFFER   2
73
#define CALLING_OVERHEAD_REGION_CREATE             3
74
#define CALLING_OVERHEAD_REGION_IDENT              2
75
#define CALLING_OVERHEAD_REGION_DELETE             2
76
#define CALLING_OVERHEAD_REGION_GET_SEGMENT        3
77
#define CALLING_OVERHEAD_REGION_RETURN_SEGMENT     2
78
#define CALLING_OVERHEAD_PORT_CREATE               3
79
#define CALLING_OVERHEAD_PORT_IDENT                2
80
#define CALLING_OVERHEAD_PORT_DELETE               1
81
#define CALLING_OVERHEAD_PORT_EXTERNAL_TO_INTERNAL 2
82
#define CALLING_OVERHEAD_PORT_INTERNAL_TO_EXTERNAL 2
83
 
84
#define CALLING_OVERHEAD_IO_INITIALIZE             2
85
#define CALLING_OVERHEAD_IO_OPEN                   2
86
#define CALLING_OVERHEAD_IO_CLOSE                  3
87
#define CALLING_OVERHEAD_IO_READ                   2
88
#define CALLING_OVERHEAD_IO_WRITE                  2
89
#define CALLING_OVERHEAD_IO_CONTROL                2
90
#define CALLING_OVERHEAD_FATAL_ERROR_OCCURRED      1
91
#define CALLING_OVERHEAD_RATE_MONOTONIC_CREATE     2
92
#define CALLING_OVERHEAD_RATE_MONOTONIC_IDENT      2
93
#define CALLING_OVERHEAD_RATE_MONOTONIC_DELETE     1
94
#define CALLING_OVERHEAD_RATE_MONOTONIC_CANCEL     1
95
#define CALLING_OVERHEAD_RATE_MONOTONIC_PERIOD     2
96
#define CALLING_OVERHEAD_MULTIPROCESSING_ANNOUNCE  1
97
 
98
#ifdef __cplusplus
99
}
100
#endif
101
 
102
#endif
103
/* end of include file */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.