1 2 3 "BEGIN INCLUDE FILE ptw.l68.incl.alm 4 5 6 "Created 04/05/81 1616.0 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.l68.incl.pl1, 10 " modified 03/20/81 1815.9 est Fri 11 12 " 13 " Structure core_ptw 14 " 15 equ core_ptw.frame_shift,22 16 bool core_ptw.frame_mask,037777 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.first,020000 " DL 21 bool core_ptw.er,010000 " DL 22 bool core_ptw.unusable1,002000 " DL 23 bool core_ptw.phu,001000 " DL 24 bool core_ptw.phm1,000400 " DL 25 bool core_ptw.nypd,000200 " DL 26 bool core_ptw.phm,000100 " DL 27 bool core_ptw.phu1,000040 " DL 28 bool core_ptw.wired,000020 " DL 29 bool core_ptw.os,000010 " DL 30 bool core_ptw.valid,000004 " DL 31 equ core_ptw.df_no_shift,0 32 bool core_ptw.df_no_mask,000003 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.first,020000 " DL 42 bool ptw.er,010000 " DL 43 bool ptw.unusable1,002000 " DL 44 bool ptw.phu,001000 " DL 45 bool ptw.phm1,000400 " DL 46 bool ptw.nypd,000200 " DL 47 bool ptw.phm,000100 " DL 48 bool ptw.phu1,000040 " DL 49 bool ptw.wired,000020 " DL 50 bool ptw.os,000010 " DL 51 bool ptw.valid,000004 " DL 52 equ ptw.df_no_shift,0 53 bool ptw.df_no_mask,000003 54 55 "END INCLUDE FILE ptw.l68.incl.alm