1 
 2 
 3      "BEGIN INCLUDE FILE ptw.adp.incl.alm
 4 
 5 
 6           "Created 04/05/81  1616.1 est Sun by convert_include_file,
 7           "   Version of 04/05/81  1606.8 est Sun.
 8 
 9           "Made from >udd>Multics>hardcore_pool>new_pc>include>ptw.adp.incl.pl1,
10           "   modified 04/04/81  1630.2 est Sat
11 
12 "
13 "         Structure core_ptw
14 "
15           equ       core_ptw.frame_shift,18
16           bool      core_ptw.frame_mask,177777
17           equ       core_ptw.flags,0    " LOWER
18           equ       core_ptw.add_type_shift,14
19           bool      core_ptw.add_type_mask,000017
20           bool      core_ptw.er,020000  " DL
21           bool      core_ptw.wired,010000         " DL
22           bool      core_ptw.os,004000  " DL
23           bool      core_ptw.phu1,002000          " DL
24           bool      core_ptw.phm1,001000          " DL
25           equ       core_ptw.unusable1_shift,6
26           bool      core_ptw.unusable1_mask,000007
27           bool      core_ptw.valid,000040         " DL
28           bool      core_ptw.write,000020         " DL
29           bool      core_ptw.unusable2,000010     " DL
30           bool      core_ptw.iox,000004 " DL
31           bool      core_ptw.phm,000002 " DL
32           bool      core_ptw.phu,000001 " DL
33 
34 "
35 "         Structure ptw
36 "
37           equ       ptw.add,0           " UPPER
38           equ       ptw.flags,0                   " LOWER
39           equ       ptw.add_type_shift,14
40           bool      ptw.add_type_mask,000017
41           bool      ptw.er,020000                 " DL
42           bool      ptw.wired,010000    " DL
43           bool      ptw.os,004000                 " DL
44           bool      ptw.phu1,002000               " DL
45           bool      ptw.phm1,001000               " DL
46           equ       ptw.unusable1_shift,6
47           bool      ptw.unusable1_mask,000007
48           bool      ptw.valid,000040    " DL
49           bool      ptw.write,000020    " DL
50           bool      ptw.unusable2,000010          " DL
51           bool      ptw.iox,000004                " DL
52           bool      ptw.phm,000002                " DL
53           bool      ptw.phu,000001                " DL
54 
55      "END INCLUDE FILE ptw.adp.incl.alm