Subversion Repositories HelenOS

Rev

Rev 83 | Rev 97 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 83 Rev 94
Line 36... Line 36...
36
 * No need to allocate scratch area.
36
 * No need to allocate scratch area.
37
 */
37
 */
38
#define SP_DELTA    0
38
#define SP_DELTA    0
39
 
39
 
40
struct context {
40
struct context {
-
 
41
 
-
 
42
    /*
-
 
43
     * Application registers
-
 
44
     */
41
    __u64 pfs;
45
    __u64 ar_pfs;
42
    __u64 unat_caller;
46
    __u64 ar_unat_caller;
43
    __u64 unat_callee;
47
    __u64 ar_unat_callee;
-
 
48
    __u64 ar_rsc;
-
 
49
    __u64 ar_bsp;
-
 
50
    __u64 ar_rnat;
-
 
51
    __u64 ar_lc;
-
 
52
    __u64 ar_ec;
-
 
53
    __u64 ar_ccv;
-
 
54
    __u64 ar_csd;
-
 
55
    __u64 ar_ssd;
44
 
56
 
45
    /*
57
    /*
46
     * General registers
58
     * General registers
47
     */
59
     */
48
    __u64 r1;
60
    __u64 r1;