Pointers

      PTDA field ptda_pexllist points to the head of Exit List chain.
    Locations
      Allocated from the kernel heaps.
    VM Owner
      tkextlst (0xffc7)

    Format

    EXENT

    ┌────────────────┬──────┬──────┬────┬────────────────────────────────────────┐│Field Name      │Offset│Length│Type│Description                             │
    ├────────────────┼──────┼──────┼────┼────────────────────────────────────────┤
    │exl_next        │+0    │4     │D   │link to next block/order                │
    ├────────────────┼──────┼──────┼────┼────────────────────────────────────────┤
    │exl_addr        │+4    │4     │D   │Exit list routine address               │
    ├────────────────┼──────┼──────┼────┼────────────────────────────────────────┤
    │exl_class       │+8    │2     │W   │order & position 0 thru 0x1FF           │
    ├────────────────┼──────┼──────┼────┼────────────────────────────────────────┤
    │exl_type        │+a    │2     │W   │16:16 or 0:32                           │
    └────────────────┴──────┴──────┴────┴────────────────────────────────────────┘
    

    exl_type values:

    ┌─────────┬────────┬───────────┐
    │Name     │Value   │Description│
    ├─────────┼────────┼───────────┤
    │TK_TYPE16│0       │           │
    ├─────────┼────────┼───────────┤
    │TK_TYPE32│1       │           │
    ├─────────┼────────┼───────────┤
    │TK_TYPEDT│2       │           │
    └─────────┴────────┴───────────┘
    


    [Back] [Next]